Prune partial index creation
Open
warm-up
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
Partial indexes have a filter such as `WHERE tenant_id = 1`, which means they only need to be created on shards that match the filter condition, but we currently create them on all shards.
Contributor guide
Assessment
This issue has not been assessed yet.