Dbtable cmsPreviewXml has no version number restrictions?
Hi All!
Did by accident notice that an database for one Umbracosite had grown to the dubble size in under 6months and started look into what it was that had caused this(Except for regular content, but i knew that the site hadnt grown that much).
I noticed that the table cmsPreviewXml was very large and looked into that some more because it seems to keep all version forever(Just a assumption after looking at the dates in the table.. correct me if I'm wrong).
I found a DeleteVersion method in the umbraco.core contentservice code, but this only seem to be used by a unittest.
Is there some functionality in this matter that I have missed? And does anyone know if there have ever been a thought on restricting existing versions to a set number/age?
Dbtable cmsPreviewXml has no version number restrictions?
Hi All!
Did by accident notice that an database for one Umbracosite had grown to the dubble size in under 6months and started look into what it was that had caused this(Except for regular content, but i knew that the site hadnt grown that much). I noticed that the table cmsPreviewXml was very large and looked into that some more because it seems to keep all version forever(Just a assumption after looking at the dates in the table.. correct me if I'm wrong). I found a DeleteVersion method in the umbraco.core contentservice code, but this only seem to be used by a unittest.
Is there some functionality in this matter that I have missed? And does anyone know if there have ever been a thought on restricting existing versions to a set number/age?
Best regards Andreas
is working on a reply...