Re: GIN improvements part 1: additional information

From: Tomas Vondra <tv(at)fuzzy(dot)cz>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GIN improvements part 1: additional information
Date: 2013-10-08 23:04:25
Message-ID: 52548F79.6030407@fuzzy.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 8.10.2013 21:59, Heikki Linnakangas wrote:
> On 08.10.2013 17:47, Alexander Korotkov wrote:
>> 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.
>
> The new macros in that patch version were quite botched. Here's a new
> attempt.

Nope, still the same errors :-(

PANIC: not enough space in leaf page!
LOG: server process (PID 29722) was terminated by signal 6: Aborted
DETAIL: Failed process was running: autovacuum: ANALYZE public.messages

regards
Tomas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2013-10-08 23:51:24 Re: dynamic shared memory
Previous Message Bruce Momjian 2013-10-08 23:02:45 Re: proposal: Set effective_cache_size to greater of .conf value, shared_buffers