You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: