You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document outlines the proposed optimizations for trace queries and page load performance in OpenSearch Dashboards. The goal is to enhance query efficiency, reduce data load times, and improve the user experience (UX) for trace and service views.
2. Pages Impacted
Trace View - details of a single trace with span gantt charts and filtered service map
Trace Content - overview of all the spans and traces in systems for the given time frame
Service View - details of a particular service and it’s trends based on the selected time-frame
Service Content - overview of all the services for the given time frame with a service map
3. Investigation
3.1 List of Queries
Identify all the existing queries running on the affected pages.
Categorize them by purpose and usage.
3.2 Query Initiators
Determine which components or user interactions trigger queries.
Assess whether some queries can be optimized or eliminated.
3.3 Context of Queries
Identify where each query is used in the UI.
Determine the semantic meaning of the queries for the user.
@ps48 & @TackAdam to add further details on investigations done on services and traces pages
4. Types of Optimization
4.1 OpenSearch Index Optimization
Evaluate current storage structure.
Optimize storage for scan queries and aggregation queries.
Look into star tree structure for traces index and try to see if aggregations on services and tracegroups can be accelerated.
1. Overview
This document outlines the proposed optimizations for trace queries and page load performance in OpenSearch Dashboards. The goal is to enhance query efficiency, reduce data load times, and improve the user experience (UX) for trace and service views.
2. Pages Impacted
3. Investigation
3.1 List of Queries
3.2 Query Initiators
3.3 Context of Queries
@ps48 & @TackAdam to add further details on investigations done on services and traces pages
4. Types of Optimization
4.1 OpenSearch Index Optimization
4.2 Query Optimization
4.3 Pagination Implementation
4.4 Managing Multiple Queries
4.5 Data Load Reduction
4.6 UX Enhancements
4.7 Benchmarking and Testing
The text was updated successfully, but these errors were encountered: