Removing large file for data load. Modified README to generate mysql and psql input...
[csql.git] / test / performance / wisc / README
blob95627cf7158feba5251cc3b657d5208737e67000
1 Wisconsin Benchmark Suite
2 -------------------------
3 set the following in csql.conf file
4 MAX_SYS_DB_SIZE=10485760
5 MAX_DB_SIZE=104857600
7 Run make to build the suite as follows
8 $make
10 To populate the database run
11 a)CSQL
12 $csql <csql.sql
13 b)MySQL
14 copy csql.sql to mysql.sql and change CREATE INDEX syntax.
15 $isql myodbc3 <sql.sql
16 c)Postgres 
17 copy csql.sql to psql.sql and change CREATE INDEX syntax.
18 $isql psql <psql.sql
21 To run odbc test
22 $./odbcBench
24 To run jdbc test
25 $java JDBCBench