Skip to content

Updated type of dataHash to save hash of multiple fields

Abhishek Nanda requested to merge adr-92-1 into master

This change is related to ADR 92 where we want to support the recordBlocks field in the messages. This is to update the dataHash field (yet to be used field) to a Map type to support storing multiple hashes (data hash, meta hash etc..) in the metadata itself and will help prevent additional calls to datastore to check if data block has been updated. We should see performance improvements when skipdupes=true as well.

Since this field is yet to be used in storage service, it brings no impact to the service This is an update to the previous MR !163 (merged)

Edited by Abhishek Nanda

Merge request reports