Re: Full text search with ORDER BY performance issue

From: worthy7 <worthy(dot)vii(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Full text search with ORDER BY performance issue
Date: 2014-07-28 19:55:13
Message-ID: 1406577313646-5813083.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I hate to be "that guy" but, Is this is still an issue 5 years later?? I
can't seem to get Gin/btree to use my ORDER BY column with a LIMIT no matter
what I try.

My best idea was to cluster the database by the ORDER BY column and then
just hope the index returns them in the order in the table...

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Full-text-search-with-ORDER-BY-performance-issue-tp2074171p5813083.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Rural Hunter 2014-07-29 00:10:35 Re: Very slow planning performance on partition table
Previous Message Jeff Janes 2014-07-28 17:29:25 Re: Very slow planning performance on partition table