Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels