Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESQL streaming PoC #191003

Closed
wants to merge 2 commits into from
Closed

ESQL streaming PoC #191003

wants to merge 2 commits into from

Conversation

lukasolson
Copy link
Member

@lukasolson lukasolson commented Aug 21, 2024

Summary

Related: #191003

Really rough PoC on top of elastic/elasticsearch#111840:

  • Only works with bfetch disabled (bfetch:disable advanced setting set to true)
  • Adds an artificial delay to ES|QL requests to show this works for both submitting & polling on a _query/async request
  • Does not parse ES response server-side, but forwards the Readable stream from the ES JS client to the HTTP response
  • Reads ID (x-elasticsearch-async-id) and completion status (x-elasticsearch-async-is-running) from headers so that parsing the body can happen on the client rather than both on the client & server

image

@lukasolson lukasolson added Feature:Search Querying infrastructure in Kibana Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. Feature:ES|QL ES|QL related features in Kibana Team:ESQL ES|QL related features in Kibana labels Aug 21, 2024
@lukasolson lukasolson self-assigned this Aug 21, 2024
@lukasolson
Copy link
Member Author

Closing in favor of #193060.

@lukasolson lukasolson closed this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:ES|QL ES|QL related features in Kibana Feature:Search Querying infrastructure in Kibana Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. Team:ESQL ES|QL related features in Kibana
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant