You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
(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 demowith the changes from sql: new functionscrdb_internal.generate_test_objectsand.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:
mastertowards v23.1Epic: CRDB-20388
Jira issue: CRDB-22835