----- Original Message -----
From: "Brandon, Nicholas (UK)" <[EMAIL PROTECTED]>
Just had a quick look and noticed a peculiarity. SQLite seems to do
pretty well across the board except in the graph for "INSERT 1 Row
Test (implicit transaction)". It seemly does well except when using
the SD card. Then I noticed your labelling is not consistent
across all the pictures. Is that a mistake or is it what you had
expected?
For me it would be easier for my brain to compare if you had them in
the same label order >across the pictures (i.e. SQLite (M), SQLMobile
(M), SQLite (C) ...)
I had originally arranged them by storage medium best to worst, but I agree
it was somewhat confusing to have the order changed midway through, so I
changed it back.
The one thing that really impressed me was Join Test #2, which joined 3
tables and returned a sum on a column in the 3rd table. The *only* database
that was able to even get near SQLite was MS Sql Server, which actually beat
SQLite soundly -- returning a full 500ms sooner than SQLite did. All the
other database engines I tested completely tanked that test.
Robert