PostgreSQL

Performance considerations

As reported in PDI-15692 there is a new option since PostgreSQL 9.4 that can speed up performance.

To get this working, you need to replace the jar driver by at least version 9.4 and add reWriteBatchedInserts to true in the PostgreSQL's connection parameters.

Note: This is not a tested nor fully supported configuration.