Commit 48f26881 authored by unknown's avatar unknown

README:

  minor edits


sql-bench/README:
  minor edits
parent 906649af
...@@ -44,17 +44,16 @@ test-ATIS.sh Creation of 29 tables and a lot of selects on them. ...@@ -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-connect.sh Test how fast a connection to the server is.
test-create.sh Test how fast a table is created. test-create.sh Test how fast a table is created.
test-insert.sh Test create and fill of a table. test-insert.sh Test create and fill of a table.
test-wisconsin.sh This is a port of the PostgreSQL version of this test-wisconsin.sh A port of the PostgreSQL version of this benchmark.
benchmark.
run-all-tests Use this to run all tests. When all tests are run, 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. 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 SQL servers. If you want to add a new server, this
should be the only file that neads to be changed. 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 compare different databases. Sometimes SQL extensions can make things
a lot faster. In this case the test may use the extensions if the --fast a lot faster. In this case the test may use the extensions if the --fast
option is used. option is used.
......
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