Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / July 2008

Tip: Looking for answers? Try searching our database.

SQL Data Drive Cluster Size = 8192

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Daniel Jameson - 16 Jun 2008 19:29 GMT
Hi,

My impression is that SQL Server always read/writes disk data in 8K pages.
Thus, when I format a hard drive to be used for SQL Server data files, I use
8192 as the cluster size, assuming this will benefit performance.  Is this a
justified approach, or are there other considerations I am overlooking?

Signature

Thank you,

Daniel Jameson
SQL Server DBA
Children's Oncology Group
www.childrensoncologygroup.org

Tom  Moreau - 16 Jun 2008 19:39 GMT
Consider 64K cluster size:

http://msdn.microsoft.com/en-us/library/aa178406(SQL.80).aspx

Signature

  Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON   Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau

> Hi,
>
> My impression is that SQL Server always read/writes disk data in 8K pages.
> Thus, when I format a hard drive to be used for SQL Server data files, I use
> 8192 as the cluster size, assuming this will benefit performance.  Is this a
> justified approach, or are there other considerations I am overlooking?
Daniel Jameson - 29 Jul 2008 18:00 GMT
Tom,

Thank you.  Do you know where I can find this info for SQL 2005 and SQL
2008?

Signature

Thank you,

Daniel Jameson
SQL Server DBA
Children's Oncology Group
www.childrensoncologygroup.org

> Consider 64K cluster size:
>
[quoted text clipped - 10 lines]
> a
>> justified approach, or are there other considerations I am overlooking?
Tom Moreau - 29 Jul 2008 19:41 GMT
AFAIK, there was no change going to the later releases.

Signature

  Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON   Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau

Tom,

Thank you.  Do you know where I can find this info for SQL 2005 and SQL
2008?

Signature

Thank you,

Daniel Jameson
SQL Server DBA
Children's Oncology Group
www.childrensoncologygroup.org

> Consider 64K cluster size:
>
[quoted text clipped - 10 lines]
> a
>> justified approach, or are there other considerations I am overlooking?
Linchi Shea - 16 Jun 2008 21:05 GMT
> My impression is that SQL Server always read/writes disk data in 8K pages.

That's a wrong impression. SQL Server doesn't always read/write disk data in
8K pages. The SQL Server disk I/O can be as small as 512 byte (e.g. small
transaction log writes), and can be as large as 1MB (e.g. writing to a backup
file).

Linchi

> Hi,
>
> My impression is that SQL Server always read/writes disk data in 8K pages.
> Thus, when I format a hard drive to be used for SQL Server data files, I use
> 8192 as the cluster size, assuming this will benefit performance.  Is this a
> justified approach, or are there other considerations I am overlooking?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.