
8/12/2020 · Katriel Cohn-Gordon, Yiannis Papagiannis
What this post added
Introduced DELF, a framework for safeguarding data deletion correctness in online social networks. DELF enables developers to implement deletion logic via annotations rather than repetitive code, supporting billions of deletions daily. It employs correctness validation techniques, including static and dynamic checks, to prevent data retention or accidental deletion. DELF also handles asynchronous graph traversal for deletion, maintains a restoration log for undo operations, and automatically retries deletions, surfacing persistent errors to developers.