Metadata collision groups
An object is something representing an entity, and this representation is comprised of a group of files and folders with a specific structure. One such entity is what LIBSAFE calls an object.
When we try to preserve an object in an ingestion job, it could happen that the object to be ingested is related to an object already preserved in the system. This happens when the metadata of the object to be ingested and the metadata of the object already preserved determine (through some of its descriptors) that they are indeed the same object.
A collision group is a set of descriptors (one per schema) that establishes a relation between objects which share a descriptor with the same value, which leads to the consideration that they correspond to the same object.
LIBSAFE lets us define two types of groups:
Unicity.
Versioning.
Obviously, the latter is only possible if we make sure that we identify objects correctly with their metadata, since if we ingest objects in the system without any defined metadata it is not possible to establish any relation among them.
Last updated
Was this helpful?