Skip to content

Optimise query results #616

@artemmufazalov

Description

@artemmufazalov

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:

  1. Switching from History or Saved tab to Query tab if there are some results
  2. Switching to results from stats and vice versa

What could be done:

  1. 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 and Fullscreen component
  2. Optimise data calculations and rendering

Migrating QueryEditor files to TS is essential for this issue: #619


Inspired by: #595 (comment)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions