]> granicus.if.org Git - postgresql/commit
Add:
authorBruce Momjian <bruce@momjian.us>
Sat, 14 Aug 2004 01:30:49 +0000 (01:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 14 Aug 2004 01:30:49 +0000 (01:30 +0000)
commit0e0793a71a76e9d2ba4033f942a1f01409383312
treea5133151bedcd4982ae832ed02d788aaafce74a6
parentb681bf932313c56f9723d2961ef060b97a2249a1
Add:

>
> * Allow buffered WAL writes and fsync
>
>   Instead of guaranteeing recovery of all committed transactions, this
>   would provide improved performance by delaying WAL writes and fsync
>   so an abrupt operating system restart might lose a few seconds of
>   committed transactions but still be consistent.  We could perhaps
>   remove the 'fsync' parameter (which results in an an inconsistent
>   database) in favor of this capability.
doc/TODO