Re: GIN fast insert - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: GIN fast insert
Date
Msg-id 4995960A.7080708@sigaev.ru
Whole thread Raw
In response to Re: GIN fast insert  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> [ 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.

That is not true for fastupdate=off. But in any case it could be improved, but 
improvements doesn't solve the issue with lossy bitmap.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: GIN fast insert
Next
From: Tom Lane
Date:
Subject: Re: composite types DROP..CASCADE behaviour - bug or intentional?