WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression

Size: px
Start display at page:

Download "WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression"

Transcription

1 WHITE PAPER Improving Storage Efficiencies with Data Deduplication and Compression Sponsored by: Oracle Steven Scully May 2010 Benjamin Woo IDC OPINION Global Headquarters: 5 Speen Street Framingham, MA USA P F IT organizations worldwide are dealing with the tremendous growth of data and the complexity of managing the storage for that data. In this data-intensive environment, IT managers need to optimize the capacity and performance of their disk storage systems while working to reduce complexity and lower costs. Storage efficiency has been a goal of primary storage systems managers for some time. Various disk system techniques such as thin provisioning, snapshots, and storage resource management have all been developed to help IT managers improve overall storage utilization and performance. A growing area of storage innovation is data deduplication and compression technologies for primary storage systems. The system and storage solutions that now make up Oracle's storage offerings have long been at the forefront of various storage efficiency technologies. Some of the industry's first storage virtualization and space-efficient snapshots were developed by these organizations decades ago. Continuing in that tradition, the latest release of the Oracle Sun Storage 7000 systems includes primary storage data deduplication and data compression capabilities. SITUATION OVERVIEW IT organizations worldwide are dealing with the tremendous growth of data. IDC forecasts that after slowing some in 2009, total disk storage capacity shipped will grow at 48 50% through With the growth of capacity comes the complexity of managing the storage for that data. The data growth is coming from a wealth of dataintensive applications (e.g., business analytics), expanding use of high-performance computing (e.g., financial services and life sciences), collaboration and Web 2.0 applications, and content-rich data (e.g., digital images or video). In this dataintensive environment, IT managers need to optimize the capacity and performance of storage systems while working to reduce complexity and lower costs. In addition to the continued growth in capacity, the accelerated use of virtual servers and desktops is rapidly altering the storage landscape. IT organizations worldwide are turning to virtualized environments to improve datacenter flexibility and scalability. This in turn drives implementation of networked storage solutions, which can create new pressures on storage performance as I/Os that were previously more distributed are aggregated into a smaller number of host interconnects. There are also implications for organizations' data protection processes and architectures to ensure that every virtual server is protected and that the storage has the same flexibility and resiliency as the virtualized server environment.

2 Storage efficiency has been a goal of primary storage systems managers and an area of storage innovation for some time. Disk storage system techniques such as thin provisioning, space-efficient snapshots, automated tiering, and virtual storage management have all been developed to help IT managers improve storage system utilization and efficiency. Additionally, IT managers use complementary technologies and applications such as archiving (to relocate static data from primary storage to another tier) or storage resource management (to better understand the allocation of storage they already have) to improve their primary storage utilization. More recently, data deduplication and compression technologies for primary storage have been gaining attention in the quest for improved storage efficiency. Data Deduplication Data deduplication has become an important storage technology in the past few years. Storage solutions, either based on deduplication or with deduplication as a feature, are now available across the entire spectrum of storage offerings from many vendors, large and small. Data deduplication gained much of its market attention around backup data. Because a backup process typically copies the same files again and again, it made sense to not copy the file again if it already had been copied. Backup data remains a key opportunity for deduplication technologies, and almost every backup and recovery solution, from backup software to virtual tape libraries to disk-based backup systems, currently includes some form of deduplication. Data deduplication works by looking for repeated patterns in various chunks of data and eliminating the duplicates. An algorithm is used to generate a hash for each chunk of data, and if it matches a hash that has already been stored, the newer chunk of data is replaced by a pointer to the existing chunk already stored on the system. Three types of chunks are typically used for deduplication file level, block level, and byte level each with their own characteristics. File level. In file-level deduplication, also known as single instancing, the chunks are entire files. The hash is generated on the entire file and duplicates are stored only once. File-level deduplication typically has the lowest overhead, but any change to a file requires a recalculation of the hash, which will most likely result in another copy of the entire file being stored. Block level. Block-level deduplication (fixed and variable) requires more processing overhead but allows for better deduplication of files that are similar but slightly different. All blocks are shared except for the different ones. This approach is very useful with virtual machine images, for example, which mostly include a large copy of the guest operating system with some blocks that are unique to each virtual machine. Byte level. Theoretically, byte-level deduplication can be the most powerful but typically consumes the most processing resources because it has to compute the beginning and endpoints of the chunks as well as the resulting hash. It also excels in environments with lots of repeated but block-misaligned data. This approach is often used within an application (such as ) that better understands the data it is managing. 2 # IDC

3 Another aspect of data deduplication is when the deduplication is accomplished, with inline and postprocessing being the most common options. With inline deduplication, duplicate chunks are identified and removed before they are written to the back-end disk drives of the system. This process requires more computing power and can impact storage performance but doesn't require additional space and doesn't perform unnecessary writes of data that already exists. Alternately, data can be written to disk, and then the deduplication is accomplished by a postprocess typically executed as part of a scheduled operation. Postprocessing solutions require less computing power, reduce the potential impact on storage performance, and can be scheduled at times that are convenient to the operation of the datacenter. However, postprocessing does require additional storage capacity to hold all the data before the duplicates can be removed and will execute additional reads and write of the data. Data Deduplication for Primary Storage IDC sees increasing interest among customers around more recent innovation involving the deduplication of data on primary storage systems. Vendors are responding by developing primary storage offerings where deduplication can be done by application software running on the host, an appliance placed between the host and the storage array, or the storage array itself. A recent IDC survey into the various uses of data deduplication shows that over 50% of the respondents are using data deduplication or implementing it for a portion of the data in their primary storage system. Almost 10% of the users are deduplicating 90% or more of their total data, while the majority of users are deduplicating 20 40% of their data. The top five types of data that respondents are deduplicating are (in order) Exchange, Windows file systems, SQL databases, Web server/site content, and Oracle databases. Deduplication ratios for primary storage tend to range from 2:1 to 5:1, possibly a little more for some types of data. This is less than end users typically experience with backup deduplication and is due to the nature of primary data as well as the capabilities of some of the deduplication technologies (for example, some cannot deduplicate open files that will be found on primary storage). There can be additional benefits from primary storage deduplication beyond the capacity savings. For example, some primary storage deduplication capabilities are tied into replication and data protection capabilities, allowing the system to back up and restore the data in its deduplicated state, improving performance and reducing network bandwidth. Primary storage deduplication is not for every data set or for every environment. If used for data sets with large amounts of static data, it can produce significant storage savings. If used for the wrong type of data, it can create unwanted latency in the storage process. The key for users is to understand how specific data sets will respond to data deduplication and use it only where the benefits exceed the costs IDC #

