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
Right now we have some code written in the hopes we can restart a crashed or stopped store backed by BdbDB but it's not clear when or how we could use this feature.
There should probably be a version of BdbDB that has similar fault tolerance to MemoryDB (persists if stopped gracefully, otherwise no real guarantee) that allows for spilling to disk and a separate version for enhanced failure recovery.
The text was updated successfully, but these errors were encountered:
Right now we have some code written in the hopes we can restart a crashed or stopped store backed by BdbDB but it's not clear when or how we could use this feature.
There should probably be a version of BdbDB that has similar fault tolerance to MemoryDB (persists if stopped gracefully, otherwise no real guarantee) that allows for spilling to disk and a separate version for enhanced failure recovery.
The text was updated successfully, but these errors were encountered: