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
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