Обсуждение: oracle_fdw 1.5.0 released

Поиск
Список
Период
Сортировка

oracle_fdw 1.5.0 released

От
Albe Laurenz
Дата:
I have just released version 1.5.0 of the Foreign Data Wrapper for Oracle.

There were a couple of enhancements:
- Pushdown of ORDER BY clauses wherever possible.
  This was sponsored by NTT OSS Center and implemented by Tatsuro Yamada.
  Thank you!
- New table options "sample_percent" and "prefetch" to address performance issues.
- Improved IN clause pushdown.

A number of bugs were fixed, most notably some with date and timestamp columns,
but also issues with primary keys in IMPORT FOREIGN SCHEMA and with triggers.

See the change log for details.

Project page: http://laurenz.github.io/oracle_fdw/

Source repository: https://github.com/laurenz/oracle_fdw

Enjoy!

Yours,
Laurenz Albe