Replies: 2 comments 6 replies
-
@devkral can we have a look, please? Thank you @keinagae we will investigate, recently we have been refactor some internals and replacing some of the legacies we had but we will check this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@keinagae for our understanding. Are you using the latest versions of the edgy and databasez? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi this my reflected table
and when i run a simple query like
await AmsPortfolio.query.filter(company_id='<id>',).all()
its takes ages to complete initially i though it was database that was slow so it tried withawait database.execute("""select * from "AMSPortfolio" where company_id='<id>'""")
it takes lees then a second and my table has only around 2500 records so any idea what could be wrong here?Beta Was this translation helpful? Give feedback.
All reactions