Replies: 1 comment
-
Opened issue here: #1141 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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)
Beta Was this translation helpful? Give feedback.
All reactions