]> git.sur5r.net Git - bacula/bacula/commit
Try to use multi-row insert statements for mysql.
authorMarco van Wieringen <mvw@planets.elm.net>
Thu, 19 Apr 2012 12:04:41 +0000 (14:04 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:41 +0000 (14:50 +0200)
commit4ebaffbd67269b0c4dbaf52cd4804d5824429dd1
treee0833cbd35165e179944991a51166eecf53ebdf9
parent1062523fd3a2820ea8f57a4508a07ad2efbff3b4
Try to use multi-row insert statements for mysql.

As it seems we could speedup the insert of the batch mode
somewhat by using multi-row insert statements. This implements
a very simple routine which batch up 32 inserts into one
query before pushing it to the database. The 32 is arbitrary
and just a test value for now we can always bump or lower it.
bacula/src/cats/bdb_mysql.h
bacula/src/cats/mysql.c