-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: perf optimisations for certifier (#109)
* chore: optimise safe prune check * chore: add timing in decision arm of certifier service * chore: check decision channel capacity * chore: talos-certifier accept the db pool size from env * fix: setting of pool size in pg.rs * chore: log the pruning of suffix * chore: update the calculation of safe_prune_index and update the unit tests for suffix * chore: revert the safe_prune_index calculation * chore: optimised the updation of prune_index after pruning to reduce redundant computations * chore: update tests and minor refactor * chore: update pruning of certifier read and write sets * chore: revert to use retain for pruning suffix * chore: remove unused import * chore: minor refactor
- Loading branch information
1 parent
4d5b80c
commit 2761e0b
Showing
7 changed files
with
148 additions
and
14 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
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