Re: Introducing an advanced Frequent Update Optimization - Mailing list pgsql-hackers

From Mark Kirkwood
Subject Re: Introducing an advanced Frequent Update Optimization
Date
Msg-id [email protected]
Whole thread Raw
In response to Introducing an advanced Frequent Update Optimization  ("Simon Riggs" <[email protected]>)
Responses Re: Introducing an advanced Frequent Update Optimization
List pgsql-hackers
Simon Riggs wrote:
> EnterpriseDB has been running a research project to improve the
> performance of heavily updated tables. We have a number of approaches
> prototyped and we'd like to discuss the best of these now on -hackers
> for community input and patch submission to PostgreSQL core.
> 

Excellent! It would certainly be good for use cases like:

- session data from web (or similar) applications
- real time summary tables maintained by triggers

to "just work", as (certainly in the case of the first one) quite a few 
folks have been bitten by exactly the issue you describe.

best wishes

Mark


pgsql-hackers by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: NULL in arrays
Next
From: "JEAN-PIERRE PELLETIER"
Date:
Subject: Re: Index ignored with "is not distinct from", 8.2 beta2