in reply to Re: Caching Format
in thread Caching Format
It sounds like there are multiple collections in use at the same time, so it should be worth storing all in files for one collection in it's own directory. That will make examining the files quicker. But if there are thousands of files then sub directories could be help too.
collectionNN/C000/files[0-99] collectionNN/C100/files[100-199] etc ...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Caching Format
by hok_si_la (Curate) on Jan 13, 2012 at 23:15 UTC |