Skip to content

Draft: Remove syncer from storage cache

Paul Okstad (ex-GitLab) requested to merge po-storage-cache-remove-syncer into master

Removes the syncer from the storage cache used for read distribution. Syncer is a performance optimization to prevent excessive database calls. It is not known if it actually improves performance in real world situations. By removing it, we may improve maintainability by reducing the complexity needed to understand how the feature works.

Edited by Paul Okstad (ex-GitLab)

Merge request reports

Loading