X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=ftsbench.git;a=blobdiff_plain;f=README;fp=README;h=ed1772e13a0d51884dd30358fc855f9f21788a00;hp=8960c0b948d5a15224d670189b9d59e362bef6a3;hb=34dc32fe558e25dfe4c7c80b94b126e597ebac2f;hpb=430dd7ec2f63bd59274f832a28d45eb6cf737cbd diff --git a/README b/README index 8960c0b..ed1772e 100644 --- a/README +++ b/README @@ -19,6 +19,21 @@ MySQL prerequisite: tested on 5.0.24a ./configure --enable-thread-safe-client --with-pthread +SQL mode (output may be redirected into file ot to database): +% ftsbench -S | psql postgres +% ftsbench -i -n 10 -f gin -s 17 -d contrib_regression +INSERT INTO fb_create (id, rdbms, f_gin, f_gist, f_func, rows, elapsed) VALUES (17, 'pgsql', 't', 'f', 'f', 10, 0.528075); +% ftsbench -c 2 -n 2 -f gin -s 17 -d contrib_regression +INSERT INTO fb_search (id, f_and, f_or, nclients, nqueries, nres, elapsed) VALUES (17, 't', 'f', 2, 2, 0, 0.063508); +% ftsbench -c 2 -n 2 -f gin -s 17 -r -d contrib_regression +INSERT INTO fb_row (id, f_and, f_or, nclients, nres, elapsed) VALUES (17, 't', 'f', 2, 0, 0.039024); +INSERT INTO fb_row (id, f_and, f_or, nclients, nres, elapsed) VALUES (17, 't', 'f', 2, 0, 0.009069); +INSERT INTO fb_row (id, f_and, f_or, nclients, nres, elapsed) VALUES (17, 't', 'f', 2, 0, 0.061368); +INSERT INTO fb_row (id, f_and, f_or, nclients, nres, elapsed) VALUES (17, 't', 'f', 2, 0, 0.003654); + + + +Notice: Although ftsbench is covered by BSD license redistribution of rand.c and finnegan.c is prohibited without the permission of J. Zobel (jz at cs.rmit.edu.au).