Hi, I have a repository with 180 000 objects : (spaces and documents), when I select nodes in the table alf_node I have 2 300 000 records, i have 180 000 records with my custom type_qname and remainig records ( more than 2 000 000) with versionedProperty in the type_qname field. I have one version for each document, could you please explain me how alfresco manage alf_node records and what's the versionedProperty type_qname ( corresponds) Thank you
versionedProperty is the frozen value of a property of a version node. so if you have a type with 20 properties, each time you create a version of a node from that type, you'll have 20 versionedProperty created en alf_node
OK, so in my case I've got in total around 100 pieces of metadata for each piece of content in my custom model- so I'm going to have two orders of magnitude more rows in the DB if I have versioning turned on?
Is there any way to version the content but not the properties- in other words prevent the versionedProperty node from being stored every single time?
At this point we're even considering the work-around of adding a changelog textbox as a 101st metadata item. :shock: