public inbox for [email protected]
help / color / mirror / Atom feedFrom: Evgeniy Shishkin <[email protected]>
To: Tom Lane <[email protected]>
Cc: Andreas Joseph Krogh <[email protected]>
Cc: pgsql-performance <[email protected]>
Subject: Re: Searching GIN-index (FTS) and sort by timestamp-column
Date: Wed, 16 Mar 2016 18:04:08 +0300
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <VisenaEmail.42.91df4628bdf7755c.1537e96e852@tc7-visena>
<[email protected]>
<[email protected]>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgsql-performance>
> On 16 Mar 2016, at 17:52, Evgeniy Shishkin <[email protected]> wrote:
>
>
>> On 16 Mar 2016, at 16:37, Tom Lane <[email protected]> wrote:
>>
>> Andreas Joseph Krogh <[email protected]> writes:
>>> 1. Why isnt' folder_id part of the index-cond?
>>
>> Because a GIN index is useless for sorting.
>
> I don't see how gin inability to return sorted data relates to index condition.
> In fact i tried to reproduce the example,
> and if i change folder_id to int from bigint, then index condition with folder_id is used
>
> Index Cond: ((fts_all @@ '''hi'''::tsquery) AND (folder_id = 1))
>
Looks like documentation http://www.postgresql.org/docs/9.5/static/btree-gin.html
is lying about supporting int8 type
>
>>
>>> 2. Is there a way to make it use the (same) index to sort by
>>> received_timestamp?
>>
>> No.
>>
>>> 3. Using a GIN-index, is there a way to use the index at all for sorting?
>>
>> No.
>>
>>> 4. It doesn't seem like ts_rank uses the index for sorting either.
>>
>> Same reason.
>>
>> regards, tom lane
>>
>>
>> --
>> Sent via pgsql-performance mailing list ([email protected])
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-performance
>
--
Sent via pgsql-performance mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Searching GIN-index (FTS) and sort by timestamp-column
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox