Testing server 'MySQL 3.22.6 alpha' at 1998-09-09 9:58:23 Testing the speed of inserting data into 1 table and do some selects on it. The tests are done with a table that has 100000 rows. Generating random keys Creating tables Inserting 100000 rows in order Inserting 100000 rows in reverse order Inserting 100000 rows in random order Time for insert (300000): 1357 secs (186.71 usr 113.98 sys = 300.69 cpu) Testing insert of duplicates Time for insert_duplicates (300000): 238 secs (54.95 usr 32.15 sys = 87.10 cpu) Retrieving data from the table Time for select_big (10:3000000): 795 secs (351.36 usr 260.23 sys = 611.59 cpu) Note: Query took longer then time-limit: 600 Estimating end time based on: 8 queries in 8 loops of 10 loops took 646 seconds Estimated time for order_by_key (10:2400000): 807 secs (356.46 usr 258.43 sys = 614.89 cpu) Note: Query took longer then time-limit: 600 Estimating end time based on: 6 queries in 6 loops of 10 loops took 778 seconds Estimated time for order_by (10:1800000): 1296 secs (360.17 usr 249.95 sys = 610.12 cpu) Time for select_range_prefix (5010:42084): 222 secs (33.40 usr 12.25 sys = 45.65 cpu) Time for select_range (5010:42084): 165 secs (35.73 usr 11.98 sys = 47.71 cpu) Note: Query took longer then time-limit: 600 Estimating end time based on: 58338 queries in 29169 loops of 100000 loops took 601 seconds Estimated time for select_key_prefix (200000): 2060 secs (706.13 usr 242.24 sys = 948.37 cpu) Note: Query took longer then time-limit: 600 Estimating end time based on: 61192 queries in 30596 loops of 100000 loops took 601 seconds Estimated time for select_key (200000): 1964 secs (845.86 usr 208.33 sys = 1054.19 cpu) Test of compares with simple ranges Time for select_range_prefix (20000:43500): 124 secs (27.07 usr 11.46 sys = 38.53 cpu) Time for select_range (20000:43500): 123 secs (41.37 usr 14.16 sys = 55.53 cpu) Time for select_group (111): 1133 secs ( 0.58 usr 0.18 sys = 0.76 cpu) Time for min_max_on_key (3000): 26 secs (10.31 usr 2.63 sys = 12.94 cpu) Time for min_max (60): 363 secs ( 0.35 usr 0.07 sys = 0.42 cpu) Time for count_on_key (100): 569 secs ( 0.53 usr 0.13 sys = 0.66 cpu) Time for count (100): 491 secs ( 0.43 usr 0.16 sys = 0.59 cpu) Testing update with functions Time for update_key (500): 3 secs ( 0.43 usr 0.18 sys = 0.61 cpu) Time for update_key_big (501): 380 secs ( 0.40 usr 0.18 sys = 0.58 cpu) Testing delete Time for delete_key (500): 3 secs ( 0.34 usr 0.19 sys = 0.53 cpu) Time for delete_big (12): 283 secs ( 0.01 usr 0.00 sys = 0.01 cpu) Insert into table with 16 keys and with a primary key with 16 parts Time for insert_key (100000): 4005 secs (127.79 usr 39.93 sys = 167.72 cpu) Testing update of keys Time for update_of_key (256): 976 secs ( 0.22 usr 0.13 sys = 0.35 cpu) Deleting everything from table Time for delete_big (2): 7158 secs ( 0.00 usr 0.00 sys = 0.00 cpu) Inserting 100000 rows with multiple values Time for multiple_value_insert (100000): 94 secs (13.44 usr 0.40 sys = 13.84 cpu) Time for drop table(1): 0 secs ( 0.00 usr 0.00 sys = 0.00 cpu) Estimated total time: 24638 secs (3154.12 usr 1459.41 sys = 4613.52 cpu)