Por sombras te referis a shadow?..
Cita:
|
Shadow files are an exact live copy of the original active database, allowing you to maintain live duplicates of your production database, which can be brought into production in the event of a hardware failure. These shadows are administrated in real time by the InterBase/Firebird server. They are used for security reasons: should the original database be damaged or incapacitated by hardware problems, the shadow can immediately take over as the primary database. It is therefore important that shadow files do not run on the same server or at least on the same drive as the primary database files. Shadow files are not normally used on Windows platforms, as the shadow file has to be on the same computer as the active database. These do work however on LINUX/UNIX
|
Extraido de
aqui
En general, si tienen un impacto en el desempeño, puesto que hay que actualizar dos lugares y no uno.
Cuando usarlos... pues eso depende de tu criterio sobre las condiciones de cada instalación. Yo no los he usado en firebird, puesto que no tengo instalaciones críticas y regularmente la política de backups se lleva decentemente. En cambio, en oracle, si he usado bases stand-by y artilugios similares cuando el caso lo amerita.
Limitaciones... bueno, 65535 archivos es el máximo que puede tener una BD, incluyendo los shadows.
Hasta luego.
