←back to thread

306 points emschwartz | 2 comments | | HN request time: 0.001s | source
1. joshstrange ◴[] No.46237864[source]
I work with many distributed, often offline, hosts with varied levels of internet speeds. Does this do any offline caching? Like if I load a vfs litestream database on one of my nodes and it goes offline can it still query or will it fall over unless the data was recently fetched?
replies(1): >>46238251 #
2. benbjohnson ◴[] No.46238251[source]
Author here. It will cache pages in memory right now but it doesn't do disk-based caching currently. That's a good idea though and probably not too difficult to implement. Feel free to post a feature request as a GitHub issue on the project.