Re: Workaround: Planner preference for tsquery filter vs. GIN index in fast text search - Mailing list pgsql-performance

From Laurence Parry
Subject Re: Workaround: Planner preference for tsquery filter vs. GIN index in fast text search
Date
Msg-id BLU178-DS9720D392424599507271CA55F0@phx.gbl
Whole thread Raw
In response to Re: Workaround: Planner preference for tsquery filter vs. GIN index in fast text search  (Oleg Bartunov <obartunov@gmail.com>)
List pgsql-performance
> btw, 9.4 should be wiser in case of rare+common terms,
> thanks to GIN fast scan feature.

I'll look forward to it! We have a few other GIN indexes . . .

I don't want to misrepresent my impression of Postgres performance; the only
other case where I've made a significant improvement by tweaking was
pre-checking a couple of tables with count(*) > 0 before using them against
several thousand submissions (checking lists of blocked artists and keywords
against submission details). I've been pleasantly surprised at what it can
handle, especially after index-only scans came out.

--
Laurence "GreenReaper" Parry



pgsql-performance by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: Workaround: Planner preference for tsquery filter vs. GIN index in fast text search
Next
From: Steve Atkins
Date:
Subject: Re: IP addresses, NetBlocks, and ASNs