|
|
|
|
|
by 4khilles
1478 days ago
|
|
> In other words, you'd use this when you just need a persistent KV store and want to build the higher level semantics according to your application's needs. Why can't you use SQLite for this usecase? I believe FDB uses SQLite as an embedded KV store. |
|
You can use a relational database such as SQLite for a low-level key-value store, such as RocksDB or SplinterDB, but then you pay for the higher-level semantics with lower performance.