]> 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)
commita06b88f9c66cd697bc067807c4da14f232675d08
tree5cde48ba34ca51b7ac7cc149322d48250d9f0ef0
parent70ec9d5c7d4b5412938084661f1071d1d1d136d5
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