Author Topic: How Storage objects work in CMOD?  (Read 2773 times)

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
How Storage objects work in CMOD?
« on: April 25, 2011, 02:35:16 PM »
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?