Try our conversational search powered by Generative AI!

Is it posible to delete from tblworkproperty?

Vote:
 

Hi experts,

The table tblworkproperty is very large, is it possible to delete any data/page versions?

It is probably large because we have a lot of jobs running and updating pages every hour.

Does tblworkproperty only store page versions?

Other ideas how to shrink this table? for the moment 1 200 000 rows and 550 mb.

plz help, thank you.

#64130
Dec 11, 2012 11:38
Vote:
 

First of all, you should set the configuration setting of max number of versions to a reasonable value to clear old versions when new are created. You can do this in the CMS administration view under Config => System Settings => Editing.

I don't think that there is any API support to clear versions after changing the value, though the versions will be reduced to the max count the next time a user publishes a page. If you want to clear existing data directly in the database there is an stored procedure you can call. You will have to loop the pages and then call:

EXEC editDeleteObsoletePageVersions @PageID=@PageID, @MaxVersions=@MaxVersions

#64132
Dec 11, 2012 12:06
Vote:
 

I have successfully repaired databases where scheduled jobs have created a million page versions.

I had to remove a lot of indexes and constraints to be able to clean up successfully and then restore them after the job was completed. Using the existing stored procedures was to slow in that case.

Contact me directly and maybe I can help you get started if this is needed.

#64413
Dec 19, 2012 23:36
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.