azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

Streaming results / dissecting requests

Open taleena opened this issue 9 months ago • 0 comments

Discussed in https://github.com/grafana/azure-data-explorer-datasource/discussions/1021

Originally posted by nadav-dav September 17, 2024 When trying to query a time series that reaches over a long time range, the results can take a long time. I suggest to find a way to dissect the time range into chunks, and create sequential queries. For example - if i'm trying to query a week worth of data for my timeseries - it will start by drawing the first day, and then the next, and so on.

This way we can provide the users a faster FCP (first contentful paint)

taleena avatar Jan 14 '25 09:01 taleena