Skip to content

Releases: EnterpriseDB/hdfs_fdw

Release v2.0.3

18 Dec 08:40
Compare
Choose a tag to compare

The following functionality was added in order to ensure executions of TPC-H benchmark with HDFS_FDW with small data size

1- Parametrised where clause push down
2- Enable remote estimates
3- Option to log remote SQL
4- Option to specify fetch size
5- Add test cases in regression for parametrised and non-parametrised where push-down
6- Performance improvement by eliminating the need of describing remote table before query
7- Fix remote query costing

In addition to this, support for PG 10 is also added as part of this release.

Overall, the quality and stability of HDFS_FDW is greatly improved with this release. The TPC-H benchmark can be executed with HDFS_FDW with small data size, we have tested with multiple GB's of data. The enhancements for pushing down aggregates, sorts and joins will come next and will enable HDFS_FDW to run TPC-H benchmark with large data size.

Release v2.0.2

07 Jul 11:54
Compare
Choose a tag to compare

Issue - (#34) - Remove the dependency of LD_LIBRARY_PATH.

Release v2.0.1

22 Jun 11:24
Compare
Choose a tag to compare
Version 2.0.1 bumped.

Release v2.0

20 Jun 12:16
Compare
Choose a tag to compare

The HDFS_FDW 2.0 release had added support for LDAP authentication method. This is achieved by using the JDBC interface and removing the thrift CLI. The hdfs_fdw now uses the JDBC driver and doesn't require the thrift CLI to connect with Hive/HDFS.