Re: Group Commit - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Group Commit
Date
Msg-id 16975.1176175739@sss.pgh.pa.us
Whole thread Raw
In response to Re: Group Commit  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-hackers
Greg Smith <gsmith@gregsmith.com> writes:
> An alternate mechanism that tells the client the commit is done when it 
> hasn't hit disk is of no use for the applications I work with, so I 
> haven't even been paying attention to no-commit-wait.

Agreed, if you need "committed" to mean "committed" then no-wait isn't
going to float your boat.  But the point I was making is that the
infrastructure Simon proposes (ie, a separate wal-writer process)
might be useful for this case too, with a lot less extra code than
Heikki is thinking about.  Now maybe that won't work, but we should
certainly not consider these as entirely-independent patches.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Group Commit
Next
From: Tatsuo Ishii
Date:
Subject: Re: Group Commit