-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Hello,
is there a way to optimize queries from this package?
Right now the query is "select * from table" and I guess that is not good because if someone is using this for bigger projects where there might be 10k users the application will use 50MB of ram and there will also be 10k models loaded and wait time will be about 3-5s.
We just need numbers of rows related to "created_at" or something like that we don't need all columns.
Metadata
Metadata
Assignees
Labels
No labels