Can aggregations of many files cause “too many files open” problems?
Aggregations only open one file at a time, and then close it., so this wont cause “too many file” problems. If you have “too many open files” errors, then either theres a file leak (which we would like to know about), or you have your file cache limit set too high relative to your OS file handle limit.