Skip to content

Dev#544

Merged
erikdarlingdata merged 4 commits intomainfrom
dev
Mar 26, 2025
Merged

Dev#544
erikdarlingdata merged 4 commits intomainfrom
dev

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Changes for sp_IndexCleanup:

  • Add dedupe only mode for processing unused indexes like duplicates. This should be useful for people who are rightfully distrusting of read/write metrics, or people whose servers have been up a short amount of time. Speaking of which, it will automatically trigger if the server has been up <= 7 days
  • Add schema-only filtering, for people who want to focus on a single schema in a database

trying to add a dedupe_only mode to index cleanup, if someone wants to not trigger a bunch of unused index disable commands and just dedupe existing indexes. this makes sense for servers that aren't up for a long time, and for people who (rightfully) may not trust usage details.
allow users to filter to only tables in a specific schema
@erikdarlingdata erikdarlingdata merged commit 23a3dcc into main Mar 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant