You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
It seems like rockbound currently uses DB from rocksdb which does not support get_for_update like transactions, whereas TransactionDB does allow such transactions.
Do you have any plans for supporting TransactionDB? If not, are we better off using just rocksdb? We don't really want to go down that road because rockbound has nice typed access to items in the store.
The text was updated successfully, but these errors were encountered:
Hi team,
It seems like rockbound currently uses
DB
from rocksdb which does not support get_for_update like transactions, whereasTransactionDB
does allow such transactions.Do you have any plans for supporting
TransactionDB
? If not, are we better off using just rocksdb? We don't really want to go down that road because rockbound has nice typed access to items in the store.The text was updated successfully, but these errors were encountered: