Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize all query statements #1946

Open
ZhangSetSail opened this issue Jun 17, 2024 · 0 comments
Open

optimize all query statements #1946

ZhangSetSail opened this issue Jun 17, 2024 · 0 comments
Assignees

Comments

@ZhangSetSail
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants