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
e.g for 70000 tables (ahem!) this was taking 4.5s but now takes 35s.
This is often used by client UIs in addition to typical usage and so an optimised version is probably justified.
The root cause is that in #21114 the optimised "get_all_tables call was dropped in favor of reusing "get_table_meta". (We don't want to cache to avoid dirty reads).
The text was updated successfully, but these errors were encountered:
e.g for 70000 tables (ahem!) this was taking 4.5s but now takes 35s.
This is often used by client UIs in addition to typical usage and so an optimised version is probably justified.
The root cause is that in #21114 the optimised "get_all_tables call was dropped in favor of reusing "get_table_meta". (We don't want to cache to avoid dirty reads).
The text was updated successfully, but these errors were encountered: