SQL-bench
script |
Aim |
| test-alter-table |
Test of alter table |
| test-big-tables |
Test of extreme tables |
| test-create |
This test is for testing how long it takes to create tables,
make a count(*) from them and finally drop the tables. |
| test-select |
Test of selecting on keys that consist of many parts |
| test-ATIS |
Creation of 29 tables and a lot of selects on them. |
| test-connect |
This test is for testing the speed of connections and sending
data to the client. |
| test-insert |
Test of creating a simple table and inserting $record_count
records in it, $opt_loop_count rows in order,
$opt_loop_count rows in reverse order and $opt_loop_count rows in
random order. (opt_loop_count is 100000) |
| test-wisconsin |
This is a port of the PostgreSQL version of this benchmark
(create and insert table from Wisconsin directory) |