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

Add benchmarks with other drivers (sqlite, pg) #60

Open
Terisback opened this issue Sep 22, 2021 · 4 comments
Open

Add benchmarks with other drivers (sqlite, pg) #60

Terisback opened this issue Sep 22, 2021 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@Terisback
Copy link

It would be useful to have a table with driver comparisons

@elliotchance elliotchance added the documentation Improvements or additions to documentation label Sep 23, 2021
@elliotchance
Copy link
Owner

@Terisback do you feel like updating adding some makefile targets for bench-sqlite and bench-pg?

@Terisback
Copy link
Author

As soon as I find time, I'll do it.

@elliotchance
Copy link
Owner

On second thought, maybe just add the sqlite comparison as that's more apples to apples. Even though vsql can run as a postgresql server it's still a file on disk underneath and isn't used like a postgresql server would.

@dumblob
Copy link

dumblob commented Dec 22, 2021

I think both (sqlite & pg) would be useful despite each showing something different. A concurrency setup (i.e. on a machine with at least 4 CPUs/cores and an SSD disk) together with 100+ concurrent client connections would be best.

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

No branches or pull requests

3 participants