AWS documentdb documentation change
Summary
Updated section headings to lowercase (e.g. 'Overall Timing' to 'Overall timing') and modified 'Query Plan Analysis' to 'Query plan analysis'
Security assessment
Changes are purely stylistic formatting improvements to heading capitalization. No security implications exist as the content relates to query performance analysis.
Diff
diff --git a/documentdb/latest/devguide/performance-query-plan-analysis.md b/documentdb/latest/devguide/performance-query-plan-analysis.md index 7d31dfe42..cfa8e3a54 100644 --- a//documentdb/latest/devguide/performance-query-plan-analysis.md +++ b//documentdb/latest/devguide/performance-query-plan-analysis.md @@ -7 +7 @@ -Overall TimingExecution StagesUnderstanding docsExamined in Explain Plan Execution Stats +Overall timingExecution stagesUnderstanding docsExamined in Explain Plan Execution Stats @@ -9 +9 @@ Overall TimingExecution StagesUnderstanding docsExamined in Explain Plan Executi -# Query Plan Analysis +# Query plan analysis @@ -102 +102 @@ Below is a detailed analysis of a Amazon DocumentDB query execution plan, breaki -## Overall Timing +## Overall timing @@ -108 +108 @@ planningTimeMillis represents the total planning time taken by the query. -## Execution Stages +## Execution stages @@ -123 +123 @@ It describes the step-by-step process Amazon DocumentDB uses to execute a query, -### Common Stages in a Query Plan +### Common stages in a query plan @@ -229 +229 @@ Create sample data: -#### Collection Scan (COLLSCAN) +#### Collection scan (COLLSCAN) @@ -262 +262 @@ All 500,000 documents were examined to return 500 results. Creating an index on -#### Index Scan (IXSCAN) +#### Index scan (IXSCAN) @@ -300 +300 @@ With the index, only 5,000 out of 500,000 documents were examined and fetched, m -#### Index Scan with Residual Filter +#### Index scan with residual filter @@ -486 +486 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Performance Improvement Tips +Performance improvement tips