4 Data Compression for Primary Storage Data deduplication is not the only way to improve the efficiency of primary storage. Data compression is another technology that leads to improved efficiency on primary storage systems, and it can be very useful in data sets with variable amounts of empty space (such as databases). Compression can also produce more significant storage savings than deduplication when used in large repositories of unstructured data with few duplicates but many file types that can be compressed. Some vendors offer a combination of both technologies by compressing the data as well as deduplicating the data. Select vendors of primary storage compression view compression and deduplication as competing technologies and do not recommend (or support) their use together. As with deduplication, data compression can improve the performance of data protection solutions by replicating, backing up, and restoring the data in its compressed form. However, primary storage compression also is not for every data set or environment. Some applications already compress data, so further compression may not produce increased results. Data compression also adds latency in the storage process because processing power is used to compress the data on write and decompress the data on read. The storage savings needs to be weighed against the added latency. Data Deduplication and Compression for Oracle's Unified Storage Systems The Oracle Sun Storage 7000 Series was launched in the fall of 2008 as a family of unified, open disk storage systems. The 7000 Series currently consists of the 7110, 7210, 7310, and 7410, which scale from 2TB to 576TB of capacity. The 7000 Series supports both file and block data (including CIFS, NFS, FTP/FTPS/SFTP, and HTTP/WebDAV protocols) using Ethernet, Fibre Channel, and InfiniBand network interfaces. The Sun Storage 7000 Series has several unique features that continue to differentiate it in the market. The features include: DTrace Analytics provides a new way of observing and understanding how the unified storage system and enterprise network clients are operating and behaving, using real-time graphical analysis. Hybrid Storage Pools provide a high-performance architecture that integrates flash-based SSDs as a caching tier with capacity-optimized, enterprise-class HDDs for all storage. Data migration between these tiers occurs automatically, depending on access patterns. The ZFS File System is a combined file system and logical volume manager that features high capacities (up to 16EB), performance, and continuous integrity checking and automatic repair. 4 # IDC

5 The Sun Storage 7000 systems also have many of the storage efficiency technologies traditionally used to improve storage utilization, including thin provisioning, space-efficient snapshots and clones, and simplified storage management. Data deduplication and data compression capabilities have been added more recently to also increase the storage efficiency. The 7000 Series also takes advantage of the highly multithreaded Open Solaris operating system as well as a multiple, multicore processor environment with significant CPU cycles available to provide the additional processing power needed for data deduplication and compression. Data deduplication. For the 7000 Series, shares or projects can optionally deduplicate data before writing to the storage pool. While configured by the share or project, the system looks at the whole storage pool. The data deduplication is implemented on a block-level basis and is performed inline (referred to by Oracle as synchronous deduplication). The deduplication has no effect on the calculated size of the share, but it does affect the amount of space used for the pool. For example, if two shares contain the same 1GB file, each will appear to be 1GB in size, but the total for the pool will be just 1GB and the deduplication ratio (available from the system dashboard) will be reported as 2. Oracle claims there are no capacity limits to the deduplicated data, unlike other solutions that have to keep the deduplication tables in memory and therefore have limits on the number of references they can store. If the 7000 Series tables exceed the memory, they spill over to the SSD cache and, if needed, to disk, which slightly slows the performance at each step but doesn't limit the capacity. Data compression. For the 7000 Series, shares can optionally compress data before writing to the storage pool, allowing for greater storage utilization at the expense of increased CPU utilization. Four levels of compression are offered, allowing users to choose from the fastest compression (only works for simple inputs but with minimal CPU resources) to the best compression (highest compression but consumes a significant amount of CPU resources). If compression doesn't yield a minimum amount of space savings, it is not used in order to avoid having to decompress the data when reading it back. If used with deduplication, the data is first compressed and then deduplicated. Because there are no additional software license fees for the 7000 Series, new and existing customers can easily make use of these features without additional purchases. Existing customers can implement deduplication for new data going forward, but the system will not go back and deduplicate existing data. The scalability of the Sun Storage 7000 family is well suited to the potential demands of data deduplication and compression. Because these tasks can consume additional CPU resources, users can increase the computational power by adding more CPUs and cache to their 7000 Series product. Likewise, users who expect a significant amount of deduplication and/or compression can start with a smaller amount of total capacity and expand easily by adding more drive expansion units as needed. Finally, customers can increase the performance of reads and writes by adding SSDs to their 7000 Series product IDC #

6 CHALLENGES/OPPORTUNITIES Since completing its acquisition of Sun Microsystems, Oracle can now focus on the task of educating its sales force, customer base, and prospects about the products and directions for the Sun Storage offerings. Oracle has the opportunity to make a strong statement around storage that builds on the traction it was gaining in the market prior to the acquisition. The new features of the Sun Storage 7000 Series are a natural progression of Oracle's overall strategy around open software initiatives and unified storage solutions. However, IDC believes that Oracle has to address some remaining challenges to maximize the success of the 7000 Series, including: Oracle needs to focus on educating its sales force and channel partners on how and where to sell the Sun Storage 7000 systems as well as other storage solutions in its portfolio. The benefits and trade-offs of using data deduplication and compression on the 7000 Series products need to be clearly understood and communicated to customers. Unrealistic deduplication ratios and unexpected performance issues that arise with customers improperly enabling these capabilities should be avoided. Integration with key application vendors remains a key to the success of the 7000 Series. Oracle needs to continue to expand the alliances it has been building to ensure that major application vendors can more easily take advantage of the advanced features in the 7000 family. For data deduplication and compression, this extends to verifying that major applications work properly when these features are used and providing customers with some sense of the expected results. Oracle needs to extend its unified storage approach to meet the needs of enterprise environments or further position its storage portfolio to meet these needs. With the announced end of Oracle's partnership with Hitachi Data Systems for enterprise disk solutions, this may be an area in which customers will be seeking direction. CONCLUSION Data will continue to grow for IT managers, and they will continue to look for every opportunity to improve their storage utilization and efficiency. Adding data deduplication and compression to primary storage is a more recent area of innovation for storage vendors, which helps customers increase the total capacity of their overall storage environments. IDC views these capabilities as technologies with broad application throughout storage hardware and software solutions, not as specific solutions or markets themselves. Oracle's unified storage systems are well positioned to address current market needs by providing simple-to-use and scalable storage solutions. Industry-standard hardware and open source software have the potential to greatly improve the overall 6 # IDC

