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

Use last_modified timestamp to save database query results #92

Open
shansen5 opened this issue Sep 1, 2020 · 1 comment
Open

Use last_modified timestamp to save database query results #92

shansen5 opened this issue Sep 1, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@shansen5
Copy link
Collaborator

shansen5 commented Sep 1, 2020

With the last_modified of the database tables we can store CSV files of database query results and use them in subsequent runs for faster responses.
When asked for a data set we can check a date stamp on the CSV file and query the Last Modified table to see if our CSV still contains the most current data.
Using data from a local CSV will be faster than downloading results from the database.

@shansen5 shansen5 self-assigned this Sep 1, 2020
@Frijol
Copy link
Contributor

Frijol commented Oct 12, 2021

@shansen5 is this still relevant?

@Frijol Frijol added the enhancement New feature or request label Oct 12, 2021
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

2 participants