Skip to content
Snippets Groups Projects
Commit da5b6cb4 authored by Manish R Jain's avatar Manish R Jain
Browse files

No BoltDB for me!

parent 04bad0eb
No related branches found
No related tags found
No related merge requests found
......@@ -84,3 +84,7 @@ many writes get commited by the end user.
Hence, BoltDB is a better choice. It performs better for reads/seeks, despite DGraph needing
a value copy. Writes are somewhat slower, but that shouldn't be a problem because of the
above mentioned reasons.
**Update**: Just realized that BoltDB only allows a SINGLE writer at any point in time.
This is equivalent to a global mutex lock. That'd essentially kill DGraph's performance. So,
BoltDB is out!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment