diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-03-21 23:04:17 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-03-21 23:12:31 +0100 |
commit | 16a60253721330323ae201032f0b852697ce2a00 (patch) | |
tree | 40d49af492a555950fee122f82932199904ffe1b /phpBB/includes/functions_compatibility.php | |
parent | 8b464e87f0a41422dddaa647ac42ab9c7950bb4b (diff) | |
download | forums-16a60253721330323ae201032f0b852697ce2a00.tar forums-16a60253721330323ae201032f0b852697ce2a00.tar.gz forums-16a60253721330323ae201032f0b852697ce2a00.tar.bz2 forums-16a60253721330323ae201032f0b852697ce2a00.tar.xz forums-16a60253721330323ae201032f0b852697ce2a00.zip |
[ticket/11469] Add SQL insert buffer allowing easier handling of multi inserts.
1. Tries to prevent going over max packet size by flushing to the database
after a certain number of rows have been added.
2. Because of 1., it is less likely to reach a connection timeout when
inserting a huge number of rows.
3. By flushing the buffer when a certain size is reached, memory usage should
be lower compared to building the whole insert row set first.
PHPBB3-11469
Diffstat (limited to 'phpBB/includes/functions_compatibility.php')
0 files changed, 0 insertions, 0 deletions