Skip to content

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Oct 3, 2024

Backports the following commits to 8.15:

This mentions EXPLAIN ANALYZE and EXPLAIN PLAN in the docs for ESQL's
`profile` option. Those are things that folks from PostgreSQL and Oracle
are used to and might search for. And `profile` is the closest thing we
have to them.

EXPLAIN PLAN doesn't run the query - it just tells you what the plan is.
ESQL's `profile` always runs the query. So that's different. But it's
close!

EXPLAIN ANALYZE *does* run the query. It's pretty much the same.
@nik9000 nik9000 added :Analytics/ES|QL AKA ESQL >docs General docs changes auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) Team:Docs Meta label for docs team labels Oct 3, 2024
Copy link
Contributor

github-actions bot commented Oct 3, 2024

Documentation preview:

@elasticsearchmachine elasticsearchmachine merged commit 19c7cee into elastic:8.15 Oct 3, 2024
6 checks passed
@nik9000 nik9000 deleted the backport/8.15/pr-114025 branch October 3, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >docs General docs changes Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) Team:Docs Meta label for docs team v8.15.3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants