Create indexes after loading data in create_distributed_table
Open
performance
warm-up
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
`create_distributed_table` currently creates indexes and constraints before loading data. When there is lot of data, creating the indexes and constraints afterwards would be much faster.
Contributor guide
Assessment
This issue has not been assessed yet.