-
Notifications
You must be signed in to change notification settings - Fork 158
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
Support concurrent writes to disjoint tables in the same transaction #112
Comments
This does not look promising from benchmarking two concurrent database writes. Running the lmdb_benchmark script in two threads leads to:
vs a single thread:
showing no gain for bulk inserts, and only a ~1.5x throughput improvement for fsync bound workloads |
Seems worth taking another look at this given the low throughput findings for large databases in #344 |
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: