Odyssey 1.3 released

From: Yandex via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Odyssey 1.3 released
Date: 2022-06-27 23:45:59
Message-ID: 165637355990.665.12191139834659512098@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Odyssey team is pleased to announce the release of Odyssey 1.3, a scalable multi-threaded connection pooler for PostgreSQL\GreenplumDB designed for the cloud.

In this release:

* Support for protocol-level prepared statements in transaction pooling mode. You can enable [pool_reserve_prepared_statement](https://github.com/yandex/odyssey/blob/136dcca1a4fa8f92094b86132133272bbc444b2d/config-examples/odyssey-dev.conf#L87) for a database. For client sessions issuing prepared statements Odyssey will automatically prepare those statements in database processes when necessary.
* Standby lag polling. You can configure [watchdog query](https://github.com/yandex/odyssey/blob/136dcca1a4fa8f92094b86132133272bbc444b2d/config-examples/odyssey-dev-with-watchdog.conf#L54) for a database, and Odyssey will automatically prevent reading stale data.
* A number of small bug fixes and improvements.

More details about new features in this release were presented by Andrey Borodin on CitusCon, here's [the recording of the talk](https://www.youtube.com/watch?v=xlDIqTW079s).

We appreciate any kind of feedback and contribution to the project. Odyssey 1.3 release can be found at the [releases page](https://github.com/yandex/odyssey/releases).

Thanks!

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Global Development Group 2022-06-30 12:34:52 PostgreSQL 15 Beta 2 Released!
Previous Message IVM Development Group via PostgreSQL Announce 2022-06-23 16:19:51 pg_ivm 1.1 released