PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > SQL Data Drive Cluster Size = 8192
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
SQL Data Drive Cluster Size = 8192

Réponse
 
LinkBack Outils de la discussion
Vieux 16/06/2008, 20h29   #1
Daniel Jameson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut SQL Data Drive Cluster Size = 8192

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?

--
Thank you,

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


  Réponse avec citation
Vieux 16/06/2008, 20h39   #2
Tom Moreau
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL Data Drive Cluster Size = 8192

Consider 64K cluster size:

http://msdn.microsoft.com/en-us/libr...6(SQL.80).aspx

--
Tom

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

"Daniel Jameson" <no_djameson_spam@childrensoncologygroup.org> wrote in
message news:OVm8a79zIHA.2208@TK2MSFTNGP04.phx.gbl...
> 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?
>
> --
> Thank you,
>
> Daniel Jameson
> SQL Server DBA
> Children's Oncology Group
> www.childrensoncologygroup.org
>
>



  Réponse avec citation
Vieux 16/06/2008, 22h05   #3
Linchi Shea
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: SQL Data Drive Cluster Size = 8192

> 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

"Daniel Jameson" wrote:

> 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?
>
> --
> Thank you,
>
> Daniel Jameson
> SQL Server DBA
> Children's Oncology Group
> www.childrensoncologygroup.org
>
>
>

  Réponse avec citation
Vieux 29/07/2008, 19h00   #4
Daniel Jameson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL Data Drive Cluster Size = 8192

Tom,

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

--
Thank you,

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


"Tom Moreau" <tom@dont.spam.me.cips.ca> wrote in message
news:u3ER4C%23zIHA.5400@TK2MSFTNGP02.phx.gbl...
> Consider 64K cluster size:
>
> http://msdn.microsoft.com/en-us/libr...6(SQL.80).aspx
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
> SQL Server MVP
> Toronto, ON Canada
> https://mvp.support.microsoft.com/profile/Tom.Moreau
>
> "Daniel Jameson" <no_djameson_spam@childrensoncologygroup.org> wrote in
> message news:OVm8a79zIHA.2208@TK2MSFTNGP04.phx.gbl...
>> 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?
>>
>> --
>> Thank you,
>>
>> Daniel Jameson
>> SQL Server DBA
>> Children's Oncology Group
>> www.childrensoncologygroup.org
>>
>>

>
>



  Réponse avec citation
Vieux 29/07/2008, 20h41   #5
Tom Moreau
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: SQL Data Drive Cluster Size = 8192

AFAIK, there was no change going to the later releases.

--
Tom

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


"Daniel Jameson" <no_djameson_spam@childrensoncologygroup.org> wrote in
message news:uhzujyZ8IHA.1196@TK2MSFTNGP05.phx.gbl...
Tom,

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

--
Thank you,

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


"Tom Moreau" <tom@dont.spam.me.cips.ca> wrote in message
news:u3ER4C%23zIHA.5400@TK2MSFTNGP02.phx.gbl...
> Consider 64K cluster size:
>
> http://msdn.microsoft.com/en-us/libr...6(SQL.80).aspx
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
> SQL Server MVP
> Toronto, ON Canada
> https://mvp.support.microsoft.com/profile/Tom.Moreau
>
> "Daniel Jameson" <no_djameson_spam@childrensoncologygroup.org> wrote in
> message news:OVm8a79zIHA.2208@TK2MSFTNGP04.phx.gbl...
>> 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?
>>
>> --
>> Thank you,
>>
>> Daniel Jameson
>> SQL Server DBA
>> Children's Oncology Group
>> www.childrensoncologygroup.org
>>
>>

>
>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 03h07.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13485 seconds with 13 queries