Re: getting rid of freezing

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: getting rid of freezing
Date: 2013-05-26 23:58:58
Message-ID: 51A2A1C2.40809@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres,

I was talking this over with Jeff on the plane, and we wanted to be
clear on your goals here: are you looking to eliminate the *write* cost
of freezing, or just the *read* cost of re-reading already frozen pages?

If just the latter, what about just adding a bit to the visibility map
to indicate that the page is frozen? That seems simpler than what
you're proposing.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2013-05-27 00:59:13 Re: Parallel Sort
Previous Message Michael Paquier 2013-05-26 22:48:51 Re: background worker and normal exit