diff --git a/sqlite-cloud/platform/analyzer.mdx b/sqlite-cloud/platform/analyzer.mdx index a0c67fb..42ffac4 100644 --- a/sqlite-cloud/platform/analyzer.mdx +++ b/sqlite-cloud/platform/analyzer.mdx @@ -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 @@ -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. ---