github EnterpriseDB/hdfs_fdw v2.2.0

latest releases: v2.3.2, v2.3.1, v2.3.0...
2 years ago

This release includes the following:

Features:

  • Push down aggregates to remote HDFS servers.
    Push aggregates to the remote HDFS server instead of fetching all
    of the rows and aggregating them locally. This gives a very good
    performance boost for the cases where aggregates can be pushed down.

  • Add support for PostgreSQL 15 and EDB Postgres Advanced Server 15.

  • Remove support for v9.6.

Other improvements and Fixes:

  • Add support for the NUMERIC datatype.
  • Remove some extraneous code from function deparse logic.
  • Do not push expressions evaluating as non-builtin datatype.
  • Improve some test-coverage

Don't miss a new hdfs_fdw release

NewReleases is sending notifications on new releases.