-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Question] is there a benchmark/comparison test to the standard libmysqlclient available? #458
Comments
Hi! Not right now, although I'd like to add one. Are you aware of any standard tests I could perform? Or otherwise any specific comparison you'd like to see? The points I don't see clear (and why I haven't done it yet):
I'm happy to hear your suggestions. Thanks, |
any standard test i found are db-performance related - not the performance of the protocol encoding/decoding (maybe only using temporary tables - or what is best to keep the db performance out of the test) additionally on procotol-level (no connection to the DB, just the buffers with binary data grabbed from Test 2 as input or regression test) just to check how fast the encoding/decoding behaves (if that is relevant at all)
both but i think the prepared statements are more encoding speed relevant the additional tests could use the Test1/2 queries the problem is to keep the DB mostly out of the test - so maybe a temporary/virtual table or something were the speed is more constant |
not the speed of the database itself but the overhead of protocol-handling etc. in speed and memory usage?
The text was updated successfully, but these errors were encountered: