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

Cache query results #9

Open
jacksonj04 opened this issue Aug 1, 2018 · 1 comment
Open

Cache query results #9

jacksonj04 opened this issue Aug 1, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@jacksonj04
Copy link
Contributor

Queries take a significant amount of time to run; query results should be cached in some way, either on first request for a page or by processing a batch job of all queries at a given interval.

It must also be possible to manually refresh a query.

@jacksonj04 jacksonj04 added the enhancement New feature or request label Aug 1, 2018
@jacksonj04
Copy link
Contributor Author

My preference is to the latter of the options (ie a scheduled run of queries on a regular interval), as this allows for easier post-processing to generate high-level statistics, exception reports etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant