-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add functions that delete documents from
documents
log (#23214)
Added implementations for `documents_to_delete` and `delete` for all persistence implementations along with tests. This lays the groundwork to start working on a handle that deletes documents that are outside of the retention window. Before this can happen, I still have to: - enforce that all functions that read directly from the `documents` table are called at a valid timestamp - ensure that doc retention windows are working as expected in `prod` GitOrigin-RevId: 232a12095d211a380a4e63a872639f9df6139fee
- Loading branch information
1 parent
878094a
commit 79498fc
Showing
4 changed files
with
180 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters