pg_chameleon 2.0.15

From: Federico Campoli via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pg_chameleon 2.0.15
Date: 2020-09-21 13:23:36
Message-ID: 160069461678.14061.11734054664242867709@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The new maintenance release for pg_chameleon adds the support for reduced lock if MySQL engine is transactional, thanks to [rascalDan](https://github.com/rascalDan)

The initialisation process now checks whether the engine for the table is transactional and runs the initial copy within a transaction.
The process still requires a FLUSH TABLES WITH READ LOCK but the lock is released as soon as the transaction snapshot is acquired.
This improvement allows pg\_chameleon to run against primary databases with minimal impact during the init\_replica process.

The python-mysql-replication requirement is now changed to version >=0.22 which adds the support for PyMySQL >=0.10.0.

Browse pgsql-announce by date

  From Date Subject
Next Message Highgo Software via PostgreSQL Announce 2020-09-21 23:39:07 ORC Foreign Data Wrapper Update Version 1.1.0 is Released!
Previous Message Pgpool Global Development Group via PostgreSQL Announce 2020-09-21 12:51:09 Pgpool-II 4.1.4, 4.0.11, 3.7.16, 3.6.23 and 3.5.27 are now officially released.