Luminous Landscape Forum

Raw & Post Processing, Printing => Adobe Lightroom Q&A => Topic started by: Adam L on May 19, 2010, 09:43:53 am

Title: Catalog files, Images, and program files
Post by: Adam L on May 19, 2010, 09:43:53 am
I have a new system and am in process of setting up LR3.   I need advice on where to store files to optimize system performance.

Internal 1TB drive for OS and programs.   I have the Lightroom program stored on this drive

DAS storage w/3 1.5 TB drives in raid 0.   I have the raw images stored on this drive.

I am uncertain of where to store the LR catalog - on the images drive or the OS/program drive?

Running Win7 64 bit.

Thanks for your help!

Adam
Title: Catalog files, Images, and program files
Post by: JRSmit on May 20, 2010, 03:42:46 am
Quote from: Adam L
I have a new system and am in process of setting up LR3.   I need advice on where to store files to optimize system performance.

Internal 1TB drive for OS and programs.   I have the Lightroom program stored on this drive

DAS storage w/3 1.5 TB drives in raid 0.   I have the raw images stored on this drive.

I am uncertain of where to store the LR catalog - on the images drive or the OS/program drive?

Running Win7 64 bit.

Thanks for your help!

Adam

I assume the DAS is connected via eSATA.

Wrt to the LR catalog there are two aspects to cover:
The catalog with its preview files (and presets) and the Cache directory(actually the CR cache directory).

Regarding the catalog:
It can be that storing the LR Catalog on the DAS is the faster option, but i am in doubt if it is noticable, unless you use the previews in Library mode often and extensive (zoom-in/out). Note: The presets are normally under the "C:\Documents and Settings\<User>\Application Data\Adobe\Lightroom", but as an option can be stored with the catalog (in its folder structure).

Regarding the cache:
You also need a cache, this holds the previews you use when in the Develop mode (the previews you see in the Libray mode are stored in the catalog folder structure)
This folder is best on the DAS for the best performance (This cache path is set in the Lightroom preferences panel, and the cache size should be made quite big, go for 50GB or more.)


Be aware though that RAID-0 will provide faster disk i/o but at the expense of increased risk of disk-failure (the raid-0 is seen as one "disk"). So do set up a proper back-up. A minimum would be to create a regular backup of your catalog to your OS drive, you can use the backup option of LR for this.

Wrt to the image files:
RAID-0 gives a better performance, but depending on the file-format of your original image files it is more or less noticable.
If camera-specific raw's, you will notice it only during import, once imported it does not really matter as LR does not use the original raw's for read/write once imported. If so selected, metadata is also real-time written in XMP sidecar files, but these are small, and i doubt if it is noticable during LR use.
If DNG or TIFF or JPG, this may differ, as metadata is stored in those files, then when metadata is saved to those files from LR, the performance during development may be noticably better when these files are in a RAID-0 drive.

Again, for security against loss, do set up a proper back-up!!!
There is a commonly accepted rule of thumb: 3-2-1: 3 copies (1 working, 2 backup copies), 2 different storage systems used, 1 copy off-site; This should give you the best protection against fatal loss of images and catalog.
Title: Catalog files, Images, and program files
Post by: John.Murray on May 20, 2010, 08:56:23 pm
This is a very scary setup for several reasons:

Nearly all Hardrives are rated at a MTBF of 2^14, or 1 uncorrectable error every 12GB/Year.  You can therefore expect at least one hard error within 3 years.  A hard error will render the *entire* array useless (RAID 0), resulting in a total loss of data.

Another thing to consider is that the array is external; unless you are using a separate SATA channel to each drive, the benefits of RAID 0 will largely be lost.

edit:  I'm assuming SATA of course, but the first point would still apply even if you are using SAS or FC
Title: Catalog files, Images, and program files
Post by: boneywhitefoot on May 21, 2010, 05:59:00 am
the idea is to run your main cat and images on your raid and backup BOTH your cats and images on a slower single drive at your leisure,that way you enjoy speed and security.I use a internal drive as a backup for just the images and an external for a complete backup, a clone of the raid array with the whole cat and Karrrbooodle .
Title: Catalog files, Images, and program files
Post by: andyptak on May 21, 2010, 08:20:32 am
Get Seth Resnick's D65 book. It's the ultimate for LR operation and set-up. You won't regret it.
Title: Catalog files, Images, and program files
Post by: sakharov on May 21, 2010, 12:25:09 pm
RAID 0 is really bad idea. It is not reliable enough. If you have only 3 disk slots in DAS, it is better to configure it as RAID5.
If it is not possible, probably you can install a second DAS and mirror it with the first one. You will have RAID10.
If your DAS has more slots, it should be better to create RAID6.

If you can install 2nd internal disk, you can place cache files at this disk.
So, you will have catalog at system disk, cache files at 2nd internal disk and image files at DAS.
Theoretically it could give you better performance for disk subsystem.