mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
d9c70f5d78
sql-bench/Results/ATIS-mysql-NT_4.0: new benchmark results sql-bench/Results/RUN-mysql-NT_4.0: new benchmark results sql-bench/Results/alter-table-mysql-NT_4.0: new benchmark results sql-bench/Results/big-tables-mysql-NT_4.0: new benchmark results sql-bench/Results/connect-mysql-NT_4.0: new benchmark results sql-bench/Results/create-mysql-NT_4.0: new benchmark results sql-bench/Results/insert-mysql-NT_4.0: new benchmark results sql-bench/Results/select-mysql-NT_4.0: new benchmark results sql-bench/Results/wisconsin-mysql-NT_4.0: new benchmark results sql/mysqld.cc: Bigger ranges if set_maximum_open_files fails
19 lines
875 B
Text
19 lines
875 B
Text
Testing server 'MySQL 3.23.25 beta' at 2000-09-27 2:54:38
|
|
|
|
Testing of some unusual tables
|
|
All tests are done 1000 times with 1000 fields
|
|
|
|
Testing table with 1000 fields
|
|
Testing select * from table with 1 record
|
|
Time to select_many_fields(1000): 19 wallclock secs ( 8.08 usr 9.09 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing select all_fields from table with 1 record
|
|
Time to select_many_fields(1000): 36 wallclock secs ( 8.97 usr 8.94 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing insert VALUES()
|
|
Time to insert_many_fields(1000): 3 wallclock secs ( 0.44 usr 0.09 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing insert (all_fields) VALUES()
|
|
Time to insert_many_fields(1000): 19 wallclock secs ( 0.08 usr 0.33 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Total time: 80 wallclock secs (17.56 usr 18.45 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|