7 economics of storage for customers. The Hybrid Storage Pool architecture is a unique way to integrated flash-based SSDs into the storage system, providing for higher performance and lower power consumption compared with traditional approaches. Integrated storage with comprehensive analytical tools and numerous bundled software features will help reduce the complexity of managing storage. The addition of data deduplication and compression to the 7000 Series further enhances the solution for customers. When evaluating the use of data deduplication and/or compression with primary storage systems, IT managers need to understand all the various aspects at play. The trade-off between disk system performance and increase in storage capacity that both these technologies require must be understood before they are implemented. Implemented correctly, these technologies can improve overall storage efficiency for key data types in many environments with minimal management or effort on the part of the IT staff. Copyright Notice External Publication of IDC Information and Data Any IDC information that is to be used in advertising, press releases, or promotional materials requires prior written approval from the appropriate IDC Vice President or Country Manager. A draft of the proposed document should accompany any such request. IDC reserves the right to deny approval of external usage for any reason. Copyright 2010 IDC. Reproduction without written permission is completely forbidden IDC #

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation

Top Ten Questions. to Ask Your Primary Storage Provider About Their Data Efficiency. May 2014. Copyright 2014 Permabit Technology Corporation Top Ten Questions to Ask Your Primary Storage Provider About Their Data Efficiency May 2014 Copyright 2014 Permabit Technology Corporation Introduction The value of data efficiency technologies, namely

More information

W H I T E P A P E R R e a l i z i n g t h e B e n e f i t s o f Deduplication in a Backup and Restore System

W H I T E P A P E R R e a l i z i n g t h e B e n e f i t s o f Deduplication in a Backup and Restore System W H I T E P A P E R R e a l i z i n g t h e B e n e f i t s o f Deduplication in a Backup and Restore System Sponsored by: HP Noemi Greyzdorf November 2008 Robert Amatruda INTRODUCTION Global Headquarters:

More information

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT UNPRECEDENTED OBSERVABILITY, COST-SAVING PERFORMANCE ACCELERATION, AND SUPERIOR DATA PROTECTION KEY FEATURES Unprecedented observability

More information

Why Inline Data Reduction Is Required for Enterprise Flash Arrays

Why Inline Data Reduction Is Required for Enterprise Flash Arrays WHITE PAPER Why Inline Data Reduction Is Required for Enterprise Flash Arrays Sponsored by: Violin Memory Eric Burgener September 2014 IDC OPINION With the explosion of mobile computing, social media,

More information

WHITE PAPER Addressing Enterprise Computing Storage Performance Gaps with Enterprise Flash Drives

WHITE PAPER Addressing Enterprise Computing Storage Performance Gaps with Enterprise Flash Drives WHITE PAPER Addressing Enterprise Computing Storage Performance Gaps with Enterprise Flash Drives Sponsored by: Pliant Technology Benjamin Woo August 2009 Matthew Eastwood EXECUTIVE SUMMARY Global Headquarters:

More information

W H I T E P A P E R T h e C r i t i c a l N e e d t o P r o t e c t M a i n f r a m e B u s i n e s s - C r i t i c a l A p p l i c a t i o n s

W H I T E P A P E R T h e C r i t i c a l N e e d t o P r o t e c t M a i n f r a m e B u s i n e s s - C r i t i c a l A p p l i c a t i o n s Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R T h e C r i t i c a l N e e d t o P r o t e c t M a i n f r a m e B u s i n e

More information

Selling Compellent NAS: File & Block Level in the Same System Chad Thibodeau

Selling Compellent NAS: File & Block Level in the Same System Chad Thibodeau Selling Compellent NAS: File & Block Level in the Same System Chad Thibodeau Agenda Session Objectives Feature Overview Technology Overview Compellent Differentiators Competition Available Resources Questions

More information

June 2009. Blade.org 2009 ALL RIGHTS RESERVED

June 2009. Blade.org 2009 ALL RIGHTS RESERVED Contributions for this vendor neutral technology paper have been provided by Blade.org members including NetApp, BLADE Network Technologies, and Double-Take Software. June 2009 Blade.org 2009 ALL RIGHTS

More information

The safer, easier way to help you pass any IT exams. Exam : 000-115. Storage Sales V2. Title : Version : Demo 1 / 5

The safer, easier way to help you pass any IT exams. Exam : 000-115. Storage Sales V2. Title : Version : Demo 1 / 5 Exam : 000-115 Title : Storage Sales V2 Version : Demo 1 / 5 1.The IBM TS7680 ProtecTIER Deduplication Gateway for System z solution is designed to provide all of the following EXCEPT: A. ESCON attach

More information

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper

Deep Dive on SimpliVity s OmniStack A Technical Whitepaper Deep Dive on SimpliVity s OmniStack A Technical Whitepaper By Hans De Leenheer and Stephen Foskett August 2013 1 Introduction This paper is an in-depth look at OmniStack, the technology that powers SimpliVity

More information

EMC XTREMIO EXECUTIVE OVERVIEW

EMC XTREMIO EXECUTIVE OVERVIEW EMC XTREMIO EXECUTIVE OVERVIEW COMPANY BACKGROUND XtremIO develops enterprise data storage systems based completely on random access media such as flash solid-state drives (SSDs). By leveraging the underlying

More information

ZFS Administration 1

ZFS Administration 1 ZFS Administration 1 With a rapid paradigm-shift towards digital content and large datasets, managing large amounts of data can be a challenging task. Before implementing a storage solution, there are

More information

