author | Sebastian Harl <sh@tokkee.org> | |
Thu, 25 Oct 2012 09:00:09 +0000 (11:00 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 14 Nov 2012 18:45:13 +0000 (19:45 +0100) | ||
commit | 54a5ed57aa80b0214040a537d22b4d116119c546 | |
tree | 8b6453904fe48ba10e4babe5533c580c051e04a7 | tree | snapshot |
parent | d96ebc8e6138a7ddf31401aa402bf835b614f3c6 | commit | diff |
postgresql plugin: Added 'CommitInterval' config option.
If specified, this option causes a writer to put several updates into a single
transaction. This transaction will last for the specified amount of time (in
seconds). By default, each update would be executed in a separate transaction
causing quite some overhead.
If specified, this option causes a writer to put several updates into a single
transaction. This transaction will last for the specified amount of time (in
seconds). By default, each update would be executed in a separate transaction
causing quite some overhead.
src/postgresql.c | diff | blob | history |