Requires Membership to View
To gain access to this and all member only content, please provide the following information:
By submitting your registration information to SearchStorageChannel.com you agree to receive email communications from the TechTarget network of sites, and/or third party content providers that have relationships with TechTarget, based on your topic interests and activity, including updates on new content, event notifications, new site launches and market research surveys. Please verify all information and selections above. You may unsubscribe at any time from one or more of the services you have selected by editing your profile, unsubscribing via email or by contacting us here
- Your use of SearchStorageChannel.com is governed by our Terms of Use
- We designed our Privacy Policy to provide you with important disclosures about how we collect and use your registration and other information. We encourage you to read the Privacy Policy, and to use it to help make informed decisions.
- If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States.
Thin provisioning is a feature of disk arrays and storage virtualization products that lets you create logical disks, but only allocates physical disk space as the server connected to that logical disk actually writes data to the array. So if there's a database that the customer thinks may grow to 2TB but only contains 500MB of data today, it will only take up 500MB of disk space. When more data is written to the database, the array will expand the volume. The server will always see the volume as 2TB in size.
Since most server administrators ask for 50-100% more space than they need just to be safe, thin provisioning lets you give them the space without actually buying an extra disk that may never be used.
For thin provisioning to result in cost savings, you have to overprovision your storage – for example, you have to create volumes that can grow to 6TB when you only have 4TB of disk. If all your servers tried to fill up all that space, they would fill up your array and the next time a server tried to write new data, the array would have to return a disk error. That would probably crash the server.
To prevent this state of affairs, applications like ERP, data warehouses and email servers -- whose data grows on a more or less predictable basis -- are better candidates for thin provisioning than a file server holding user's home directories. This is because a single user backing up his notebook computer could eat up 100GB in an hour or so.
Some file systems, including Windows NTFS, use all the available space on a volume before overwriting deleted files. While this can reduce file fragmentation and makes deleted files recoverable, it also means that a file server using a thinly provisioned disk will keep allocating more space, even though there's free space on the volume. Using an automated defragmenter like Diskeeper can minimize this effect.
This was first published in November 2007