Re: Index Page Split logging - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Index Page Split logging
Date
Msg-id 1199220958.9558.262.camel@ebony.site
Whole thread Raw
In response to Re: Index Page Split logging  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Index Page Split logging
Re: Index Page Split logging
List pgsql-hackers
On Tue, 2008-01-01 at 14:02 -0500, Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > If we could log *only* the insert that caused the split, rather than the
> > split itself, we would avoid that situation entirely.
> 
> How are you going to avoid the need to run user-defined functions
> (specifically, the btree comparison functions) during replay?

Seems like a good objection. Just exercising my lateral thought muscles.

--  Simon Riggs 2ndQuadrant  http://www.2ndQuadrant.com



pgsql-hackers by date:

Previous
From: Manolo _
Date:
Subject: Implementing Sorting Refinements
Next
From: Tom Lane
Date:
Subject: Table rewrites vs. pending AFTER triggers