do we're in time to catch 7.2 Beta ?

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Teodor Sigaev <teodor(at)stack(dot)net>
Subject: do we're in time to catch 7.2 Beta ?
Date: 2001-10-02 15:27:18
Message-ID: Pine.GSO.4.33.0110021817550.20550-100000@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

We're about to release brand new contrib module which is
actually is a first step of integration of OpenFTS to postgres.
Preliminary numbers are rather impressive -

zen:~/app/pgsql/GiST/tsearch_index$ time psql-dev apod -c \
"select title from titles where titleidx @@ 'gist&patch';" > /dev/null

real 0m0.070s
user 0m0.010s
sys 0m0.000s

Table 'titles' contains 377905 titles from various mailing lists we
accumulate in our mailware projects.

apod=# select count(*) from titles;
count
--------
377905
(1 row)

This contrib is based on our GiST development and will work only with
7.2.

We need maximum a week to finish, test, benchmark and document.

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 2001-10-02 15:47:59 Re: cvs problem
Previous Message Michael Meskes 2001-10-02 15:08:26 Re: My last ECPG commit