~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to sql-bench/Results/big-tables-mysql_odbc-win98

  • Committer: bk at mysql
  • Date: 2000-07-31 19:29:14 UTC
  • Revision ID: sp1r-bk@work.mysql.com-20000731192914-08846
Import changeset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Testing server 'MySQL 3.22.19a' at 1999-03-02 16:28:33
 
2
 
 
3
Testing of some unusual tables
 
4
All tests are done 1000 times with 1000 fields
 
5
 
 
6
Testing table with 1000 fields
 
7
Testing select * from table with 1 record
 
8
Time to select_many_fields(1000): 99 wallclock secs (98.59 usr  0.00 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
 
9
 
 
10
Testing select all_fields from table with 1 record
 
11
Time to select_many_fields(1000): 111 wallclock secs (111.55 usr  0.00 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
 
12
 
 
13
Testing insert VALUES()
 
14
Time to insert_many_fields(1000):  9 wallclock secs ( 8.85 usr  0.00 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
 
15
 
 
16
Testing insert (all_fields) VALUES()
 
17
Time to insert_many_fields(1000): 28 wallclock secs (27.40 usr  0.00 sys +  0.00 cusr  0.00 csys =  0.00 CPU)
 
18
 
 
19
Total time: 249 wallclock secs (248.70 usr  0.00 sys +  0.00 cusr  0.00 csys =  0.00 CPU)