pgloader/test/data
Dimitri Fontaine a8b0f91f37 Allow optional control of batch memory footprint, see #16 and #22.
With the new internal setting *copy-batch-size* it's now possible to
instruct pgloader to close batches early (before *copy-batch-rows* limit)
when crossing the byte count threshold.

When set to 20 MB it allows the new test case (exhausted) to pass under SBCL
and CCL, and there's no measurable cost when *copy-batch-size* is set to
nil (its default value) in the testing done.

This patch is published without any way to tune the values from the command
language yet, that's the next step once its been proven effective.
2014-01-26 23:22:18 +01:00
..
2013_Gaz_113CDs_national.txt Bug fix when processing plain filenames. 2014-01-22 11:00:12 +01:00
exhausted.lisp Allow optional control of batch memory footprint, see #16 and #22. 2014-01-26 23:22:18 +01:00
exhausted.load Allow optional control of batch memory footprint, see #16 and #22. 2014-01-26 23:22:18 +01:00
reg2013.dbf Improve tests and add test cases. 2013-11-26 16:48:45 +01:00
retry.lisp Fix batch retry handling, broken in previous refactoring. Fixes #22. 2014-01-22 22:52:18 +01:00
retry.load Fix batch retry handling, broken in previous refactoring. Fixes #22. 2014-01-22 22:52:18 +01:00
sakila-db.zip Improve tests and add test cases. 2013-11-26 16:48:45 +01:00