Comment on Show HN: Pg_replicate – Build Postgres replication applications in RustComments−pgnone2yDo you do anything special with toast not changed values, this always seemed problematic to me with doing cdc as either you have to maintain the latest value in your own state or hit the read connection to pull the value−imor80OP2yNot yet, but it is planned for the future. We'd need to pick one of the two options you suggested.
Comments
Do you do anything special with toast not changed values, this always seemed problematic to me with doing cdc as either you have to maintain the latest value in your own state or hit the read connection to pull the value
Not yet, but it is planned for the future. We'd need to pick one of the two options you suggested.