Showing posts with label size. Show all posts
Showing posts with label size. Show all posts

Tuesday, March 27, 2012

Cluster Size. Which the best?

Hi all,
Where can I find information about Cluster Size formating?
Which the best choice? (4k, 8k, 16k, 35k, 64k)
Is this depend of DB?
I mean, for only Select choice 8K, for insert 64k...'
Which the best solution?
What Microsoft say?
Thanks,
Daniel BarbosaSQL Server reads the data from the disk in 64K extents, so 64K is a natural
choice for the clustersize. IIRC, you can't defragment an NTFS volume if the
clustersize is larger than 4K, but if you use the disk only for SQL Server,
you can define the files to take up all the available disk space from the
start and you won't have any file fragmentation.
Jacco Schalkwijk
SQL Server MVP
"Daniel Barbosa" <anonymous@.discussions.microsoft.com> wrote in message
news:90C9861E-8ADB-450B-8494-9821C5865369@.microsoft.com...
> Hi all,
> Where can I find information about Cluster Size formating?
> Which the best choice? (4k, 8k, 16k, 35k, 64k)
> Is this depend of DB?
> I mean, for only Select choice 8K, for insert 64k...'
> Which the best solution?
> What Microsoft say?
> Thanks,
> Daniel Barbosa|||64kB or the size of eight 8kB SQL Server data pages is certainly best choice
for large reads but I am not sure that is the best cluster size for all sit
uations. As far I know the topic of the NTFS cluster size has never been inv
estigated maybe because dat
a page size is fixed.
NTFS volumes can be defragmented on Windows Server 2003 (and Windows XP) reg
ardless of the cluster size.
Sinisa Catic
Independent Consultant

Cluster quirum drive size

I need a sql failover cluster box with 10 instances, how big the quorum
drive size that I need --estimate
Thanks
Your Quorum drive does not need much space
minimum 500MB, 1GB will work fine
Rgds,
Edwin.
"mecn" <mecn2002@.yahoo.com> wrote in message
news:e$wj5JvaHHA.1240@.TK2MSFTNGP04.phx.gbl...
> I need a sql failover cluster box with 10 instances, how big the quorum
> drive size that I need --estimate
> Thanks
>
|||Our quorum drives are sized to 640MB.
Linchi
"mecn" wrote:

> I need a sql failover cluster box with 10 instances, how big the quorum
> drive size that I need --estimate
> Thanks
>
>
sqlsql