Skip to content

Disable ref tx hooks for FetchRemote calls

Catalin Irimie requested to merge cat-disable-ref-hooks-for-fetchremote into master

The FetchRemove call is used by Geo secondaries and this causes performance issues as we execute reference transaction hooks for each updated reference, more details in git#79 (closed).

Related to: !2923 (merged) and #3353 (comment 463273886)

/cc @pks-t

Merge request reports