Hello Team,
Could anyone let me know what is the purpose of using sealed DDB?
Hello Team,
Could anyone let me know what is the purpose of using sealed DDB?
Best answer by Mike Struening RETIRED
Sure thing!
For full background, a Dedupe Database has 3 tables:
As jobs get written, the DDB is checked to see if the blocks are already known/stored, and references are added incrementally as needed.
A sealed DDB is still used for micro pruning by doing the micro pruning. No NEW blocks/references are applied, but we do handle pruning still.
Now, if you didn’t have that DDB, pruning would not be able to decrement the references, nothing would get added to the ZeroRef table, and no micro pruning would occur. You’d have to wait for ALLLLLL of the jobs to age off, then the whole store would age off (library data and all).
Let me know if that clarifies!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.