issues
search
bnclabs
/
gostore
Storage algorithms.
MIT License
35
stars
4
forks
source link
BUBT: Implement validate.
#44
Closed
prataprc
closed
6 years ago
prataprc
commented
7 years ago
Tree validation. This would involve walking the entire tree.
Check whether keys are in sorted order.
Check for metadata information, whether it is consistent with configured settings.
Check for node utilisation.
Check for tree depth.
Check for block alignment.
Check for value file's sanity.
Tree validation. This would involve walking the entire tree.