You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: