forked from MaterializeInc/materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
persist: asynchronously retract in filter_and_retract_future_updates()
Before, we would write retractions individually and block on the write. This was very slow when retracting larger amounts. Now, we instead write retractions in batches and asynchronously wait for the write futures to complete, similarly to how we do it in the `persist()` operator. Fixes #9123
- Loading branch information
Showing
2 changed files
with
98 additions
and
33 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