Create and Drop Partitions at once in ConvertTable Function
Open
performance
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
As it is discussed in this comment https://github.com/citusdata/citus/pull/4387#discussion_r547166767 we can create and drop the partitions all at once instead of converting all of the partitions one by one. This would help avoiding blocking reads earlier.
Contributor guide
Assessment
This issue has not been assessed yet.