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
Given the occurances of bad data: HiSPARC/publicdb#63
Of which I suspect may be due to data corruption, other may just be due to migration issues.
We could activate the fletcher32 option for PyTables, this means that checksums will be made for all data, which will ensure data integrity.
Additionally we could enable blosc data compression to possibly save some space and speed up data read out (making IO less of a bottleneck).
The text was updated successfully, but these errors were encountered:
Given the occurances of bad data: HiSPARC/publicdb#63
Of which I suspect may be due to data corruption, other may just be due to migration issues.
We could activate the fletcher32 option for PyTables, this means that checksums will be made for all data, which will ensure data integrity.
Additionally we could enable blosc data compression to possibly save some space and speed up data read out (making IO less of a bottleneck).The text was updated successfully, but these errors were encountered: