Heikki Linnakangas <heikki.linnakan...@enterprisedb.com> writes:
> Teodor Sigaev wrote:
>> But I don't believe that is popular use-case. In most cases, GIN is used 
>> with bitmap scan. Your emails are so convincing and I'll remove support 
>> amgettuple interface in GIN.

> SELECT * FROM foo WHERE t @@ query LIMIT 100
> might be a fairly common use case.

[ shrug... ]  The proposed implementation fails to be particularly
fast-start anyway, since it will process the entire pending queue
before returning anything to the executor.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to