evidence icon indicating copy to clipboard operation
evidence copied to clipboard

Immediate Hydration on Page Load and Toast feedback on long running USQL queries

Open mcrascal opened this issue 2 years ago • 0 comments

Feature Description

Today, universal SQL waits until you interact with an input to execute the initial SQL on the page. If the page has large data sources, the response time on the first interaction is guaranteed to be much longer than necessary. The difference in response speed for the first interaction and the second interaction is especially large if the page is taking advantage of predicate pushdown where the second interaction stays within the chunk of parquet that was already delivered.

It would be preferable to execute these queries immediately to decrease the chance that a user hits a slow interaction.

Where a long running query is running, we should flag that to the layout so that it can display a loading toast, or similar feedback.

mcrascal avatar Feb 27 '24 17:02 mcrascal