goodrain/rainbond

optimize all query statements

ZhangSetSail opened this issue · 0 comments

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

  1. increase index
  2. add paging query, at the same time, the console needs to delete all Paginator method calls.
  3. django framework needs to delete all all() method calls