Quartz UI (currently) needs ~4 days of data x all gsps #107
Replies: 2 comments
-
|
One SQL query, did not speed it up. This took ~30 seconds to get all data |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing this — really interesting problem. Reading through this, it feels like the bottleneck might be less about a single SQL query and more about how much data the UI is trying to load at once (4 days × all GSPs). A couple of thoughts / questions that came to mind:
Happy to dig into either the query plan or the UI data-loading side if that would be helpful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently using loop over ForecastAtTimestamps it takes about 15 seconds, which is a bit too slow.
Would be good to
Beta Was this translation helpful? Give feedback.
All reactions