SSIS Data Flow Components for PostgreSQL

From PostgreSQL wiki
Jump to navigationJump to search

About

Devart SSIS Data Flow Components for PostgreSQL allows you to integrate PostgreSQL data with other databases and cloud applications via SQL Server Integration Services (SSIS). They include optimized PostgreSQL Source, PostgreSQL Destination, and PostgreSQL Lookup components and provide their own PostgreSQL Connection Manager with lots of PostgreSQL-specific connectivity features.

Key Features:

  • PostgreSQL-specific Connection Features. Devart SSIS components for PostgreSQL include their own connection manager, offering support for a lot of PostgreSQL-specific and other features. It offers support for secure SSL connections, ability to connect via proxy, to set protocol version, etc.
  • Convenient Devart PostgreSQL Source Editor. Devart PostgreSQL Source component offers a convenient editor, which displays all the connection tables and their columns and allows you to quickly build a query to PostgreSQL via drag-n-drop. It also displays the list of available system and user variables of the package, allowing you to quickly add them to your select statements. If necessary, you can also quickly preview data, returned by the source, and check whether you query returns what you need.
  • Advanced Lookup Optimizations. Devart PostgreSQL Source component offers very high performance because of the advanced optimization techniques used. It uses select statements that check several rows at once, and caches the returned results to reduce the number of round-trips to the server.
  • Database-specific Optimizations in Devart PostgreSQL Destination To speed up loading data to PostgreSQL, Devart PostgreSQL Destination uses the PostgreSQL COPY command. This is the fastest mode for bulk inserting data to PostgreSQL.