Add an option to only read from local shards
Open
cdc
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
It would be useful if we had an option to only read from local shards for parallel data dump scenarios. Clients can then run the same COPY .. TO STDOUT command on all the nodes to get the combined output.
This is particularly useful for logical replication scenarios, because each subscription would be able to get a correct replication + snapshot pair for the dump.
Contributor guide
Assessment
This issue has not been assessed yet.