Subscribe to:
Post Comments (Atom)
Popular Posts
Labels
About Me
Best Practices
Career
Data Mining
Documentation
Feature Requests
Humor
MagicPASS
Meme Monday
Mirroring
Parameter Sniffing
PASS
Performance
PowerShell
Presentations
Query Tuning
Recognition
Replication
Scripts
Security
SQL Power Doc
SQL Server 2005
SQL Server 2008
SQLH2
SQLRally
SQLSaturday
SYDI
T-SQL Tuesday
Tips
Troubleshooting
Updates
VirtualBox
Windows
XML
What I'm Saying On Twitter
Copyright © 2015 Kendal Van Dyke. All rights reserved.
Kendal is a database strategist, community advocate, public speaker, and blogger. A practiced IT professional with over 15 years of SQL Server experience, Kendal excels at disaster recovery, high availability planning/implementation, & debugging/troubleshooting mission critical SQL Server environments. Kendal is a Senior Consultant on the Microsoft Premier Developer Support team and President of MagicPASS, the Orlando, FL based chapter of PASS. Before joining Microsoft, Kendal was a SQL Server/Data Platform MVP from 2011-2016.
[About Kendal]
(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9MNPJA4l6-fUucihu7dVXmOnHaSrHG-zuAhn6IXsjHqnZ2RJ4xSd3KNLMkYXnKcrDKORYVXxC1WGsrrt8s5U8k1atkLfg0xnLtZA6RbLt6qhppadMtWFJLRpNgg1zLjyG3qFeokfkc0xs/w139-h140-p/IMG_3503.JPG)
3 comments
How many times can I thank you! I have mirrored servers, each with two RAID 10 arrays, one for binaries and transaction logs, the other for data files. Default partition size of 31.5K of course, because I didn't know any better! The thought of having to repartition the system RAID has been too much for me to seriously consider (this is an environment where 24/7 up time is important). Since your tests show that the offset has no impact on the transaction log, all I need do is repartition the data array, which is far more palatable.
There are some programs that would change the partition offset but all vendors claim that doing so will cause issues with the boot information. Not a problem with an array dedicated to the data files.
So thank you - again!
First off, thanks for the comment - I'm glad that you found this useful. Just to be clear, my tests showed that offset had no impact on transaction logs on RAID 1. That may not hold true for RAID 10, though admittedly I haven't tested that specific scenario.
In our *small* company we have 1 SQL Server that hosts 3 databases, and we put 4 internal SATA drives in it: 1 for OS, 1 for data files, 1 for log files, and 1 for backups.
We're trying to improve the performance, so the 'easiest' thing we'd like to do is buying a couple of RAID enclosures: 1 for data files, and another 1 for log files.
Do you think this is a good bet? Or it won't help much? If so, what other practical and cost effective improvement we can try?
Thanks.
Post a Comment