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

benchmark memory db #514

Closed
superdolt opened this issue Aug 2, 2021 · 1 comment
Closed

benchmark memory db #514

superdolt opened this issue Aug 2, 2021 · 1 comment

Comments

@superdolt
Copy link

any benchmark for this gomysql server in memory compared with mysql?

@zachmu
Copy link
Member

zachmu commented Aug 4, 2021

We don't have this yet, no. But we should.

The dolt backend benchmarks can be found here:

https://docs.dolthub.com/reference/performance/latency

I would expect this to be much faster on some things (table scans) and slower on others, namely anything involving an indexed lookup. The indexed lookups for the in-memory implementation are just suitable for testing the engine correctness and don't provide any speed benefit.

@zachmu zachmu self-assigned this Aug 4, 2021
@zachmu zachmu changed the title any benchmark for this gomysql server in memory compared with mysql? benchmark memory db Feb 24, 2022
@zachmu zachmu removed their assignment Feb 24, 2022
@timsehn timsehn closed this as completed Feb 28, 2024
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

3 participants