Wednesday, October 04, 2006

Presenting the first SQLbusRT test results

Here it is, a presentation after my first tests. Open the slides by clicking here. (Or right click, save as...).

The presentation is not exhaustive if it comes to the test results, so if anyone is interested in the log files themselves, you can drop me an email at bram.smulders-at-imtech.nl or post a comment with your email address.

2 comments:

rpbouman said...

Hi Bram, hoe gaat het?

Congratulations on your achievements! This is really becoming a most interesting project in my opinion.

I was wondering for a bit about the locking problems you are experiencing. What storage engine are you using?

Just curiosity.

Kind regards, and keep up the good work.

Bram Smulders said...

Hi Roland,

Thanks! It's always good to see people are tracking the project. It keeps me motivated :)

I've haven't specified the storage engine at creation of the tables. By default, they are created with MyISAM.

The idea is to move to Memory or NDB for the next set of tests. I have also been thinking of indexing, although the database optimization was actually supposed to be one of my later steps.

At some point I'm even planning to move to a temporal database, since it suits the purpose of my project much better. I'm still looking for a proper MySQL extension to turn my db into a temporal one. I have read about TauMySQL, but I'm not sure if that's gonna do what I want yet.