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
Continue evaluating ways to compress the entire checkpoint and/or some types of data in the checkpoint. Also use concurrency to reduce the performance hit from using compression.
OPTIONAL: Maybe also revisit the possibility of splitting the checkpoint file into multiple files and having a metadata file with filenames, checksums, and dates.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Problem
The checkpoint file size is growing fast.
PR #1944 started looking into compressing the checkpoint file but that work was postponed to tackle higher priority items.
Updates #1744
The Proposed Solution
Continue evaluating ways to compress the entire checkpoint and/or some types of data in the checkpoint. Also use concurrency to reduce the performance hit from using compression.
OPTIONAL: Maybe also revisit the possibility of splitting the checkpoint file into multiple files and having a metadata file with filenames, checksums, and dates.
The text was updated successfully, but these errors were encountered: