Re: [pgsql-advocacy] 8.2 -> 8.3 performance numbers

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
Cc: "Josh Berkus" <josh(at)agliodbs(dot)com>, "Jim Nasby" <decibel(at)decibel(dot)org>, "postgresql performance list" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: [pgsql-advocacy] 8.2 -> 8.3 performance numbers
Date: 2007-07-25 14:22:25
Message-ID: 1185373345.4146.48.camel@ebony.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-performance

On Wed, 2007-07-25 at 10:09 -0400, Merlin Moncure wrote:
> On 7/25/07, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> >
> > Should you get the chance I would appreciate a comparative test for
> > TPC-E.
> >
> > 1. Normal TPC-E versus
> > 2. TPC-E with all FKs against Fixed tables replaced with CHECK( col IN
> > (VALUES(x,x,x,...))) constraints on the referencing tables.
> >
> > I have reasonable evidence that Referential Integrity is the major
> > performance bottleneck and would like some objective evidence that this
> > is the case.
> >
> > No rush, since it will be an 8.4 thing to discuss and improve this
> > substantially in any of the ways I envisage.
>
> just a small 'me too' here, the RI penalty seems higher than it should
> be...especially when the foreign key table is very small, and I can
> see how this would impact benchmarks.

Any measurements to back that up would be appreciated. "Turning it off"
isn't really a valid comparison because we do want to make the checks
and expect there to be some cost to that. We just want to quantify the
cost to allow prioritising our efforts to improve performance on that.

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Geoff Foster 2007-07-25 14:27:20 Projects wanted for the .ORG Village at LinuxExpo 2007 - Exhibit for FREE!
Previous Message Merlin Moncure 2007-07-25 14:09:50 Re: [pgsql-advocacy] 8.2 -> 8.3 performance numbers

Browse pgsql-performance by date

  From Date Subject
Next Message Gregory Stark 2007-07-25 14:43:29 Re: [pgsql-advocacy] 8.2 -> 8.3 performance numbers
Previous Message Merlin Moncure 2007-07-25 14:09:50 Re: [pgsql-advocacy] 8.2 -> 8.3 performance numbers