There's a few reasons not to do this...
- The file it generates may be *enormous*, especially if the loaded files were compressed.
- Older versions of CMOD had issues generating generic index files over 2GB in size, rolling over the byte offset back to 0.
- Loading a single large file with data that spans years may break expiration processing, especially if the expiration type is 'Load'.
- Any error retrieving data from CMOD will result in the entire extract failing.
- If there's more than a couple thousand documents, you'll quickly reach a point where your filesystem will be overwhelmed, and simple commands (ls / cp / mv / rm) will take several minutes.
Most folks extract by Load ID or date or by a mostly-unique ID like customer number, etc.
If this is a particularly large job, reach out to me via eMail -- I have a fast & automated extraction utility I use for migrations.
-JD.
- The file it generates may be *enormous*, especially if the loaded files were compressed.
- Older versions of CMOD had issues generating generic index files over 2GB in size, rolling over the byte offset back to 0.
- Loading a single large file with data that spans years may break expiration processing, especially if the expiration type is 'Load'.
- Any error retrieving data from CMOD will result in the entire extract failing.
- If there's more than a couple thousand documents, you'll quickly reach a point where your filesystem will be overwhelmed, and simple commands (ls / cp / mv / rm) will take several minutes.
Most folks extract by Load ID or date or by a mostly-unique ID like customer number, etc.
If this is a particularly large job, reach out to me via eMail -- I have a fast & automated extraction utility I use for migrations.
-JD.