https://github.com/postgres/postgres
Revision 6382448cf96a9b88d418cbaf86027b63f465b5d8 authored by Tom Lane on 22 June 2009, 20:04:28 UTC, committed by Tom Lane on 22 June 2009, 20:04:28 UTC
of the 256KB limit originally enforced by a patch committed 2008-11-06.
Per recent test results, the smaller size resulted in an undesirable decrease
in bulk data loading speed, due to COPY processing frequently getting blocked
for WAL flushing.  This area might need more tweaking later, but this setting
seems to be good enough for 8.4.
1 parent 3f1e529
History
Tip revision: 6382448cf96a9b88d418cbaf86027b63f465b5d8 authored by Tom Lane on 22 June 2009, 20:04:28 UTC
For bulk write operations (eg COPY IN), use a ring buffer of 16MB instead
Tip revision: 6382448
File Mode Size
config
contrib
doc
src
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 4.2 KB
Makefile -rw-r--r-- 1.4 KB
README -rw-r--r-- 1.3 KB
README.CVS -rw-r--r-- 767 bytes
aclocal.m4 -rw-r--r-- 445 bytes
configure -rwxr-xr-x 783.2 KB
configure.in -rw-r--r-- 59.7 KB

README

back to top