You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce memory usage of the migration verifier (#27)
Generation 0 heap pprof file has shown high memory usage by the `ImportFromCursor` function itself. This PR attempts to improve the memory usage of the migration verifier by:
- removing an extra BSON decode step before storing a document to a doc map in `ImportFromCursor`
- using a byte buffer when constructing map keys in `getMapKey`
0 commit comments