Fix examples
[ftsbench.git] / README
1 Full-text search benchmark.
2
3 Before compilating, edit Makefile for RDBMS set and
4 paths to its.
5
6 Init example:
7 ./ftsbench -i -n 10000 -f gin -b pgsql -d contrib_regression
8
9 Benchmark example:
10 ./ftsbench -c 10 -n 300 -f gin -b pgsql -d contrib_regression
11
12
13 PostgreSQL prerequisite:
14         version >= 8.2
15         ./configure --enable-thread-safety
16         contrib/tsearch2
17
18 MySQL prerequisite:
19         tested on 5.0.24a
20         ./configure --enable-thread-safe-client --with-pthread
21
22 Although ftsbench is covered by BSD license redistribution of 
23 rand.c and finnegan.c is prohibited without the permission 
24 of J. Zobel (jz at cs.rmit.edu.au).