This week I have been spending a little bit of time creating a module for Sysbench so that it can use libAttachSQL as a database driver. The reason for doing this is twofold:
- Brian (my boss at HP's Advanced Technology Group) said now would be a good time to benchmark libAttachSQL
- I really needed more than a few basic queries to shake out bugs in the library, and a benchmark is a good way to shove a few million through it
On the bug front, it did find a total of 5 bugs, a couple of them serious. Which is great, the more testing and bug finding the better. These have all been fixed in GitHub and will be part of the upcoming 0.5.0 release.
The Test Setup …
[Read more]