Debug (both server and client)
==============================

fred:bench 1484 > java test_big_tables -P 3306
Testing of some extream situations
All tests are done 10 times

Testing table with 1000 fields
Initializing data...
Testing select * from table with 1 record
Time to select: 43.851 sec.
Testing select all_fields from table with 1 record
Time to select: 57.107 sec.
Testing insert VALUES()
Time to insert: 4.186 sec.
Testing insert (all_fields) VALUES()
Time to insert: 19.431 sec.
Toal time: 132.205 sec.


fred:bench 1485 > java test_connect -P 3306
Testing the speed of connecting to the server and sending of data
All tests are done 100 times

Testing connection/disconnect...
Time to connect (100): 7.013 sec.
Test connect/simple_select/disconnect
Time to connect+select_simple (100): 9.745 sec.
Test simple select
Time for select_simple (100): 2.349 sec.
Testing 100 selects from a table with 1 record
Testing connect/select 1 row from table/disconnect
Time to connect+select (100): 9.594 sec.
Testing select 1 row from table
Time to select (100): 3.034 sec.
Testing select 2 rows from table
Time to connect: 2.903 sec.
Testing retreival of big blobs
Time to select_big (100): 451.364 sec.
Toal time: 496.7 sec.


fred:bench 1487 > java test_create -P 3306
Testing create (100) tables now...
Time to create: 21.861 sec.
Testing make 100 of count(*)s now...
Time to select count(*): 4.744 sec.
Testing drop
Time to drop (100) tables: 7.354 sec.
Testing create+drop 100 times...
Time to create+drop (100) tables: 27.429 sec.
Toal time: 63.414 sec.


fred:bench 1488 > java test_insert -P 3306
Generating random keys
Creating tables.
Inserting 1000 rows in order...
Inserting 1000 rows in reverse order...
Inserting 1000 rows in random order...
Time to insert 3000 rows: 227.129 sec.
Testing insert of duplicates
Time for insert duplicates of 1000 rows: 89.681 sec.
Retrieving data from the table
Time for selct_big 9.575 sec.
Time for select_range: 6.396 sec.
Time for select of 2000 rows: 41.559 sec.
Time for select_range: 64.465 sec.
Time for select_group : 1.629 sec.
Testing update
Time for update_key of 1000 keys: 114.466 sec.
Time for update_key_big of 5000 keys: 9.907 sec.
Testing delete
Time for delete of 1000 rows: 103.754 sec.
Time for big delete of 2000 rows: 5.299 sec.
Toal time: 676.108 sec.


fred:bench 1494 > java test_select -P 3306
Testing the speed of selecting on keys that consist of many parts
The tests are done with a table that has 1000 rows.

Creating table...
Inserting 1000 rows
Time to insert 1000 rows: 111.101 sec.
Testing big selects on the table
Time for selct_big (50) 48.712 sec.
Time for select_range (10x5): 112.994 sec.
Toal time: 275.371 sec.


fred:bench > test-wisconsin
fred:bench > tail run.log

real 12:13.58
user 9:24.76
sys  56.72

