-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Track progress during file processing operations more accurately
Summary: Some VRS files have empty timestamp range, which can skew progress tracking heavily. By tracking progress using record index, we hope to improve such situations. Note that it's still possible to build weird files with very large records all grouped and otherwise tons of small records, large records that can take the vast majority of the time to process, and get a loosy progress estimation, but such files are very rare, much more rare than files with huge time range, because a few records are way outside of the time range of the other records. Reviewed By: finik Differential Revision: D60616414 fbshipit-source-id: 925f57586cd0bc108ffdbc889732ac4d06c95693
- Loading branch information
1 parent
b4cc00a
commit 5adf845
Showing
4 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters