Skip to content

Commit

Permalink
Filter Unneeded SnapshotInfo Instances Early in TransportGetSnapshots…
Browse files Browse the repository at this point in the history
…Action (#78032)

Better to filter as early as possible to release the memory asap and not even fetch things we don't need to fetch to begin with.
There's still a bunch of spots remaining where similar optimizations can be added quickly before we implement the system index for the remaining searching/fetching that we can't easily exclude up-front.
This already gives vastly improved performance for many requests though for obvious reasons.
  • Loading branch information
original-brownbear authored Sep 27, 2021
1 parent b75b030 commit 377f546
Showing 1 changed file with 203 additions and 99 deletions.
Loading

0 comments on commit 377f546

Please sign in to comment.