Skip to content

Commit

Permalink
#538 cleanups and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhasson committed Jun 7, 2020
1 parent a8fdfe3 commit 930d57c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tilda/loader/csv/stores/PostgreSQLCSVImporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ else if (NumOfRecs == 5)
{
Pst.executeBatch();
batchCount = 0;
long t = System.nanoTime() - t0;
LOG.debug("Processed " + NumberFormatUtil.printWith000Sep(NumOfRecs) + " records so far in " + DurationUtil.printDuration(t) + " (" + DurationUtil.printPerformancePerMinute(t, NumOfRecs) + " Records/min)");
}
Pst.clearParameters();

Expand Down

0 comments on commit 930d57c

Please sign in to comment.