Open artemmufazalov opened 10 months ago
@Raubzeug please link this one to a ticket about migration
@antonkovalenko I've double checked the situation, and it still needs some improvements. Huge tables are re-rendering every time we return to the tab with results (or switch to Fullscreen). Let's evaluate this issue as is.
@Raubzeug please add a screencast and a new issue about json inspector #1388
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:
What could be done:
display: none
), so they won't be calculated again. Applicable to result tables, stats, ast, explain plan andFullscreen
componentMigrating
QueryEditor
files to TS is essential for this issue: https://github.com/ydb-platform/ydb-embedded-ui/issues/619Inspired by: https://github.com/ydb-platform/ydb-embedded-ui/pull/595#discussion_r1403494080