-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
Currently on very big datasets in results or with big request stats some use cases are very slow and could take up to 2-3 seconds 😱. Big stats are quite a common thing for requests with multi schema.
Use cases:
- Switching from History or Saved tab to Query tab if there are some results
- Switching to results from stats and vice versa
What could be done:
- Keep rendered elements on screen (for example with
display: none), so they won't be calculated again. Applicable to result tables, stats, ast, explain plan andFullscreencomponent - Optimise data calculations and rendering
Migrating QueryEditor files to TS is essential for this issue: #619
Inspired by: #595 (comment)