Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sqlite-cloud/platform/analyzer.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Analyzer
title: Query Analyzer
description: The Analyzer panel is a powerful tool that collects and categorizes all the queries executed on your cluster based on their execution time.
category: platform
status: publish
Expand All @@ -12,7 +12,7 @@ import applyAnalyzer from '@docs-website-assets/introduction/video/dashboard_ana
import Callout from "@commons-components/Information/Callout.astro";


The Analyzer panel is a powerful tool that collects and categorizes all the queries executed on your cluster based on their execution time. It allows for intelligent and proactive analysis, and provides recommendations on which indexes to use to optimize frequently used queries.
The Query Analyzer panel is a powerful tool that collects and categorizes all the queries executed on your cluster based on their execution time. It allows for intelligent and proactive analysis, and provides recommendations on which indexes to use to optimize frequently used queries.

---

Expand Down