-
Couldn't load subscription status.
- Fork 10
New optimized raw sql executor #2
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
Conversation
|
This looks really good, the write times for raw SQL are hugely improved (I saw a 2X to 3X improvement from a quick test run). A few suggestions:
I like the idea of keeping the raw SQL and Optimized SQL benchmarks separate, to show how much faster you can make the writes if you do it properly. :-) If you aren't able to do the refactors then I might be able to find some time to help do that, but I think you would be best placed to add some comments. Thanks! |
|
Thanks for the feedback, Ill probably have time during next week, so Ill Small note to the framework.. The test have unique names, but they still /Mikael On 24.04.2015 19:40, Dan J wrote:
|
|
Just looked at it again (much sooner than expected) in that light, I think it makes sense to keep them totally separated In production code I can see how the refactoring should have been done, Let be know if you agree /Mikael On 24.04.2015 19:40, Dan J wrote:
|
|
I've merged and I will probably do some refactoring, so make sure you pull again before making further changes. Thanks! |
Added a more optimised version of raw sql to the benchmark