Add versioning to pg_dist_partition
Open
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
There are certain changes that we cannot make to Citus because they break existing distributed tables. A simple example is #1665, which changes shard naming, but there are some bigger features on the horizon that might require breaking changes such as background rebalancing, or distributed snapshot isolation.
It would be useful if we added some versioning scheme to pg_dist_partition such that we could tell whether or not a distributed table follows as .
Contributor guide
Assessment
This issue has not been assessed yet.