Time series data can efficiently display in the expected order
Open
Component: Elasticsearch
Component: Kibana
product-area:observability
- Dominant language
- No language data
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Value Proposition**
Users searching logs and metrics data in Kibana typically want to see the results in timestamp order (newest first) by default, to see the most relevant data first. This is already true when using KQL/DSL in Kibana Discover. With ES|QL, we can return results quickly when they are unsorted, but sorting adds considerable overhead and latency.
**Expected Outcomes**
Sorting documents/results by timestamp with ES|QL takes a comparable amount of time to (or faster than) DSL.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.