ui: initial load of table list takes minutes (!) when there are 10000+ tables in DB #94331
Labels
A-sql-observability
Related to observability of the SQL layer
A-webui-databases
A-webui-scaling
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
(Found via #94027)
Describe the problem
When there are 10000+ tables in a single db, the initial display of the table list takes 30+ seconds, leaving the user to wonder if something is broken.
To Reproduce
cockroach demo
with the changes from sql: new functionscrdb_internal.generate_test_objects
and.gen_rand_ident
#94027select crdb_internal.generate_test_objects('{"counts":[10000],"name_gen":{"noise":false}}'::jsonb);
Observe: the page remains blank for very long.
Expected behavior
The first page of results should display immediately.
Additional data / screenshots
Environment:
master
towards v23.1Jira issue: CRDB-22834
The text was updated successfully, but these errors were encountered: