-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Wondering about performance in comparison to other embedded database such as Sqlite, Derby, H2 #146
Comments
Recently, I have provided some performance fix for #133 in 3.2.0 release. Results (numbers are microseconds per operation (us/op) ) -
The benchmark code is there in the issue description. See if this fits your bill. |
I've recently lectured about Nitrite in the context of Kotlin embedded databases. https://www.slideshare.net/IdanShinberg/nitrite-choosing-the-rite-embedded-database Slides 28-31 contain benchmark comparisons to SQLite, as well as links to the actual benchmark code |
@sheinbergon I highly appreciate it. It is a nice, informative and deeply thought out presentation. Thank you very much for spreading the words. Just curious how was the overall response there? |
@anidotnet It went pretty well, I think. People weren't really all that aware on the subject of embedded database in general, so it also served as a good entry point. Would you mind linking to that presentation from the front /mainpage of the github project and maybe also the documentation site? I think It'd would greatly help new-comers evaluate your project in terms of features, maturity, performance, tweaks and so forth |
@sheinbergon I have updated the readme section with the details. |
I'm planning a small business web project which may serve 50 concurrent users.
After few days searching for a embedded DB, NO2 looks very promising, but I have a concern about performance.
Have you compared CRUD to other embedded DB such as Sqlite, Derby, H2?
Is NO2 suitable for large data, example 10M documents?
Thank you for spending time on my question.
The text was updated successfully, but these errors were encountered: