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, if you delete a key, requesting history will fails (key not found).
Data are still reachable on disk. There is just a flag set (deleted flag).
Scrubbing is intended to be external process (could be integrated to zdbd if needed), when scrubbing, expected workflow for now is:
Right now, scrubbing will completely remove all deleted data. Entries will be still there (you could still know timestamp of history, but data are truncated).
If some deleted data should be kept, another flag should be set. Which one ?
The text was updated successfully, but these errors were encountered: