Nice work! Looking forward to doing my own benchmarks / finishing some more optimizations for my module!
> One silly benchmark I did was executing "SHOW DATABASES" on a stock > XAMPP MySQL server. With the `mysql` module, the total time taken from > start to finish was anywhere from ~141-151ms. With the `mariasql` > module, the total time was anywhere from ~6-46ms. That sounds weird. Are you taking the connection time into account? Otherwise I'm confused why there should be much of a difference for this. > For those interested, here are some updated results using Sannis' > benchmarks on one of my Linux machines: https://github.com/Sannis/node-mysql-bindings-benchmarks/wiki A few eyebrow raisers: * mysql: SELECT seems to perform *exactly* as fast as in the June 28 benchmark, even so this is on different hardware? * PHP: SELECT seems massively slower compared to the June 28 benchmark (201 kHz vs 345 kHz)? * mariasql: INSERT performance is better than it is for C? Overall I'm afraid these numbers are not without flaws, but for now I'll assume 'mariasql' to be faster than my 'mysql' module. That is all I need to spend more time hacking on this again : ). --fg On Tuesday, 21 August 2012 18:37:56 UTC+2, mscdex wrote: > > On Aug 21, 8:13 am, "Oleg Efimov (Sannis)" <[email protected]> wrote: > > I'll hope add you module to my benchmark utility [1] on weekend and > update > > results in wiki. > > I already had this done locally at the time of my original post, but I > have sent a PR that includes additional changes. > > For those interested, here are some updated results using Sannis' > benchmarks on one of my Linux machines: > https://github.com/Sannis/node-mysql-bindings-benchmarks/wiki > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
