*** empty log message ***
[csql.git] / test / performance / wisc / README
blobc9e4781029cf5f53c70f42efb591aa4744ec79ff
1 Wisconsin Benchmark Suite
2 -------------------------
3 set the following in csql.conf file
4 MAX_SYS_DB_SIZE=104857600
5 MAX_DB_SIZE=104857600
7 Run make to build the suite as follows
8 ---------------------------
9 $make
11 To populate the database run
12 ----------------------------
13 $java JDBCPopulate
15 For mysql 
16 $java JDBCPopulate mysql
19 To run odbc test
20 $./odbcBench
22 For mysql, edit(uncomment) Makefile to link with unixODBC library
23 $./odbcBench mysql
25 To run csql jdbc test
26 ---------------------
27 $java JDBCBench
29 For mysql, set the CLASSPATH to point to mysql jdbc jar file and run 
30 $java JDBCBench mysql