core reorg
[csql.git] / demo / wisc / README
blob9aa5a384df2462cc31978e02dced7c42752464da
1 Wisconsin Benchmark Suite
2 -------------------------
3 1. Run make to build the suite as follows
4 $make
5 Note: CSQL requires JDK1.6 and javac path should be specified in PATH env variable
7 2. Change the following parameters in csql.conf file
8 MAX_SYS_DB_SIZE=10485760
9 MAX_DB_SIZE=104857600
11 3. Set CSQL environment variables using setupenv.ksh script under installation root directory.
12 $. ./setupenv.ksh
14 4. Populate the database 
15 $java JDBCPopulate
17 5.To run jdbc benchmark
18 $java JDBCBench
20 6.To run odbc benchmark
21 $./odbcBench