Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-write transactions with unbounded size #50

Open
losfair opened this issue Sep 3, 2022 · 0 comments
Open

Read-write transactions with unbounded size #50

losfair opened this issue Sep 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@losfair
Copy link
Owner

losfair commented Sep 3, 2022

Currently there is a 50,000 pages (390 MiB) total write size limit on transactions, but larger transactions can be useful in scenarios like schema change.

It is possible to provide an option to trade write concurrency for unbounded read-write transactions by implementing commit locks. I did some work on this in #49, but closed the PR due to the complexity - maybe we should re-consider in the future.

@losfair losfair added the enhancement New feature or request label Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant