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

Speedup query time #64

Open
aruhela opened this issue Oct 3, 2024 · 0 comments
Open

Speedup query time #64

aruhela opened this issue Oct 3, 2024 · 0 comments
Assignees

Comments

@aruhela
Copy link
Collaborator

aruhela commented Oct 3, 2024

There are couple of things that can be done here. Feel free to add more.

  1. Filter out data which is least viewed or of less interests to the users.
  2. Use Ajax instead of Python web interface
  3. Some preprocessing of data at server end
  4. Processing data at client end. (This might be part of 2)
  5. New Indexing
  6. New DB design (not required as of now)
  7. Tuning Postgres for load sharing and scalability
@aruhela aruhela self-assigned this Oct 3, 2024
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

1 participant