mirror of https://github.com/minio/minio.git
d46386246f
Current implementation heavily relies on readAllFileInfo but with the advent of xl.meta inlined with data, we cannot easily avoid reading data when we are only interested is updating metadata, this leads to invariably write amplification during metadata updates, repeatedly reading data when we are only interested in updating metadata. This PR ensures that we implement a metadata only update API at storage layer, that handles updates to metadata alone for any given version - given the version is valid and present. This helps reduce the chattiness for following calls.. - PutObjectTags - DeleteObjectTags - PutObjectLegalHold - PutObjectRetention - ReplicateObject (updates metadata on replication status) |
||
---|---|---|
.. | ||
api | ||
cache | ||
compress | ||
dns | ||
etcd | ||
heal | ||
identity | ||
notify | ||
policy/opa | ||
scanner | ||
storageclass | ||
bool-flag.go | ||
bool-flag_test.go | ||
certs.go | ||
certs_test.go | ||
certsinfo.go | ||
config.go | ||
config_test.go | ||
constants.go | ||
errors-utils.go | ||
errors.go | ||
help.go | ||
legacy.go | ||
logger.go |