azure-data-explorer-datasource
azure-data-explorer-datasource copied to clipboard
Streaming results / dissecting requests
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)