Data Reduction Methodologies: Comparing ExaGrid s Byte-Level-Delta Data Reduction to Data De-duplication. February 2007

Data Reduction Methodologies: Comparing ExaGrid s Byte-Level-Delta Data Reduction to Data De-duplication. February 2007 Data Reduction Methodologies: Comparing ExaGrid s Byte-Level-Delta Data Reduction to Data De-duplication February 2007 Though data reduction technologies have been around for years, there is a renewed

More information

Data De-duplication Methodologies: Comparing ExaGrid s Byte-level Data De-duplication To Block Level Data De-duplication

Data De-duplication Methodologies: Comparing ExaGrid s Byte-level Data De-duplication To Block Level Data De-duplication Data De-duplication Methodologies: Comparing ExaGrid s Byte-level Data De-duplication To Block Level Data De-duplication Table of Contents Introduction... 3 Shortest Possible Backup Window... 3 Instant

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com BUYER CASE STUDY EMC IT Increasing Efficiency, Reducing Costs, and Optimizing IT with Data Deduplication Sponsored by: EMC Corporation Robert Amatruda February 2011 Laura DuBois Global Headquarters: 5

More information

Protect Data... in the Cloud

Protect Data... in the Cloud QUASICOM Private Cloud Backups with ExaGrid Deduplication Disk Arrays Martin Lui Senior Solution Consultant Quasicom Systems Limited Protect Data...... in the Cloud 1 Mobile Computing Users work with their

More information

Violin Memory Arrays With IBM System Storage SAN Volume Control

Violin Memory Arrays With IBM System Storage SAN Volume Control Technical White Paper Report Best Practices Guide: Violin Memory Arrays With IBM System Storage SAN Volume Control Implementation Best Practices and Performance Considerations Version 1.0 Abstract This

More information

Boost your storage buying power... use ours!

Boost your storage buying power... use ours! TM TM Data Sheets : White Papers : Case Studies Nimbus have a game changing proposition and COOLSPIRiT have the customer focus to carry this through, together it makes a dynamic partnership that Nimbus

More information

Demystifying Deduplication for Backup with the Dell DR4000

Demystifying Deduplication for Backup with the Dell DR4000 Demystifying Deduplication for Backup with the Dell DR4000 This Dell Technical White Paper explains how deduplication with the DR4000 can help your organization save time, space, and money. John Bassett

More information

ClearPath Storage Update Data Domain on ClearPath MCP

ClearPath Storage Update Data Domain on ClearPath MCP ClearPath Storage Update Data Domain on ClearPath MCP Ray Blanchette Unisys Storage Portfolio Management Jose Macias Unisys TCIS Engineering September 10, 2013 Agenda VNX Update Customer Challenges and

More information

Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages

Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages WHITE PAPER Enterprise Workloads on the IBM X6 Portfolio: Driving Business Advantages Sponsored by: IBM Jed Scaramella January 2014 EXECUTIVE SUMMARY Enterprise information technology (IT) leaders are

More information

W H I T E P A P E R E n t e r p r i s e V T L s : S t r a t e g ic for Large-Scale Datacenters

W H I T E P A P E R E n t e r p r i s e V T L s : S t r a t e g ic for Large-Scale Datacenters W H I T E P A P E R E n t e r p r i s e V T L s : S t r a t e g ic for Large-Scale Datacenters Sponsored by: NetApp Laura DuBois December 2008 Robert Amatruda EXECUTIVE SUMMARY Global Headquarters: 5 Speen

More information

Taking Advantage of Multicore/Multiprocessor Technologies to Meet Today s Storage Needs

Taking Advantage of Multicore/Multiprocessor Technologies to Meet Today s Storage Needs An Oracle White Paper April 2012 Taking Advantage of Multicore/Multiprocessor Technologies to Meet Today s Storage Needs Sun ZFS Storage Appliances Based on Intel Xeon Processors Introduction... 1 Scalable

More information

Data Deduplication: An Essential Component of your Data Protection Strategy

Data Deduplication: An Essential Component of your Data Protection Strategy WHITE PAPER: THE EVOLUTION OF DATA DEDUPLICATION Data Deduplication: An Essential Component of your Data Protection Strategy JULY 2010 Andy Brewerton CA TECHNOLOGIES RECOVERY MANAGEMENT AND DATA MODELLING

More information

LDA, the new family of Lortu Data Appliances

LDA, the new family of Lortu Data Appliances LDA, the new family of Lortu Data Appliances Based on Lortu Byte-Level Deduplication Technology February, 2011 Copyright Lortu Software, S.L. 2011 1 Index Executive Summary 3 Lortu deduplication technology

More information

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief

Optimizing Storage for Better TCO in Oracle Environments. Part 1: Management INFOSTOR. Executive Brief Optimizing Storage for Better TCO in Oracle Environments INFOSTOR Executive Brief a QuinStreet Excutive Brief. 2012 To the casual observer, and even to business decision makers who don t work in information

More information

Accelerate Your Virtualisation Journey With Backup Built For VMWare. Frederick Enslin. BRS Technology Consultant. Copyright 2011 EMC Corporation

Accelerate Your Virtualisation Journey With Backup Built For VMWare. Frederick Enslin. BRS Technology Consultant. Copyright 2011 EMC Corporation Accelerate Your Virtualisation Journey With Backup Built For VMWare Frederick Enslin BRS Technology Consultant 1 Agenda Virtualization trend and benefits Must-have list Deduplication Avamar is optimized

More information

Technology Insight Series

Technology Insight Series HP s Information Supply Chain Optimizing Information, Data and Storage for Business Value John Webster August, 2011 Technology Insight Series Evaluator Group Copyright 2011 Evaluator Group, Inc. All rights

More information

I D C V E N D O R S P O T L I G H T. F l a s h, C l o u d, a nd Softw ar e - D e f i n e d Storage:

I D C V E N D O R S P O T L I G H T. F l a s h, C l o u d, a nd Softw ar e - D e f i n e d Storage: I D C V E N D O R S P O T L I G H T F l a s h, C l o u d, a nd Softw ar e - D e f i n e d Storage: N ew T rends Impacting Enterprise Datacenters March 2014 Adapted from IDC Worldwide Storage Predictions

