H5Odisable_mdc_flushes

fnherr_t H5Odisable_mdc_flushes(hid_t object_id)

Disables metadata cache flushes for an object.

Prevents dirty metadata entries for the specified object from being flushed from the cache. This can improve performance when making many modifications to an object.

Parameters

object_idObject identifier (dataset, group, or committed datatype)

Returns

Non-negative on success, negative on failure.