pgloader/src/sources/mysql
Dimitri Fontaine 0d9c2119b1 Send one update-stats message per batch.
Update the stats used to be a quite simple incf and doing it once per
read row was good enough, but now that it involves sending a message to
the monitor thread let's only send a message per batch, reducing the
communication load here.
2015-10-05 18:04:08 +02:00
..
mysql-cast-rules.lisp Cast MySQL bigint(20) into numeric, fix #253. 2015-07-17 12:05:28 +02:00
mysql-csv.lisp Refactor source code organisation. 2014-10-01 23:20:24 +02:00
mysql-schema.lisp Implement --dry-run option, fix #264. 2015-08-22 16:23:47 +02:00
mysql.lisp Send one update-stats message per batch. 2015-10-05 18:04:08 +02:00