Re: Unlogged tables, persistent kind - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unlogged tables, persistent kind
Date
Msg-id 18604.1303758329@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unlogged tables, persistent kind  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> However, I think that the "logged table, unlogged index" idea is
> probably the most promising thing to think about doing first.

+1 for that --- it's clean, has a clear use-case, and would allow us
to manage the current mess around hash indexes more cleanly.
That is, hash indexes would always be treated as unlogged.

(Or of course we could fix the lack of WAL logging for hash indexes,
but I notice a lack of people stepping up to do that.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: "stored procedures"
Next
From: Peter Eisentraut
Date:
Subject: Re: "stored procedures" - use cases?