-
Notifications
You must be signed in to change notification settings - Fork 33
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 against other DBMS #11
Comments
We may add MySQL and sqlite. I think don't need mssql |
😅 It's the one I use most... and I think it used often by others, maybe not as much as Postgres or MySQL but something to care about. |
I don't have any experience with Microsoft stack. If sameone do it, why not |
Ok! If you set the code for MySQL and SQLite I will try to expand it for MSSQL. |
I'll think how to do it shortly. If you have an idea, dont forget sharing |
The first thing that comes to my mind is to rename every current bench file with
and obviously rename all its functions; for example:
I know it's pretty brutal; in an ideal world you should just need to adapt the init() func to target a different DBMS, but in the real worl every ORM handles queries in different way for each DBMS (I'm thinking to raw, bun or dbr). Some ORM maybe couldn't support every DBMS we are testing, so at the end of the day you need a place where handle every specific case. |
Thanks. I'll check it on next 2 weeks. |
It would be great to have benchmarks for MSSQL, MySql and SQLite3 too!
The text was updated successfully, but these errors were encountered: