ES|QL approximate query execution
First version of approximate query execution
For more details, see:
- what this is targeting: class-level JavaDoc of Approximate.java
- implementation details: JavaDoc of Approximate::approximatePlan and other comments
- example use cases: the CSV tests
You can use this currently as follows
SET approximate=true;
FROM kibana_sample_data_ecommerce
| STATS count=COUNT() BY CATEGORIZE(category)
| SORT count DESC
but the final API will look differently (probably SET command in the ES|QL query)
Pinging @elastic/ml-core (Team:ML)
Hi @jan-elastic, I've created a changelog YAML for you.
âšī¸ Important: Docs version tagging
đ Thanks for updating the docs! Just a friendly reminder that our docs are now cumulative. This means all 9.x versions are documented on the same page and published off of the main branch, instead of creating separate pages for each minor version.
We use applies_to tags to mark version-specific features and changes.
Expand for a quick overview
When to use applies_to tags:
â At the page level to indicate which products/deployments the content applies to (mandatory) â When features change state (e.g. preview, ga) in a specific version â When availability differs across deployments and environments
What NOT to do:
â Don't remove or replace information that applies to an older version â Don't add new information that applies to a specific version without an applies_to tag â Don't forget that applies_to tags can be used at the page, section, and inline level
đ¤ Need help?
- Check out the cumulative docs guidelines
- Reach out in the #docs Slack channel