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

Refactor ticket fetching #64

Open
soryy708 opened this issue Dec 5, 2018 · 0 comments
Open

Refactor ticket fetching #64

soryy708 opened this issue Dec 5, 2018 · 0 comments
Labels
optimization Does not change user-facing behaviour, but makes things more efficient

Comments

@soryy708
Copy link
Member

soryy708 commented Dec 5, 2018

Right now, pages that need to filter tickets by various criteria fetch all tickets in to memory, and then run a vector_filter.
Rewrite this to fetch just the needed tickets using LeanSQL.

@soryy708 soryy708 added code quality Refactor. Does not affect functionality low priority optimization Does not change user-facing behaviour, but makes things more efficient and removed code quality Refactor. Does not affect functionality labels Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization Does not change user-facing behaviour, but makes things more efficient
Development

No branches or pull requests

1 participant