From: | Shane Hathaway <shane(at)hathawaymix(dot)org> |
---|---|
To: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
Cc: | François Beausoleil <francois(at)teksol(dot)info>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Ways to speed up ts_rank |
Date: | 2012-10-10 18:32:55 |
Message-ID: | 5075BF57.9010602@hathawaymix.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On 10/10/2012 08:59 AM, Oleg Bartunov wrote:
> We'll present in Prague some improvements in FTS. Unfortunately, we have
> only several minutes during lighting talk. In short, we improved GIN to
> store additional information, coordinates for fts, for example and
> return ordered by rank search results, which gave us performance better
> than
> sphynx. It's just a prototype, but we already got median at 8 msec for 6
> mln classifieds.
>
> We didn't tested for long documents yet.
That sounds like the solution I'm looking for! Storing the info for
ts_rank in an index would probably do the trick. Can I get this code
somewhere? I've isolated the table I need to optimize and I can easily
run tests on non-production code.
Shane
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Janes | 2012-10-10 19:30:46 | Re: shared_buffers/effective_cache_size on 96GB server |
Previous Message | Shane Hathaway | 2012-10-10 18:25:54 | Re: Ways to speed up ts_rank |