Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion ANN: mariasql
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mscdex  
View profile   Translate to Translated (View Original)
 More options Aug 19 2012, 8:00 pm
From: mscdex <msc...@gmail.com>
Date: Sun, 19 Aug 2012 17:00:15 -0700 (PDT)
Local: Sun, Aug 19 2012 8:00 pm
Subject: ANN: mariasql
Hello all,

This weekend I was poking around MariaDB's website and noticed they
had recently released a libmysqlclient library that contains non-
blocking functions. So I took it upon myself today to start writing a
binding to it and to see how well such a binding would perform.

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. I also wanted to try
the node-libmysqlclient binding, but I was doing main development and
testing for mariasql on Windows at the time and node-libmysqlclient is
not currently available there.

There are still things to be implemented yet, but the basics are
already there.

I encourage feedback on this project, whether it's in the form of bug
reports, bug fixes, enhancement requests, other comments, etc. :-)

URL: https://github.com/mscdex/node-mariasql
Via npm: `npm install mariasql`


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.