Linter redundant index check
Hi,
Does the supabase linter check if a index is never used and then say its redundant. Or does it also check indexes that were used but another index could have worked just has well since it contained it. This way I know if i should still be checking manually or not. Because the second senario is quite common
1 Reply
If no one knows, here is the code... https://github.com/supabase/splinter/blob/main/lints/0009_duplicate_index.sql
GitHub
splinter/lints/0009_duplicate_index.sql at main · supabase/splinter
Supabase Postgres Linter: Performance and Security Advisors - supabase/splinter