ApiLogicServer-src icon indicating copy to clipboard operation
ApiLogicServer-src copied to clipboard

Admin UI SAFRS running dozens of threads and draining database content (does not honor page[limit]) on nested queries

Open tylerm007 opened this issue 2 years ago • 0 comments

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).

tylerm007 avatar Aug 25 '23 13:08 tylerm007