Re: WIP: Fast GiST index build

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: Fast GiST index build
Date: 2011-08-22 10:23:32
Message-ID: CAPpHfdu80rXcNHZ9gen-qA4sZc0bQAKS9hEU_EP5GRqWN4F0Ng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 17, 2011 at 11:11 AM, Alexander Korotkov
<aekorotkov(at)gmail(dot)com>wrote:

> On Tue, Aug 16, 2011 at 11:15 PM, Heikki Linnakangas <
> heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
>
>> On 16.08.2011 22:10, Heikki Linnakangas wrote:
>>
>>> Here's an version of the patch with a bunch of minor changes:
>>>
>>
>> And here it really is, this time with an attachment...
>
> Thanks a lot. I'm going to start rerunning the tests now.
>

First bunch of test results will be available soon (tests running and
results processing take some time). While there is a patch with few small
bugfixes.

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

Attachment Content-Type Size
gist_fast_build-0.14.2.patch.gz application/x-gzip 24.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Misa Simic 2011-08-22 10:54:52 UUID datatype GiST index support
Previous Message Kohei KaiGai 2011-08-22 09:14:45 Re: Question: CREATE EXTENSION and create schema permission?