Eshcar Hillel

Results 5 comments of Eshcar Hillel

Thanks for opening this issue @ShooterIT As of late 2021 [RocksDB supports transactions](https://github.com/facebook/rocksdb/wiki/Transactions) , such that no other threads can see the changes in a transaction until it has been...

@ShooterIT - can you demonstrate a problematic scenario that will break other kvrocks commands when using rocksdb txs? I would be happy to assist in understanding these cases.

Indeed, supporting tx atomicity will create changes to many kvrocks files, if not all. But it has the potential of improving the quality of the code. Here is my suggestion....

Thanks @ShooterIT I do not have the capacity to implement/test/benchmark this solution. I would be happy to work with/guide anyone from the community that is willing to implement this change....

@pakmarkthub @drossetti can one of you please take a look at this question? We are thinking of implementing 512b copy ourselves (and potentially contribute to the repository) but we want...