Inspect (part 2/2)
supabase/supabase · apps/docs/content/guides/database/inspect.mdx
When you include `analyze` in the explain statement, the database attempts to execute the query and provides a detailed query plan along with actual execution times. So, be careful using `explain analyze` with `insert`/`update`/`delete` queries, because the query will actually ru…