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
I have a very large database with lots of data and lots of parent and child relationships. What I notice when running the admin UI is that it will open multiple threads for each selected table but the row counter looks like it is reading 25,000 rows (set SQLAlchemy to debug to see SQL selects).
The text was updated successfully, but these errors were encountered:
I have a very large database with lots of data and lots of parent and child relationships. What I notice when running the admin UI is that it will open multiple threads for each selected table but the row counter looks like it is reading 25,000 rows (set SQLAlchemy to debug to see SQL selects).
The text was updated successfully, but these errors were encountered: