Re: GIN improvements part 1: additional information

From: Alexander Korotkov <aekorotkov(at)gmail(dot)com>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GIN improvements part 1: additional information
Date: 2013-10-08 14:47:27
Message-ID: CAPpHfdu5ODt1UB5SSpMHHD6LCB+k_t6XCsLBozZP_dyVm1ieLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, Tomas!

On Sun, Oct 6, 2013 at 3:58 AM, Tomas Vondra <tv(at)fuzzy(dot)cz> wrote:

> I've attempted to rerun the benchmarks tests I did a few weeks ago, but
> I got repeated crashes when loading the data (into a table with
> tsvector+gin index).
>
> Right before a crash, theres this message in the log:
>
> PANIC: not enough space in leaf page!
>

Thanks for testing. Heikki's version of patch don't works for me too on
even much more simplier examples. I can try to get it working if he answer
my question about GinDataLeafPageGetPostingList* macros.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shailesh singh 2013-10-08 15:03:26 Re: [GENERAL] Urgent Help Required
Previous Message Tomas Vondra 2013-10-08 14:28:24 Re: Re: custom hash-based COUNT(DISTINCT) aggregate - unexpectedly high memory consumption