Optional persistance to object storage (S3 / GCP / etc) - like RocksDB cloud #104
-
Just a general question, would it make sense to implement persistence / "replication" via object storage?
Maybe it's not such a large stretch to add this on top fo Fjall. I really like the fact, that your codebase is pure Rust and of very high quality. I'd rather use a Rust implementation, than C++. I'm not a Rust developer myself, so I cant offer my help here, just curious if this idea ever came to your mind. Thanks and have a great weekend! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think I wouldn't want to integrate this directly but - like RocksDB-Cloud - have it be a separate repo, however, I think right now the APIs would be missing to hook into the journal (or replace it with a custom journal that works with e.g. Kinesis), or moving SST files around (especially on demand if it isn't cached on SSD already). |
Beta Was this translation helpful? Give feedback.
I think I wouldn't want to integrate this directly but - like RocksDB-Cloud - have it be a separate repo, however, I think right now the APIs would be missing to hook into the journal (or replace it with a custom journal that works with e.g. Kinesis), or moving SST files around (especially on demand if it isn't cached on SSD already).