litefs icon indicating copy to clipboard operation
litefs copied to clipboard

FUSE-based file system for replicating SQLite databases across a cluster of machines

Results 68 litefs issues
Sort by recently updated
recently updated
newest added

I believe there's an issue open about this somewhere, but I can't find it. Here's my use case: I'm using SQLite to cache a lot of things in my app...

enhancement

Per [a discussion](https://community.fly.io/t/litefs-many-tens-to-hundreds-of-thousands-of-sqlite-dbs/9977/8) on the Fly.io Community forum, it would be useful to store infrequently used database in compressed LTX format and only materialize databases as-needed. This would allow for...

enhancement

In the same vein as #116 it would be very beneficial to use zookeeper for leader election alternatively, if there was a stable api to bring your own leader election...

enhancement

I was previously experimenting with litestream, and finally got a chance to experiment with litefs this afternoon. Was just trying out some basic configuration, and noticed the newly added import...

enhancement

I think it could be worthwhile to reconsider the naming for the `mount-dir` and `data-dir` configuration options. In the litefs-example repo, the following values are set: ```yaml mount-dir: "/data" data-dir:...

enhancement

[Per suggestion](https://github.com/superfly/litefs/issues/176#issuecomment-1312778652) from @kentcdodds, this issue exists to describe additional operators in variable expansion. The initial suggestion is for a "includes" operator. Environment variables don't necessarily have a format (e.g....

enhancement

Related to #18, it would be extremely powerful to be able to replicate data to read-replicas outside the datacenter infrastructure which could not securely or performantly access the HTTP endpoints...

The `fly-replay` header is really cool but it comes with the [limitation](https://fly.io/docs/networking/dynamic-request-routing/#limitations) of being unable to handle requests larger than 1 MB. While there are listed workarounds, I feel like...