←back to thread

306 points emschwartz | 4 comments | | HN request time: 0.203s | source
1. darintay ◴[] No.46236618[source]
Does this work with sqlite extensions? If I were using e.g. sqlite-vec or -vss or some other vector search extension would I be able to use litestream to back it up to S3 live, and then litestream-vfs to query it remotely without downloading the whole thing?
replies(2): >>46236805 #>>46237586 #
2. andersmurphy ◴[] No.46236805[source]
Yeah I wonder how it would work with things like custome application functions etc. But I guess the query is run locally and it's the pages that are fetched from S3? So it just works? That would be awesome.

I guess there's only one way to find out.

replies(1): >>46237242 #
3. JaggerJo ◴[] No.46237242[source]
because liters works at the lowest level (virtual file system) all other things should just work.
4. ncruces ◴[] No.46237586[source]
Yes. (that's all, really)