Files
supabase/apps/docs/content/guides/database/database-advisors.mdx

15 lines
625 B
Plaintext

---
title: Performance and Security Advisors
subtitle: Check your database for performance and security issues
---
You can use the Database Performance and Security Advisors to check your database for issues such as missing indexes and improperly set-up RLS policies.
## Using the advisors
In the dashboard, navigate to [Security Advisor](/dashboard/project/_/database/security-advisor) and [Performance Advisor](dashboard/project/_/database/performance-advisor) under Database. The advisors run automatically. You can also manually rerun them after you've resolved issues.
## Available checks
<DatabaseAdvisorsIndex />