Add logical rep shard transfermode that falls back to blocking
Open
- 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
Assessment
This issue has not been assessed yet.