Longterm caching with Polars #1764
Closed
insanpraja
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
Hi insanpraja, can you explain why you need Dozer to only read data within a month? I can't get it from the diagram you posted. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We were trying to do this with Dozer, but we can't find ways to tell Dozer to read Polars when the query is, let's say, not exceeding 30 days/1 month, and read from DB (PgSQL/MySQL) if it's older than Polars cache.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions