Skip to content

v1.1.1

Compare
Choose a tag to compare
@wuputah wuputah released this 26 Jan 19:22
· 26 commits to main since this release
dd0ef07
  • fix uncapped memory growth when importing data via logical replication (#226)
  • fix handling of large data columns (e.g. text or json) causing overflow of 1GB
    chunk size (#220)
  • restrict the maximum singular datum size to 256MB to ensure that the maximum
    datum size of 1GB is not exceeded in columnar metadata (#222)
  • do not insert vectorization node into the plan if columnar scan isn't being used
    (#228)

The corresponding docker images are:

  • PG 16: docker pull ghcr.io/hydradatabase/hydra:16-dd0ef07209dd23b9fca213a152ee3ee13249bb34
  • PG 15: docker pull ghcr.io/hydradatabase/hydra:15-dd0ef07209dd23b9fca213a152ee3ee13249bb34
  • PG 14: docker pull ghcr.io/hydradatabase/hydra:14-dd0ef07209dd23b9fca213a152ee3ee13249bb34
  • PG 13: docker pull ghcr.io/hydradatabase/hydra:13-dd0ef07209dd23b9fca213a152ee3ee13249bb34