citusdata / citusdata/citus

Add logical rep shard transfermode that falls back to blocking

Open
#6,755 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

For UNLOGGED tables `force_logical` does not work because these tables cannot be added to replication slots. Right now the only way around this is to either remove the UNLOGGED table from the colocation group or to use `block_writes`. It would be much nicer if tables that supported it could still use logical replication, but only UNLOGGED tables would have be transferred in `block_writes` mode.

Related: #6374 and https://github.com/citusdata/citus-enterprise/issues/394

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.