Storage Architecture and I/O Testing

Selecting, testing, and benchmarking storage for SQL Server.

43 associated posts42 primary posts

IOPS Are A Scam

Storage vendors brag about the IOPS that their hardware can provide. Cloud providers have offered guaranteed IOPS for a while now. It seems that no matter where we turn, we can't get away from IOPS.What Are You Measuring?When someone says IOPS, what are they referring to? IOPS is an acronym for Input/Output Operations Per Second.…

Read more about IOPS Are A Scam 50 comments — Join the discussion

How to Use HP System Management Homepage

One of the big reasons you spend big money on server-quality hardware is to get cool stuff to make administration easier. Each hardware vendor provides their own software tools - Dell includes OpenManage, IBM includes Director, and HP includes their System Management Homepage.

To illustrate how it works without violating anybody's NDAs, I picked up a used HP DL380 off eBay to use as a demo.

Read more about How to Use HP System Management Homepage 22 comments — Join the discussion

An Introduction to SQL Server IO for Developers (video)

Developers frequently make a big mistake: they tune out on discussions of storage performance and IO. Don't fall into this trap! Understanding how storage impacts SQL Server performance helps you tune the right parts of your code and focus on what really matters. In this 30 minute video, Microsoft Certified Master Kendra Little demonstrates why developers need to understand the IO impact on writes and reads in SQL Server. She'll show you how simple configuration changes can sometimes save hundreds of hours of developer time.

Read more about An Introduction to SQL Server IO for Developers (video) 2 comments — Join the discussion

How Big Are Your Log Writes? Spying on the SQL Server Transaction Log

I’m a bit of a researcher. When I want to know about a topic, I start off by doing a lot of reading. After I take a lot in, I want to make  sure I understand the details. At that point, I try to think like a scientist. I come up with ways to test what I’m learning and see it in action. My process isn’t revolutionary, but it goes something like this:

Read more about How Big Are Your Log Writes? Spying on the SQL Server Transaction Log 41 comments — Join the discussion

Storage Protocol Basics: iSCSI, NFS, Fibre Channel, and FCoE

Wanna get your storage learn on?  VMware has a well-laid-out explanation of the pros and cons of different ways to connect to shared storage.  The guide covers the four storage protocols, but let's get you a quick background primer first. iSCSI, NFS, FC, and FCoE Basics iSCSI means you map your storage over TCPIP.  You…

Read more about Storage Protocol Basics: iSCSI, NFS, Fibre Channel, and FCoE 9 comments — Join the discussion

SQL Server Can Run Databases from Network Shares & NAS

Geeks love duct tape.  Sure, we pride ourselves on building a rock-solid solution the right way, but when the brown stuff hits the moving metal stuff, we love to show off our ingenuity.  We carry our money in duct tape wallets, wear duct tape shirts, practice ductigami, and hang our duct tape from custom metal brackets.

Read more about SQL Server Can Run Databases from Network Shares & NAS 72 comments — Join the discussion

New internal solid state drives are “world’s fastest storage”

I don't talk about hardware much here, but an SSD review hit Engadget this morning and made me take notice.  Fusion-io gave their new 80gb ioDrive to TweakTown for a review, and - Wait, hang on.  Don't close the browser yet.  I know, everything about this post reeks of some tiny manufacturer with borked products…

Read more about New internal solid state drives are “world’s fastest storage” 6 comments — Join the discussion

Bad storage performance on Amazon EC2 Windows servers

This week I presented at the SSWUG Virtual Conference on how to benchmark your storage performance with Microsoft's SQLIO utility.  Last week I talked about running SQL Server in the cloud on Amazon EC2.  Take those two things together, and we've got storage benchmarking on Amazon EC2 servers:

Maximum write speed: 68 MBs/sec
Maximum read speed: 8 MBs/sec

Read more about Bad storage performance on Amazon EC2 Windows servers 6 comments — Join the discussion