-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
As a user I want my queries to be lightning fast and am often willing to tolerate a small chance that the data will be slightly out of date.
To solve, implement a caching layer that:
- Allows the user to configure a cache expiration time as an env variable, and uses a reasonable default if none is given (say, 1 day)
- When a query comes in, checks if it has been run within the expiration window
- If so, use a cached version of the results and avoid hitting
dbtat all - Queries should have an optional parameter to force no cache for cases when the user really wants the latest data
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels