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
VersionedFossilDbIterator and its dependents are used when multiple keys of fossildb-saved data are processed sequentially. Some ideas how to improve them:
Cleanup: Generic Reversion-Aware Iterator? Build on top of VersionedFossilDbIterator? Could replace VersionedAgglomerateToGraphIterator, VersionedSegmentToAgglomerateChunkIterator and VolumeTracingBucketProvider?
For proofreading iterators, save perf by skipping fetching content when only version is needed in iterator (different from volume, because here we don’t need to update the segment index)
that might need new fossildb api (ListKeysWithVersions)
VersionedFossilDbIterator and its dependents are used when multiple keys of fossildb-saved data are processed sequentially. Some ideas how to improve them:
Should be tackled after #7839 is merged
The text was updated successfully, but these errors were encountered: