elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

ES|QL approximate query execution

Open jan-elastic opened this issue 5 months ago â€ĸ 3 comments

First version of approximate query execution

For more details, see:

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)

jan-elastic avatar Jul 24 '25 13:07 jan-elastic

Pinging @elastic/ml-core (Team:ML)

elasticsearchmachine avatar Dec 02 '25 10:12 elasticsearchmachine

Hi @jan-elastic, I've created a changelog YAML for you.

elasticsearchmachine avatar Dec 02 '25 10:12 elasticsearchmachine

â„šī¸ 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?

github-actions[bot] avatar Dec 03 '25 13:12 github-actions[bot]