More information

Deduplication has been around for several

Deduplication has been around for several Demystifying Deduplication By Joe Colucci Kay Benaroch Deduplication holds the promise of efficient storage and bandwidth utilization, accelerated backup and recovery, reduced costs, and more. Understanding

More information

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures 1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage

More information

Reducing Backups with Data Deduplication

Reducing Backups with Data Deduplication The Essentials Series: New Techniques for Creating Better Backups Reducing Backups with Data Deduplication sponsored by by Eric Beehler Reducing Backups with Data Deduplication... 1 Explaining Data Deduplication...

More information

How To Make A Backup System More Efficient

How To Make A Backup System More Efficient Identifying the Hidden Risk of Data De-duplication: How the HYDRAstor Solution Proactively Solves the Problem October, 2006 Introduction Data de-duplication has recently gained significant industry attention,

More information

CASS COUNTY GOVERNMENT. Data Storage Project Request for Proposal

CASS COUNTY GOVERNMENT. Data Storage Project Request for Proposal CASS COUNTY GOVERNMENT Data Storage Project Request for Proposal Contents I. PROJECT OVERVIEW... 3 II. INSTRUCTIONS FOR RFP S... 5 1 VENDOR... 7 2 PROPOSED SOLUTION ARCHITECTURE... 9 3 DATA PROTECTION...

More information

Get Success in Passing Your Certification Exam at first attempt!

Get Success in Passing Your Certification Exam at first attempt! Get Success in Passing Your Certification Exam at first attempt! Exam : E22-290 Title : EMC Data Domain Deduplication, Backup and Recovery Exam Version : DEMO 1.A customer has a Data Domain system with

More information

Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale

Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale WHITE PAPER Affordable, Scalable, Reliable OLTP in a Cloud and Big Data World: IBM DB2 purescale Sponsored by: IBM Carl W. Olofson December 2014 IN THIS WHITE PAPER This white paper discusses the concept

More information

Solid State Storage in Massive Data Environments Erik Eyberg

Solid State Storage in Massive Data Environments Erik Eyberg Solid State Storage in Massive Data Environments Erik Eyberg Senior Analyst Texas Memory Systems, Inc. Agenda Taxonomy Performance Considerations Reliability Considerations Q&A Solid State Storage Taxonomy

More information

Introduction to NetApp Infinite Volume

Introduction to NetApp Infinite Volume Technical Report Introduction to NetApp Infinite Volume Sandra Moulton, Reena Gupta, NetApp April 2013 TR-4037 Summary This document provides an overview of NetApp Infinite Volume, a new innovation in

More information

ENABLING VIRTUALIZED GRIDS WITH ORACLE AND NETAPP

ENABLING VIRTUALIZED GRIDS WITH ORACLE AND NETAPP NETAPP AND ORACLE WHITE PAPER ENABLING VIRTUALIZED GRIDS WITH ORACLE AND NETAPP Generosa Litton, Network Appliance, Inc. Monica Kumar, Frank Martin, Don Nalezyty, Oracle March 2008 WP-7037-0208 EXECUTIVE

More information

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN

Whitepaper. NexentaConnect for VMware Virtual SAN. Full Featured File services for Virtual SAN Whitepaper NexentaConnect for VMware Virtual SAN Full Featured File services for Virtual SAN Table of Contents Introduction... 1 Next Generation Storage and Compute... 1 VMware Virtual SAN... 2 Highlights

More information

Thin Provisioning: Using Intelligent Storage Virtualization Technology for More Efficient Use of Storage Assets

Thin Provisioning: Using Intelligent Storage Virtualization Technology for More Efficient Use of Storage Assets I D C E X E C U T I V E B R I E F Thin Provisioning: Using Intelligent Storage Virtualization Technology for More Efficient Use of Storage Assets Global Headquarters: 5 Speen Street Framingham, MA 01701

More information

Inside Track Research Note. In association with. Enterprise Storage Architectures. Is it only about scale up or scale out?

Inside Track Research Note. In association with. Enterprise Storage Architectures. Is it only about scale up or scale out? Research Note In association with Enterprise Storage Architectures Is it only about scale up or scale out? August 2015 About this The insights presented in this document are derived from independent research

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R I m p l e m e n t i n g T i e r e d S t o r a g e : T h e H e a r t o f a n O

More information

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution

Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Analyzing Big Data with Splunk A Cost Effective Storage Architecture and Solution Jonathan Halstuch, COO, RackTop Systems JHalstuch@racktopsystems.com Big Data Invasion We hear so much on Big Data and

More information

SAS and Oracle: Big Data and Cloud Partnering Innovation Targets the Third Platform

SAS and Oracle: Big Data and Cloud Partnering Innovation Targets the Third Platform SAS and Oracle: Big Data and Cloud Partnering Innovation Targets the Third Platform David Lawler, Oracle Senior Vice President, Product Management and Strategy Paul Kent, SAS Vice President, Big Data What

More information

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER STORAGE CENTER DATASHEET STORAGE CENTER Go Beyond the Boundaries of Traditional Storage Systems Today s storage vendors promise to reduce the amount of time and money companies spend on storage but instead

More information

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products

MaxDeploy Ready. Hyper- Converged Virtualization Solution. With SanDisk Fusion iomemory products MaxDeploy Ready Hyper- Converged Virtualization Solution With SanDisk Fusion iomemory products MaxDeploy Ready products are configured and tested for support with Maxta software- defined storage and with

More information

Got Files? Get Cloud!

Got Files? Get Cloud! I D C V E N D O R S P O T L I G H T Got Files? Get Cloud! November 2010 Adapted from State of File-Based Storage Use in Organizations by Richard Villars, IDC #221138 Sponsored by F5 Networks The explosion

More information

All-Flash Enterprise Storage: Defining the Foundation for 3rd Platform Application Availability

All-Flash Enterprise Storage: Defining the Foundation for 3rd Platform Application Availability WHITE PAPER All-Flash Enterprise Storage: Defining the Foundation for 3rd Platform Application Availability Sponsored by: NetApp Eric Burgener November 2014 IDC OPINION Enterprise computing is in the midst

More information

Barracuda Backup Deduplication. White Paper

