summaryrefslogtreecommitdiff
path: root/sql-bench
diff options
context:
space:
mode:
authorunknown <paul@ice.snake.net>2003-12-03 21:10:44 -0600
committerunknown <paul@ice.snake.net>2003-12-03 21:10:44 -0600
commita7990d0245a15e4b07a53f80dc4079e9f8edfd20 (patch)
treecdf6d4684d40ab54402abc35b8fce2e459f72713 /sql-bench
parent60cf79a22ecfa19a9ea87111c3871835bcff224f (diff)
downloadmariadb-git-a7990d0245a15e4b07a53f80dc4079e9f8edfd20.tar.gz
README:
minor edits sql-bench/README: minor edits
Diffstat (limited to 'sql-bench')
-rwxr-xr-xsql-bench/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/sql-bench/README b/sql-bench/README
index b0e1dfac5c1..431659a8756 100755
--- a/sql-bench/README
+++ b/sql-bench/README
@@ -44,17 +44,16 @@ 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-create.sh Test how fast a table is created.
test-insert.sh Test create and fill of a table.
-test-wisconsin.sh This is a port of the PostgreSQL version of this
- benchmark.
+test-wisconsin.sh A port of the PostgreSQL version of this benchmark.
run-all-tests Use this to run all tests. When all tests are run,
- use the --log --use-old option to get a RUN-file.
+ use the --log and --use-old options to get a RUN-file.
compare-results Generates a comparison table from different RUN files.
-server-cfg Contains the limit and functions for all supported
+server-cfg Contains the limits and functions for all supported
SQL servers. If you want to add a new server, this
should be the only file that neads to be changed.
-Most of the test should use portable SQL to make it possible to
+Most of the tests should use portable SQL to make it possible to
compare different databases. Sometimes SQL extensions can make things
a lot faster. In this case the test may use the extensions if the --fast
option is used.