Re: Possible Commit Syntax Change for Improved TPS - Mailing list pgsql-hackers

From Adrian Maier
Subject Re: Possible Commit Syntax Change for Improved TPS
Date
Msg-id 3F83CE4D.4090902@fx.ro
Whole thread Raw
In response to Possible Commit Syntax Change for Improved TPS  (seunosewa@inaira.com (Seun Osewa))
List pgsql-hackers
Seun Osewa wrote:
> I observed that in in many applications there are some transactions
> that are more critical than others.  I may have the same database
> instance managing website visitor accounting and financial
> transactions.  I could tolerate the loss of a few transactions whose
> only job is to tell me a user has clicked a page on my website but
> would not dare risk this for any of the "real" financials work my
> web-based app is doing.

It is possible to split the data over 2 database clusters:
one which contains "important" data (this cluster will be configured 
with fsync enabled),   and a second one that contains the less
important data (configured with fsync=off for speed reasons).



Cheers,

Adrian Maier
(am@fx.ro)



pgsql-hackers by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: BigInt woes
Next
From: Manfred Koizar
Date:
Subject: Re: Cannot dump/restore text value \N