Archive for June, 2010

Testing BlitzDB with the randgen.

Monday, June 28th, 2010
Thanks to the hard work of Toru Maesaka, BlitzDB is now in Drizzle's trunk.  As a result, we are now testing BlitzDB in our automated tests.

One of the easiest and most powerful ways of beating up on BlitzDB is via the randgen (RQG).  The RQG's data generation facility (gendata) is quite flexible and extensible and adding BlitzDB to the mix was very easy.  Beyond adding 'BlitzDB' to the engines section of the altered gendata files and adjusting / removing some data types to accommodate BlitzDB limitations, all that is required is for us to modify the grammars to accomodate any changes to the test tables.

This new setup provides us with a test bed of both Innodb and BlitzDB tables and queries that will mix the different tables.  Of course, we still keep the original tests to provide even more testing for Innodb only.

We now have 4 tests that utilize BlitzDB in our automated testing:
  • optimizer_subquery_mix_engine
  • optimizer_subquery_mix_engine_rand
  • outer_join_mix_engine
  • outer_join_mix_engine_rand

The grammars and gendata files have been pushed to lp:randgen and the tests are part of drizzle-automation's randgen testing.

These tests are based on two of the most productive RQG grammars we have.  The 'mix' suffix means that we are mixing different storage engines across queries (we will likely add additional storage engines over time - looking at you, PBXT).  

The 'rand' tests make use of the RQG's '--seed' option for increased randomness.  For a given seed value, the queries and generated data will be consistent on any machine.  By using seed=time in certain tests, we guarantee that we are constantly trying new data and query combinations in addition to our standard tests.

Additional information regarding Drizzle testing (including the randgen) can be found here.  Please feel free to make use of the mailing lists if you want to get involved, have questions, etc - there's plenty of work for anyone who is interested : )

Drizzle build 1634 tarball has been released

Tuesday, June 22nd, 2010

Drizzle source tarball based on build 1607 has been released. In this release:

- BlitzDB added to trunk. Please feel free to try this out and help us test it.

The Drizzle download file can be found here

Drizzle build 1607 tarball has been released

Tuesday, June 8th, 2010

Drizzle source tarball based on build 1607 has been released. In this release:

  • Ongoing statistics cleanup from Joe Daly
  • LDAP schema for Drizzle blueprint completed
  • Continued progress with Embedded Innodb / HailDB
  • Various bug fixes (especially for ENUMs)

The Drizzle download file can be found here