You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the video shows: one or two queries run concurrently take under a second. Trigger 4 together and they take 5-6 seconds each and all finish at the same time. Run 10 and they take 13-15 seconds.
2025-03-03-time-range-change.mp4
Some tests scaling to higher numbers of queries.
I ran about 50 and got a fun pattern where the latter ones would all 503 at 30s but the earlier ones did not.
(See also oxidecomputer/console#2736 about not firing a query on every keydown in the time field.)
As the video shows: one or two queries run concurrently take under a second. Trigger 4 together and they take 5-6 seconds each and all finish at the same time. Run 10 and they take 13-15 seconds.
2025-03-03-time-range-change.mp4
Some tests scaling to higher numbers of queries.
I ran about 50 and got a fun pattern where the latter ones would all 503 at 30s but the earlier ones did not.