Regarding GIN Fast Update Technique

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Regarding GIN Fast Update Technique
Date: 2013-06-06 02:06:03
Message-ID: CA+HiwqEoD04wcyU7Ev0rQ-ThzJc9+W3rOEFawjccQOQv9b+Y-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

At what point do the entries in the pending list are moved to the main
GIN data structure?
From documentation, I read that overflowing work_mem and vacuum are
two such causes; what about when the concerned backend is to exit and
autovacuum has not yet kicked in?

--
Amit Langote

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-06-06 02:13:45 Re: Make targets of doc links used by phpPgAdmin static
Previous Message Daniel Farina 2013-06-06 01:23:43 Re: Redesigning checkpoint_segments