Can ukv be used as object store? #257
Unanswered
kesavkolla
asked this question in
Q&A
Replies: 2 comments 3 replies
-
UKV inherits the strengths and weaknesses of the underlying Key-Value Store. Luckily, its swappable. Still, if you are using the RocksDB backend, you can disable WAL at the transaction level, essentially avoiding WAL for the heavy object insertions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does this work well with udisk? I am curiously waiting for udisk implementation to be released so that we can test it out. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we keep large binary objects in ukv? The traditional rocksdb has issues with blob data insertions. I remember seeing it somewhere that rocksdb wal will have issues with large values of binary data. Will ukv has any issues with binary objects?
Beta Was this translation helpful? Give feedback.
All reactions