|
1/25/2019 4:40:13 PM
This is temporary until we discuss our build strategy with all the related `work-for-release-0.21.x` branches along with correct versioning -- e.g oss `pom.xml`, ...
|
2/1/2019 6:29:04 AM
help performance when inserting lots of rows
sequentially (e.g. large number of invoice items on a single invoice).
The developer should experiment setting on rewriteBatchedStatements
in the JDBC url to see how it affects performance (note that it sets
useServerPrepStmts to false).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/30/2019 6:23:25 AM
Meyer <pierre@mouraf.org>
|
1/30/2019 6:14:55 AM
Meyer <pierre@mouraf.org>
|
1/29/2019 8:01:25 AM
of fetching existing invoices and invoice items one by one,
bulk retrieve all of them (in case of invoice runs, we even have
the information already).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
|