rainbond icon indicating copy to clipboard operation
rainbond copied to clipboard

optimize all query statements

Open ZhangSetSail opened this issue 1 year ago • 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

ZhangSetSail avatar Jun 17 '24 01:06 ZhangSetSail