Hacker News new | ask | show | jobs
by rockwotj 1481 days ago
How does cache invalidation work?
1 comments

It's manual for now, ROAPI is designed for slowly moving datasets. You just hit the data update API to force a refresh.

I have plan to add automated streaming data update in the background, starting with delta lake tables. It should all be very straight forward to implement.