github PeerDB-io/peerdb v0.35.0

5 hours ago

Breaking changes

  • We removed the PEERDB_CLICKHOUSE_NORMALIZATION_PARTS setting which historically allow us to chunk our normalization query into parts to address OOM issues for tables with very high volume of updates per batch during CDC. This setting is not enabled by default, and was used sparingly by us. We discovered that if used in conjunction with PEERDB_CLICKHOUSE_PARALLEL_NORMALIZE, could trigger a race condition that results in data loss during replication. The setting that is more useful for addressing OOMs is PEERDB_S3_BYTES_PER_AVRO_FILE, which determines the staging Avro file size limit.

New features

  • We added support for Amazon DocumentDB 5.0 by testing its change stream API and removing validation checks that were blocking DocumentDB peer setup.

Changelog

Full Changelog: v0.34.8...v0.35.0

Don't miss a new peerdb release

NewReleases is sending notifications on new releases.