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
The md5 sum is calculated and verified for 2 files:
state.zst archive, after downloading the file
state.sql, after unpacking the file
Calculating md5 sums for these files requires reading them from disk, which is slow. For both files, the md5sum could be calculated in parallel to downloading/unpacking, saving a lot on disk IO.
The text was updated successfully, but these errors were encountered:
The md5 sum is calculated and verified for 2 files:
Calculating md5 sums for these files requires reading them from disk, which is slow. For both files, the md5sum could be calculated in parallel to downloading/unpacking, saving a lot on disk IO.
The text was updated successfully, but these errors were encountered: