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
Hi Howard, I was wondering if you could take a look at this project and tell me what you think. It's very early/experimental but I think it could be an interesting extension to MDB. If my benchmark is completely wrong, maybe you could explain why. Thanks!
Hmmm. Definitely an interesting idea. I haven't looked at your code yet, but the obvious thing to do is profile it and see where the time is going.
Your test with LMDB sequential write appears to be completing in about the same realtime as LevelDB, but it's using less than 1/10th as much CPU. This shows that the test is I/O bound, limited by the speed of your SSD.
Hi Howard, I was wondering if you could take a look at this project and tell me what you think. It's very early/experimental but I think it could be an interesting extension to MDB. If my benchmark is completely wrong, maybe you could explain why. Thanks!
@hyc
The text was updated successfully, but these errors were encountered: