optimize all query statements
ZhangSetSail opened this issue · 0 comments
ZhangSetSail commented
Is your feature request related to a problem? Please describe.
when the amount of data is large, most query statements will not work and the query needs to be optimized.
Describe the solution you'd like
all interfaces should respond in milliseconds
Describe alternatives you've considered
- increase index
- add paging query, at the same time, the console needs to delete all Paginator method calls.
- django framework needs to delete all all() method calls