Re: sqlserver 2005: indexes on raid-0?
- From: boa <boasema@xxxxxxxxx>
- Date: Mon, 21 Aug 2006 15:43:40 +0100
* Robert Klemme wrote, On 21.08.2006 14:01:
On 21.08.2006 14:26, boa sema wrote:
[snip]
I see these issues with your theory:
- Disks with cache on them will optimize accesses to minimize latency created by head moves.
- With a RAID since disk != physical disk there is not a single head that moves and read and write requests are scheduled by the RAID controller to optimize IO operations.
I agree that these issues are real, OTOH isn't "my theory" also the reason one places the transaction logs on separate drives? If not, what's the difference?
Access patterns are completely different for data files and TX log. In an OLTP environment TX log is continuously written and you need a RAID level that supports fast writing and high reliability. Data files are read and written with arbitrary (although optimized) access patterns.
I meant during import. I haven't read the sql server algorithm for page and extent allocation when inserting new rows in a table, but assuming that sql server will start adding rows at page 0,extent 0 (also assuming proper clustering of table data and the order of the data inserted) and then just go from there, the access pattern should be pretty similar, shouldn't it?
Boa
[snip]
.
- Follow-Ups:
- Re: sqlserver 2005: indexes on raid-0?
- From: Robert Klemme
- Re: sqlserver 2005: indexes on raid-0?
- References:
- sqlserver 2005: indexes on raid-0?
- From: boa
- Re: sqlserver 2005: indexes on raid-0?
- From: Dan Guzman
- Re: sqlserver 2005: indexes on raid-0?
- From: boa
- Re: sqlserver 2005: indexes on raid-0?
- From: Dan Guzman
- Re: sqlserver 2005: indexes on raid-0?
- From: boa
- Re: sqlserver 2005: indexes on raid-0?
- From: Robert Klemme
- Re: sqlserver 2005: indexes on raid-0?
- From: boa sema
- Re: sqlserver 2005: indexes on raid-0?
- From: Robert Klemme
- Re: sqlserver 2005: indexes on raid-0?
- From: boa sema
- Re: sqlserver 2005: indexes on raid-0?
- From: Robert Klemme
- sqlserver 2005: indexes on raid-0?
- Prev by Date: Re: SQL Server 2005 Opening Script File Problem
- Next by Date: Re: sqlserver 2005: indexes on raid-0?
- Previous by thread: Re: sqlserver 2005: indexes on raid-0?
- Next by thread: Re: sqlserver 2005: indexes on raid-0?
- Index(es):
Relevant Pages
|