cancel
Showing results for 
Search instead for 
Did you mean: 

Reload documents after content model change

stevegreenbaum
Champ in-the-making
Champ in-the-making
I’ve seen discussions of how some content model changes can create the need to unload and then reload the documents in order for the xml model change to properly take effect.  I have a situation with a large database (50M+ documents) that has 300 base document types.  Those 300 will be organized within numerous parent types.  I expect some will be three levels deep. 

My question is if I move a subtype from under one parent to live under a different parent type (by changing the xml type definition), will that cause me to have to reload any documents in order for the new hierarchy to be in effect?
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
Yes, I think you will require that
as all the properties from parents are inherited to the child
As you are going to change the parent it will change those set of properties.
In case you are not reloading the documents it will be inconsistent in the old and new documents.

stevegreenbaum
Champ in-the-making
Champ in-the-making
Thank you for your response.

Having to reload is a concern for me, especially since there are a large number of documents and that number will be growing over time.  Certainly, changing a document hierarchy is not a common occurrence once a system is stable, but still a concern.