Hi.
We have a database with approximately 21000 tables. Opening the Tables folder in the Browser is painfully slow. About 30 seconds.
I traced the SQL and this is what is run:
select object_name, owner object_owner, status, object_type, created, last_ddl_time
from sys.all_objects o
where...