Skip to content

Changes to PostgreSQL & Neon

Cuong Nguyen edited this page Sep 13, 2022 · 2 revisions

This page is WIP

PostgreSQL

  • Create hooks for collecting read/write sets. The implementations are empty by default. Loading the remotexact library installs the actual implementations.

  • Create new column relregion in the pg_class table to specify the region of a relation.

Neon

  • Postgres config wal_level is set to logical.
Clone this wiki locally