Hi Drizzlers! Letting you all know that I wrote a libdrizzle based load emulator for Drizzle and MySQL.
- http://code.google.com/p/skyload/ - http://code.google.com/p/skyload/wiki/Tutorial_en It's pushed to Google Code since this project is pretty small. I originally wrote this for myself when I came across a need to test concurrent insertion to a Tokyo Cabinet based engine that I'm working on. I think this could help other folks that are working on an engine. For those that are interested, I began by trying out drizzleslap but seems the code we inherited from MySQL 6.0 is flaky. That is, it tends to segfault easily (I'll take a look into that too). I've covered how I ended up writing this program and the philosophy behind it in my blog: - http://torum.net/2009/07/introducing-skyload/ As I've mentioned in the blog entry, I'm hoping for skyload to be a good mix between (mysql|drizzle)slap and sysbench. The first release of skyload only covers bare-minimum specification (e.g. the insertion load test that I needed) since I wanted to leave a window of opportunity for community input. Any feedback would be great :) Cheers, Toru _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