Barracuda Backup Deduplication. White Paper Barracuda Backup Deduplication White Paper Abstract Data protection technologies play a critical role in organizations of all sizes, but they present a number of challenges in optimizing their operation.

More information

STORAGE CENTER WITH NAS STORAGE CENTER DATASHEET

STORAGE CENTER WITH NAS STORAGE CENTER DATASHEET STORAGE CENTER WITH STORAGE CENTER DATASHEET THE BENEFITS OF UNIFIED AND STORAGE Combining block and file-level data into a centralized storage platform simplifies management and reduces overall storage

More information

HyperQ Storage Tiering White Paper

HyperQ Storage Tiering White Paper HyperQ Storage Tiering White Paper An Easy Way to Deal with Data Growth Parsec Labs, LLC. 7101 Northland Circle North, Suite 105 Brooklyn Park, MN 55428 USA 1-763-219-8811 www.parseclabs.com info@parseclabs.com

More information

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 EXECUTIVE SUMMARY Microsoft Exchange Server is a disk-intensive application that requires high speed storage to deliver

More information

Migrate workloads back and forth across diverse physical and virtual platforms using the same interfaces, policies, and performance analytics

Migrate workloads back and forth across diverse physical and virtual platforms using the same interfaces, policies, and performance analytics WHITE PAPER Novell Holds Down Data Center Costs with PlateSpin Workload Management Solutions Sponsored by: Novell Mary Johnston Turner June 2009 IDC OPINION Global Headquarters: 5 Speen Street Framingham,

More information

HYBRID STORAGE WITH FASTier ACCELERATION TECHNOLOGY

HYBRID STORAGE WITH FASTier ACCELERATION TECHNOLOGY HYBRID STORAGE WITH FASTier ACCELERATION TECHNOLOGY Nexsan s FASTier acceleration technology leverages the power of solid-state to accelerate the performance of the underlying spinning disks by a factor

More information

Business white paper. environments. The top 5 challenges and solutions for backup and recovery

Business white paper. environments. The top 5 challenges and solutions for backup and recovery Business white paper Protecting missioncritical application environments The top 5 challenges and solutions for backup and recovery Table of contents 3 Executive summary 3 Key facts about mission-critical

More information

I T T R A N S F O R M A T I O N A N D T H E C H A N G I N G D A T A C E N T E R

I T T R A N S F O R M A T I O N A N D T H E C H A N G I N G D A T A C E N T E R Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R B a c k u p a n d R e c o v e r y C h a n g e s D r i v e I T I n f r a s t r

More information

Maxta Storage Platform Enterprise Storage Re-defined

Maxta Storage Platform Enterprise Storage Re-defined Maxta Storage Platform Enterprise Storage Re-defined WHITE PAPER Software-Defined Data Center The Software-Defined Data Center (SDDC) is a unified data center platform that delivers converged computing,

More information

Evaluation Guide. Software vs. Appliance Deduplication

Evaluation Guide. Software vs. Appliance Deduplication Evaluation Guide Software vs. Appliance Deduplication Table of Contents Introduction... 2 Data Deduplication Overview... 3 Backup Requirements... 6 Backup Application Client Side Deduplication... 7 Backup

More information

A Dell Technical White Paper Dell Compellent

A Dell Technical White Paper Dell Compellent The Architectural Advantages of Dell Compellent Automated Tiered Storage A Dell Technical White Paper Dell Compellent THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

THE SUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9

THE SUMMARY. ARKSERIES - pg. 3. ULTRASERIES - pg. 5. EXTREMESERIES - pg. 9 PRODUCT CATALOG THE SUMMARY ARKSERIES - pg. 3 ULTRASERIES - pg. 5 EXTREMESERIES - pg. 9 ARK SERIES THE HIGH DENSITY STORAGE FOR ARCHIVE AND BACKUP Unlimited scalability Painless Disaster Recovery The ARK

More information

Worldwide All-Flash Array and Hybrid Flash Array 2014 2018 Forecast and 1H14 Vendor Shares

Worldwide All-Flash Array and Hybrid Flash Array 2014 2018 Forecast and 1H14 Vendor Shares Special Study Worldwide All-Flash Array and Hybrid Flash Array 2014 2018 Forecast and 1H14 Vendor Shares Eric Burgener Jeff Janukowicz Natalya Yezhkova Iris Feng Eric Sheppard IN THIS EXCERPT The content

More information

Tiered Data Protection Strategy Data Deduplication. Thomas Störr Sales Director Central Europe November 8, 2007

Tiered Data Protection Strategy Data Deduplication. Thomas Störr Sales Director Central Europe November 8, 2007 Tiered Data Protection Strategy Data Deduplication Thomas Störr Sales Director Central Europe November 8, 2007 Overland Storage Tiered Data Protection = Good = Better = Best! NEO / ARCvault REO w/ expansion

More information

Big data Devices Apps

Big data Devices Apps Trends driving IT pressures Cloud Big data Devices Apps Devices: Info Workers Will Erase Boundary Between enterprise And Consumer Technologies. Forrester Research. August 30, 2012 Apps: Gartner: Predicts

More information

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org

IOmark- VDI. Nimbus Data Gemini Test Report: VDI- 130906- a Test Report Date: 6, September 2013. www.iomark.org IOmark- VDI Nimbus Data Gemini Test Report: VDI- 130906- a Test Copyright 2010-2013 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VDI, VDI- IOmark, and IOmark are trademarks of Evaluator

More information

Efficient Backup with Data Deduplication Which Strategy is Right for You?

Efficient Backup with Data Deduplication Which Strategy is Right for You? Efficient Backup with Data Deduplication Which Strategy is Right for You? Rob Emsley Senior Director, Product Marketing CPU Utilization CPU Utilization Exabytes Why So Much Interest in Data Deduplication?

More information

VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION DATASHEET. Product Highlights

VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION DATASHEET. Product Highlights VERITAS NetBackup 6.0 Enterprise Server INNOVATIVE DATA PROTECTION As the recognized leader for enterprise-class backup and recovery, VERITAS NetBackup Enterprise Server software is designed to help provide

More information

Eight Considerations for Evaluating Disk-Based Backup Solutions

