Re: WIP: Fast GiST index build - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: WIP: Fast GiST index build
Date
Msg-id BANLkTimDQewwaumOaDtFjSb+2edn-E_dNg@mail.gmail.com
Whole thread Raw
In response to Re: WIP: Fast GiST index build  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: WIP: Fast GiST index build
List pgsql-hackers
On Mon, Jun 6, 2011 at 2:51 PM, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
Do you think there's some worst-case data distributions where this algorithm would perform particularly badly?
I think there could be some worst-case GiST applications. Just now gist fast build algorithm invokes more penalty calls than repeatable insert algorithm. If I succeed then it will invoke even more such calls. So, if penalty function is very slow then gist fast build will be slover then repeatable insert.

------
With best regards,
Alexander Korotkov.

pgsql-hackers by date:

Previous
From: Pavel Golub
Date:
Subject: Re: Error in PQsetvalue
Next
From: Alexander Korotkov
Date:
Subject: Re: WIP: Fast GiST index build