ApiLogicServer / ApiLogicServer-src

Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, customize with declarative rules and Python in your IDE, containerize and deploy.
https://apilogicserver.github.io/Docs/
BSD 3-Clause "New" or "Revised" License
28 stars 4 forks source link

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

Open tylerm007 opened 1 year ago

tylerm007 commented 1 year ago

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