Eight Considerations for Evaluating Disk-Based Backup Solutions Eight Considerations for Evaluating Disk-Based Backup Solutions 1 Introduction The movement from tape-based to disk-based backup is well underway. Disk eliminates all the problems of tape backup. Backing

More information

W H I T E P A P E R T h e I m p a c t o f A u t o S u p p o r t: Leveraging Advanced Remote and Automated Support

W H I T E P A P E R T h e I m p a c t o f A u t o S u p p o r t: Leveraging Advanced Remote and Automated Support W H I T E P A P E R T h e I m p a c t o f A u t o S u p p o r t: Leveraging Advanced Remote and Automated Support Sponsored by: NetApp Brad Nisbet December 2008 Matt Healey IDC OPINION Global Headquarters:

More information

Maximize Your Virtual Environment Investment with EMC Avamar. Rob Emsley Senior Director, Product Marketing

Maximize Your Virtual Environment Investment with EMC Avamar. Rob Emsley Senior Director, Product Marketing 1 Maximize Your Virtual Environment Investment with EMC Avamar Rob Emsley Senior Director, Product Marketing 2 Private Cloud is the Vision Virtualized Data Center Internal Cloud Trusted Flexible Control

More information

W H I T E P A P E R C o n t i n u o u s R e p l i c a t i o n f o r B u s i n e s s - C r i t i c a l A p p l i c a t i o n s

W H I T E P A P E R C o n t i n u o u s R e p l i c a t i o n f o r B u s i n e s s - C r i t i c a l A p p l i c a t i o n s Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R C o n t i n u o u s R e p l i c a t i o n f o r B u s i n e s s - C r i t i c

More information

I D C V E N D O R S P O T L I G H T

I D C V E N D O R S P O T L I G H T I D C V E N D O R S P O T L I G H T R e c o ve r y i n t h e C l o u d July 2011 Adapted from The State of Business Continuity in End-User Environments in 2011 by Laura DuBois, Jean S. Bozman, and Eric

More information

Business-centric Storage for small and medium-sized enterprises. How ETERNUS DX powered by Intel Xeon processors improves data management

Business-centric Storage for small and medium-sized enterprises. How ETERNUS DX powered by Intel Xeon processors improves data management Business-centric Storage for small and medium-sized enterprises How DX powered by Intel Xeon processors improves data management DX Online Storage Family Architecture DX60 S2 DX100 S3 DX200 S3 Flexible

More information

Reference Guide WindSpring Data Management Technology (DMT) Solving Today s Storage Optimization Challenges

Reference Guide WindSpring Data Management Technology (DMT) Solving Today s Storage Optimization Challenges Reference Guide WindSpring Data Management Technology (DMT) Solving Today s Storage Optimization Challenges September 2011 Table of Contents The Enterprise and Mobile Storage Landscapes... 3 Increased

More information

Uncompromised business agility with Oracle, NetApp and VMware

Uncompromised business agility with Oracle, NetApp and VMware Tag line, tag line Uncompromised business agility with Oracle, NetApp and VMware HroUG Conference, Rovinj Pavel Korcán Sr. Manager Alliances South & North-East EMEA Using NetApp Simplicity to Deliver Value

More information

M A N A G I N G D A T A G R O W T H W H I L E B E T T E R M O N E T I Z I N G I N F O R M A T I O N V A L U E

M A N A G I N G D A T A G R O W T H W H I L E B E T T E R M O N E T I Z I N G I N F O R M A T I O N V A L U E Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com B U Y E R U S E C A S E I n v e s t m e n t i n a C l o u d S t o r a g e S o l u t i o n H e l p

More information

How To Get A Storage And Data Protection Solution For Virtualization

How To Get A Storage And Data Protection Solution For Virtualization Smart Storage and Modern Data Protection Built for Virtualization Dot Hill Storage Arrays and Veeam Backup & Replication Software offer the winning combination. Veeam and Dot Hill Solutions Introduction

More information

W H I T E P A P E R D e l i v e r i n g C u s t o m e r V a l u e w i t h E n t e r p r i s e F l a s h D e p l o y m e n t s

W H I T E P A P E R D e l i v e r i n g C u s t o m e r V a l u e w i t h E n t e r p r i s e F l a s h D e p l o y m e n t s Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com W H I T E P A P E R D e l i v e r i n g C u s t o m e r V a l u e w i t h E n t e r p r i s e F l

More information

Best Practices for Architecting Storage in Virtualized Environments

Best Practices for Architecting Storage in Virtualized Environments Best Practices for Architecting Storage in Virtualized Environments Leverage Advances in Storage Technology to Accelerate Performance, Simplify Management, and Save Money in Your Virtual Server Environment

More information

HP StoreOnce D2D. Understanding the challenges associated with NetApp s deduplication. Business white paper

HP StoreOnce D2D. Understanding the challenges associated with NetApp s deduplication. Business white paper HP StoreOnce D2D Understanding the challenges associated with NetApp s deduplication Business white paper Table of contents Challenge #1: Primary deduplication: Understanding the tradeoffs...4 Not all

More information

Turnkey Deduplication Solution for the Enterprise

Turnkey Deduplication Solution for the Enterprise Symantec NetBackup 5000 Appliance Turnkey Deduplication Solution for the Enterprise Mayur Dewaikar Sr. Product Manager, Information Management Group White Paper: A Deduplication Appliance Solution for

More information

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager An Oracle White Paper November 2010 Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager Introduction...2 Oracle Backup and Recovery Solution Overview...3 Oracle Recovery

More information

I D C A N A L Y S T C O N N E C T I O N. T h e C r i t i cal Role of I/O in Public Cloud S e r vi c e P r o vi d e r E n vi r o n m e n t s

I D C A N A L Y S T C O N N E C T I O N. T h e C r i t i cal Role of I/O in Public Cloud S e r vi c e P r o vi d e r E n vi r o n m e n t s ($B) I D C A N A L Y S T C O N N E C T I O N Rick Villars Vice President, Information and Cloud T h e C r i t i cal Role of I/O in Public Cloud S e r vi c e P r o vi d e r E n vi r o n m e n t s August

More information

WHITE PAPER Data Deduplication for Backup: Accelerating Efficiency and Driving Down IT Costs

