How Storage objects work in CMOD?

Previous topic - Next topic

pankaj.puranik

CMOD writes the input data into one or multiple Storage objects depending on the size of input file.
If there's a big file that needs multiple Storage objects, how would CMOD handle this?

Is there ever a possibility that while writing the data on a storage object, half of a document is written in one Storage object and the other half goes to a new storage object.
Since there is a limit on the storage object size set at the Application group level (10MB default) this scenario might arise?

Does lafge object support has any relation with storage objects?