Hi All,
A am about to create an image archive at work. It will initially contain about 520,000 pdf files, ranging in size from 150KB to 550KB, with the mean size being about 240KB. We will be adding about 70,000 new images to the archive every year.
The archive will reside on a 500GB Seagate USB drive.
The image files will never be modified, and will not be opened on the drive--only copied.
The images will be indexed in an .mdb file, which will be maintained by a VB.Net program, with ADO.Net, which I have not yet written.
As far as I know we will not be using Windows Explorer on the drive at all.
So my questions are:
What is the optimum number of files to put in a folder? Obviously, I don't want to drop all 520,000 files in a single folder. I've heard 2,000. I've also heard, anything less than 10,000 and anything less than 15,000.
What size should my disk clusters be? The initial load of files will be 515,000 images and will take up about ~125GB. I figure that if I set the cluster size to 32KB, and *if* every file wasted an entire cluster (which they won't), that would only amount to ~17GB, which would be an acceptable amount of waste on this huge drive. Performance is an issue.
Should I disable 8.3 generation? File names are not unique in the first 6 bytes.
Should I enable/disable indexing?
Does anyone who has done a project like this have any other advice/know of anything I'm not thinking of?
Tranman
"Adam was not alone in the Garden of Eden, however,...much is due to Eve, the first woman, and Satan, the first consultant." Mark Twain
A am about to create an image archive at work. It will initially contain about 520,000 pdf files, ranging in size from 150KB to 550KB, with the mean size being about 240KB. We will be adding about 70,000 new images to the archive every year.
The archive will reside on a 500GB Seagate USB drive.
The image files will never be modified, and will not be opened on the drive--only copied.
The images will be indexed in an .mdb file, which will be maintained by a VB.Net program, with ADO.Net, which I have not yet written.
As far as I know we will not be using Windows Explorer on the drive at all.
So my questions are:
What is the optimum number of files to put in a folder? Obviously, I don't want to drop all 520,000 files in a single folder. I've heard 2,000. I've also heard, anything less than 10,000 and anything less than 15,000.
What size should my disk clusters be? The initial load of files will be 515,000 images and will take up about ~125GB. I figure that if I set the cluster size to 32KB, and *if* every file wasted an entire cluster (which they won't), that would only amount to ~17GB, which would be an acceptable amount of waste on this huge drive. Performance is an issue.
Should I disable 8.3 generation? File names are not unique in the first 6 bytes.
Should I enable/disable indexing?
Does anyone who has done a project like this have any other advice/know of anything I'm not thinking of?
Tranman
"Adam was not alone in the Garden of Eden, however,...much is due to Eve, the first woman, and Satan, the first consultant." Mark Twain