WHITE PAPER Data Deduplication for Backup: Accelerating Efficiency and Driving Down IT Costs WHITE PAPER Data Deduplication for Backup: Accelerating Efficiency and Driving Down IT Costs Sponsored by: EMC Corporation Laura DuBois May 2009 EXECUTIVE SUMMARY Global Headquarters: 5 Speen Street Framingham,

More information

Accelerating Data Compression with Intel Multi-Core Processors

Accelerating Data Compression with Intel Multi-Core Processors Case Study Predictive Enterprise Intel Xeon processors Intel Server Board Embedded technology Accelerating Data Compression with Intel Multi-Core Processors Data Domain incorporates Multi-Core Intel Xeon

More information

Identifying the Hidden Risk of Data Deduplication: How the HYDRAstor TM Solution Proactively Solves the Problem

Identifying the Hidden Risk of Data Deduplication: How the HYDRAstor TM Solution Proactively Solves the Problem Identifying the Hidden Risk of Data Deduplication: How the HYDRAstor TM Solution Proactively Solves the Problem Advanced Storage Products Group Table of Contents 1 - Introduction 2 Data Deduplication 3

More information

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com

Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com Global Headquarters: 5 Speen Street Framingham, MA 01701 USA P.508.872.8200 F.508.935.4015 www.idc.com WHITE PAPER Distributed Applications Performance Management: The VERITAS i 3 Approach Sponsored by:

More information

EMC VNX FAMILY. Copyright 2011 EMC Corporation. All rights reserved.

EMC VNX FAMILY. Copyright 2011 EMC Corporation. All rights reserved. EMC VNX FAMILY 1 IT Challenges: Tougher than Ever Four central themes facing every decision maker today Overcome flat budgets Manage escalating complexity Cope with relentless data growth Meet increased

More information

Q u a n t u m ' s D X i D e d u p l i c a t i o n S y s t e m I m p r o v e s E f f i c i e n c y a n d R e d u c e s C o s t s

Q u a n t u m ' s D X i D e d u p l i c a t i o n S y s t e m I m p r o v e s E f f i c i e n c y a n d R e d u c e s C o s t s B U Y E R C A S E S T U D Y Q u a n t u m ' s D X i D e d u p l i c a t i o n S y s t e m I m p r o v e s E f f i c i e n c y a n d R e d u c e s C o s t s Robert Amatruda Laura DuBois Marshall Amaldas

More information

Driving the New Paradigm of Software Defined Storage Solutions White Paper July 2014

Driving the New Paradigm of Software Defined Storage Solutions White Paper July 2014 Sanapptx Driving the New Paradigm of Software Defined Storage Solutions White Paper July 2014 Page 1 The New Software Defined Storage Opportunity Organizations everywhere are experiencing an explosion

More information

The Best Network Attached Storage Choice for Oracle Database and Software Environments

The Best Network Attached Storage Choice for Oracle Database and Software Environments An Oracle White Paper November 2013 The Best Network Attached Storage Choice for Oracle Database and Software Environments A Comparison of Oracle ZFS Storage Appliances Against NetApp Executive Overview...

More information

Choosing an Enterprise-Class Deduplication Technology

Choosing an Enterprise-Class Deduplication Technology WHITE PAPER Choosing an Enterprise-Class Deduplication Technology 10 Key Questions to Ask Your Deduplication Vendor 400 Nickerson Road, Marlborough, MA 01752 P: 866.Sepaton or 508.490.7900 F: 508.490.7908

More information

EMC DATA DOMAIN OPERATING SYSTEM

EMC DATA DOMAIN OPERATING SYSTEM ESSENTIALS HIGH-SPEED, SCALABLE DEDUPLICATION Up to 58.7 TB/hr performance Reduces protection storage requirements by 10 to 30x CPU-centric scalability DATA INVULNERABILITY ARCHITECTURE Inline write/read

More information

Infortrend EonNAS 3000 and 5000: Key System Features

Infortrend EonNAS 3000 and 5000: Key System Features Infortrend EonNAS 3000 and 5000: Key System Features White paper Abstract This document introduces Infortrend s EonNAS 3000 and 5000 systems and analyzes key features available on these systems. Table

More information

Using HP StoreOnce D2D systems for Microsoft SQL Server backups

Using HP StoreOnce D2D systems for Microsoft SQL Server backups Technical white paper Using HP StoreOnce D2D systems for Microsoft SQL Server backups Table of contents Executive summary 2 Introduction 2 Technology overview 2 HP StoreOnce D2D systems key features and

More information

How To Build A Cisco Ukcsob420 M3 Blade Server

How To Build A Cisco Ukcsob420 M3 Blade Server Data Sheet Cisco UCS B420 M3 Blade Server Product Overview The Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS B-Series Blade Servers and C-Series Rack Servers with networking and storage

More information

Real-time Compression: Achieving storage efficiency throughout the data lifecycle

Real-time Compression: Achieving storage efficiency throughout the data lifecycle Real-time Compression: Achieving storage efficiency throughout the data lifecycle By Deni Connor, founding analyst Patrick Corrigan, senior analyst July 2011 F or many companies the growth in the volume

More information

Technology Insight Series

Technology Insight Series Data Protection in a Unified Storage Environment John Webster June, 2012 Technology Insight Series Evaluator Group Copyright 2012 Evaluator Group, Inc. All rights reserved. Page 1 of 6 Are traditional

More information

Meeting Increased Storage and Infrastructure Needs Accelerate Business Success

Meeting Increased Storage and Infrastructure Needs Accelerate Business Success Meeting Increased Storage and Infrastructure Needs Accelerate Business Success 2 Agenda IT Challenges Trends Standards Innovations & efficiencies Questions? 3 IT Challenges Budgets/Funding People Growth

More information

WHITE PAPER. www.fusionstorm.com. Get Ready for Big Data:

WHITE PAPER. www.fusionstorm.com. Get Ready for Big Data: WHitE PaPER: Easing the Way to the cloud: 1 WHITE PAPER Get Ready for Big Data: How Scale-Out NaS Delivers the Scalability, Performance, Resilience and manageability that Big Data Environments Demand 2

More information