Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.4.2
-
None
Description
PostgreSQLManager uses "DELETE" sentence for procesing in staging-table.
When it does "EXPORT" many times, the processing time is prolonged in "DELETE".
Therefore replace it with "TRUNCATE" sentence and improve performance.