Heuristic for selecting bloated indexes
This implements an index selection strategy for reindexing. We order indexes by their expected bloat level using a btree bloat heuristic. We start reindexing for indexes with the highest absolute level of bloat. See https://gitlab.com/gitlab-org/gitlab/-/issues/258576
Showing
Please register or sign in to comment