Use CatalogTupleUpdateWithInfo for multi-row catalog updates
Open
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
In some cases like `UnsetMetadataSyncedForAll()` we update multiple rows by calling `CatalogTupleUpdate()` which opens/closes indexes for every row. Comments for `CatalogTupleUpdate()` suggest using `CatalogTupleUpdateWithInfo()` in these cases to amortize the cost of open/close index work.
Contributor guide
Assessment
This issue has not been assessed yet.