Small. Fast. Reliable.
Choose any three.
*** 43,48 ****
--- 43,52 ----
  
  I have no idea what's wrong with Postgres in test 8. If you do, and you think that SQL being fed to it makes that particular test unfair to Postgres, please speak up.
  
+ Few notes about the results:
+ *: Time is mesured in seconds, it represents wallclock time.
+ *: nosync in case of SQLite means that SQLite is running with PRAGMA synchronous=OFF;. In case of MySQL it means that table type is MyISAM.
+ *: sync in case of SQLite means that SQLite is running with PRAGMA synchronous=FULL;. In case of MySQL it means that table type is InnoDB.
  
  On to the tests now.