Commit 96ff6cde authored by paul@ice.snake.net's avatar paul@ice.snake.net

Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1

into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
parents 6cd58f43 5d323303
The MySQL Benchmarks The MySQL Benchmarks
These tests require a MySQL version of at least 3.20.28 or 3.21.10. NOTE: These tests require a MySQL version of at least 3.20.28 or 3.21.10.
With MySQL 3.20.x, you must use the --skip-in option, because MySQL 3.20
does not support the IN() operator.
Currently the following servers are supported: Currently the following servers are supported:
MySQL 3.20 and 3.21, PostgreSQL 6.#, mSQL 2.# and Solid Server 2.2 MySQL 3.20 and 3.21, PostgreSQL 6.#, mSQL 2.# and Solid Server 2.2
...@@ -41,8 +39,6 @@ Data/ATIS Contains data for 29 related tables used in the ATIS tests. ...@@ -41,8 +39,6 @@ Data/ATIS Contains data for 29 related tables used in the ATIS tests.
Data/Wisconsin Contains data for the Wisconsin benchmark. Data/Wisconsin Contains data for the Wisconsin benchmark.
Results Contains old benchmark results. Results Contains old benchmark results.
Makefile.am Automake Makefile Makefile.am Automake Makefile
Overview-paper A paper nicked from the net about database bench-
marking.
README This file. README This file.
test-ATIS.sh Creation of 29 tables and a lot of selects on them. test-ATIS.sh Creation of 29 tables and a lot of selects on them.
test-connect.sh Test how fast a connection to the server is. test-connect.sh Test how fast a connection to the server is.
...@@ -69,11 +65,9 @@ Useful options to all test-scripts (and run-all-tests): ...@@ -69,11 +65,9 @@ Useful options to all test-scripts (and run-all-tests):
--db=# Database to use (default: test) --db=# Database to use (default: test)
--fast Allow use of any non-standard SQL extension to --fast Allow use of any non-standard SQL extension to
get things done faster. get things done faster.
--skip-in Don't do test with the IN() operator (if the SQL server
hasn't implemented this, for example mSQL and MySQL 3.20).
--lock-tables Use table locking to get more speed. --lock-tables Use table locking to get more speed.
From a text at http://www.mgt.ncu.edu.tw/CSIM/Paper/sixth/11.html From a text at http://www.mgt.ncu.edu.tw/CSIM/Paper/sixth/11.html:
The Wisconsin Benchmark The Wisconsin Benchmark
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment