Subject | RE: [firebird-support] Re: commit after insert is very slow - Email found in subject |
---|---|
Author | Leyne, Sean |
Post date | 2010-03-04T00:55:20Z |
> svanderclock wrote:I would have said *kill* performance.
> > not sure that raid will help in database corruption vs shadow ...
>
> But I can assure you that maintaining a shadow will hurt
> write performance.
The reason is very simple:
- RAID controller manages disk IO at the hardware level
- Software RAID manages disk IO at the OS device driver level.
- Shadows manage disk IO at the application level (even if it database engine, to the OS it is an application).
Sean