Hi,
I read the wiki note on how to set up the content model to automatically setup everything as versioning. (adding the versionable aspect as a mandatory aspect on cm:content)
Upon adding it and loading the system, I could see a gradual performance slow down on the ftp import speed.
I did some tests and see the following:
1 non versioned file results in
1 Node table row and 6 Node_Properties table rows.
1 versioned file results in
19 Node table rows and 33 Node_Properites rows.
The ftp seems to remain fast without versioning enabled by default.
Should I be concerned here? Should we not proceed down the path of versioning everything?
thanks.
Chris