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

Feedback from creator of MDB #1

Open
btrask opened this issue Apr 3, 2015 · 2 comments
Open

Feedback from creator of MDB #1

btrask opened this issue Apr 3, 2015 · 2 comments

Comments

@btrask
Copy link
Owner

btrask commented Apr 3, 2015

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

@hyc
Copy link

hyc commented Apr 3, 2015

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.

@btrask
Copy link
Owner Author

btrask commented Apr 6, 2015

Alright, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants