Strong Consistency versus Weak Consistency

Size: px
Start display at page:

Download "Strong Consistency versus Weak Consistency"

Transcription

1 Enterprise Strategy Group Getting to the bigger truth. White Paper Strong Consistency versus Weak Consistency Why You Should Start from a Position of Strength By Terri McClure, ESG Senior Analyst August 2016 This ESG White Paper was commissioned by HGST, a Western Digital Brand, and is distributed under license from ESG.

2 White Paper: Strong Consistency versus Weak Consistency 2 Contents Building for Scale... 3 Consistency: Why It Matters... 4 Consistency Models... 5 Consistency Considerations... 5 Strong Consistency: What Is It and When Would You Use It?... 6 Weak Consistency: What Is It and When Would You Use It?... 6 The Bigger Truth... 7

3 White Paper: Strong Consistency versus Weak Consistency 3 Building for Scale We are seeing a fundamental shift in how we architect the storage environment for unstructured data. Unstructured data is the bulk of data under management it is made up of documents, presentations, log files, images, videos, and all the other core bits and pieces that enable us to share information, communicate with one another and the outside world, and efficiently do our jobs. Much of this data needs to be retained for some long period of time medical records for the life of the patient, and mortgage documents for the life of the mortgage plus another seven years, for instance. This data grows and builds until the storage systems (typically NAS arrays or Windows File Servers) that contain it are bursting at the seams. Then we add another NAS array to the mix. And another. And another. And before you know it, hundreds of NAS arrays are spread throughout the organization, data is everywhere, and it takes an army of people just to manage it and ensure data is protected and retained. The problem certainly isn t going away on its own. It s getting worse. Advances in imaging and graphics technology mean that we are seeing very rich detail in our medical images, photos, videos, and PowerPoint presentations. But this detail comes at a price. For example, a 60-minute video recorded in standard definition (SD), uncompressed, consumes just under 90 GB of storage capacity. In high definition (HD), it consumes just under 440 GB. Because of advances such as these, the data growth challenge is accelerating. Challenges arise in managing, retaining, and protecting large and growing data sets. This is all driving more organizations to shift how they approach unstructured data storage and take a look at scalable, efficient, long-term options. Active archives allow data to be retrieved for reuse (for example, medical images for diagnosis, or video clips for an outtake reel) yet stored in a highly efficient manner for a long period of time. Data growth is driving the adoption of object storage technology, which was created to meet these needs. There are clear benefits to deploying object storage to handle the data growth challenge. Challenges in managing, retaining, and protecting large and growing data sets are driving more organizations to shift how they approach unstructured data storage and take a look at scalable, efficient, long-term options. The primary drivers for object storage adoption are all somehow related to easing the challenges associated with storing and managing ever-growing data sets: reduction in CapEx thanks to a reduction in the number of systems under management and better density/storage efficiency; simplified management; reduction in OpEx; and use of object storage as a foundation for a private cloud, among other things (see Figure 1). In recent ESG research, only 5% of the 323 storage decision makers surveyed had no plans or interest in object storage technology the other 95% are investigating object storage, planning to deploy it, or have already deployed it. 1 1 Source: ESG Research Report, 2015 Data Storage Market Trends, October 2015.

4 White Paper: Strong Consistency versus Weak Consistency 4 Figure 1. Object Storage Adoption Drivers To the best of your knowledge, which of the following factors are responsible for your organization s initial deployment or consideration of object storage technology? (Percent of respondents, N=305) Reduction in capital expenditures Simplified management of unstructured data Reduction in operational expenditures Foundation for cloud-based storage solution Total cost of ownership (TCO) Repository for data collected as part of BI/analytics initiatives Improved regulatory compliance Repository for archived data Don't know 13% 49% 15% 48% 12% 46% 17% 45% 13% 44% 11% 42% 10% 41% 8% 39% 1% 1% 0% 20% 40% 60% Most important factor driving deployment or consideration of object storage technology All factors driving initial deployment or consideration of object storage technology Source: Enterprise Strategy Group, 2016 These are compelling benefits. In fact, 45% of those organizations that have deployed, plan to deploy, or have an interest in object stores plan to significantly reduce their NAS footprint, while 25% plan to eliminate NAS completely! 2 Object storage solutions were designed to solve the challenges of protecting massive capacity environments where traditional backup is often not an option. Object storage architectures provide robust protection by expecting multifailure scenarios to be common occurrences. In any scale-out system, consistency of data across the nodes is a core consideration. Consistency is the guarantee that the state of the data can be brought back to a valid state with the most recently completed transaction. Within enterprises, this is normally done with hardware and software designed to work together to provide the highest levels of consistency (strong consistency). In object stores, however, there are two consistency models: strong and weak. Consistency: Why It Matters Achieving availability at scale is a complex challenge that traditional, rigidly configured scale-up NAS systems simply cannot meet. In order to achieve cloudscale, large, object-based, multi-node, or clustered scale-out systems are a core architectural requirement, but balancing performance and availability across these clusters is a challenge. For example, the same piece of unstructured content may be stored in and accessed from multiple nodes, so data in the nodes must maintain some level of consistency to return the most current data lack of consistency means running the risk of users obtaining, and acting on, stale or incorrect data. 2 ibid.

5 White Paper: Strong Consistency versus Weak Consistency 5 Two consistency models are in use today: weak consistency (sometimes referred to as eventual consistency) and strong consistency. Understanding the differences in consistency approaches can help IT administrators, architects, cloud builders, and executives decide which model may work best for their workloads, and whether data inconsistencies are acceptable for their particular applications. Consistency Models At a high level, weak consistency models are widely deployed in cloud infrastructures in order to manage the exponential growth of unstructured data when getting any data at all is more important than getting the most up-todate data. Strong consistency models, which have historically been optimized for file systems and block storage to support operating system and database uses, are employed when having the most up-to-date and consistent information is essential for applications, such as for financial transactions or statistics. You can use strong consistency and still get to cloud scale with the right system. But IT must take a lot of elements into consideration when choosing which model to deploy. Consistency Considerations Data is in a consistent state when any changes to that data are written to all nodes where data is housed, or, more specifically, all nodes where replicas (or erasure-coded data) exist. This is a nuance associated with scale-out systems (as opposed to more traditional scale-up systems). Any system with finite controller resources is a scale-up system and cannot scale out, whereas distributed systems in which controller resources get added with each node (along with memory and storage capacity) can scale out. Object stores are typically based on scale-out architectures, which add processing and storage capacity as systems grow that is part of the secret sauce that allows object stores to scale. That s not to say they can t scale up by adding bulk capacity to a single node they typically can do this as well. The other part of the secret sauce is how the system manages storing and protecting data. In scale-out object stores, data is often protected by storing copies of data or segments of erasure code on multiple nodes so that if one node fails, the data can be retrieved from another node (in the case of storing exact copies), or can be rebuilt from the remaining erasure-coded data. Erasure coding is similar to RAID where failure protection can be provided without a direct multiplication of the raw capacity by using parity information. The difference between erasure coding and RAID is that erasure coding is more flexible and can be distributed across multiple drives, nodes, or even sites for multi-site failure survivability. Due to the natural alignment of massive content repositories and multi-site failure survivability, erasure coding saw its earliest implementations in object storage. Erasure-coded schemes can provide the flexibility to protect against a large number of simultaneous failures, if desired, which may not be feasible when using a replica-based protection approach. For example, HGST s Active Archive System, and its BitSpread technology, can tolerate up to five simultaneous failures with no data loss. It uses an advanced erasure coding (18/5) that forces the data across a wide variety of nodes to enhance durability (15 nines), availability (6 nines), and performance. This differs from the Reed Solomon erasure coding, often used in weak consistency models, which has a fixed structure that is difficult to grow and can cause hot spots that impact performance. Advanced erasure coding can take more CPU, but CPU is getting cheaper every day, and the tradeoff is that you get a more flexible architecture that is dynamic and grows more easily. Of course, the more failures the system is designed to withstand, the larger the potential hardware investment, so it is important to understand how higher resiliency affects the cost of the solution and thus balance expectations accordingly. Many object stores that store multiple copies of data allow users to specify how many copies are required to meet availability requirements typically three is the recommended amount. This generally means that only three of the nodes in the cluster will have a copy of a particular object. When erasure code is employed, the data can be striped

6 White Paper: Strong Consistency versus Weak Consistency 6 across many nodes, and depending upon the implementation, potentially all nodes. Solutions such as HGST s Active Archive System with BitSpread technology will distribute the code across as many racks, nodes, shelves, and drives as possible, helping to reduce latency for rebuilds and enabling strong consistency at scale. For both of these models, multiple disks or complete nodes can fail while data remains available, which is why multi-node scale-out systems are ideal for meeting the cost, scale, and availability requirements of public and private cloud environments. In any scale-out system, consistency of data across the nodes is a key consideration. Consistency is the guarantee that data can be brought back to a valid state with the most recently completed transaction. Within enterprises, this is normally achieved through hardware and software designed to work together to provide the highest levels of consistency (strong consistency). Real-time analytics is a great case for strong consistency, and it is often based on unstructured data. However, it should be remembered that the highest levels of consistency are not always necessary; realizing a consistent state for each transaction as with strong consistency can be more challenging when it comes to widely dispersed, multi-site configurations. Strong consistency adds latency, which is dependent on geographical distance spreads. For example, operating systems need consistency and databases with transactions need strong consistency, but backup files, log files, and unstructured data operations that can be batched and do not require real-time data do not need that same level of consistency. This situation has led to the emergence of weak consistency models that can allow storage systems to scale geographically even as they meet generally higher performance and availability requirements. Strong Consistency: What Is It and When Would You Use It? The state of strong consistency occurs when data is written to all nodes for the purposes of protection, and reads are guaranteed to return the most recent data regardless of which node delivers the data. In this environment, all nodes must be queried to ensure that all updates have been written to all nodes and the read is returning the most recent copy. In other words, strong consistency guarantees that the database is in a consistent state when a transaction is finished and before the next transaction can be handled. This is how most data center storage arrays and POSIX-compliant file systems support business and back-office applications, as well as virtual machines that absolutely must return the most recent data and maintain transactional consistency across all copies. For example, when removing money from one bank account and adding it to another, the total balance for both accounts should be the same as it was before the transactions. The strong consistency model is required for real-time systems. Strong consistency offers a positive user experience when having the most up-to-date data is paramount, as in financial transactions or other relational database types of applications. However, strong consistency may imply a compromise on the scalability and performance of the system. Weak Consistency: What Is It and When Would You Use It? Weak consistency changes the rules slightly. In this model, when data is written across multiple nodes for data protection purposes, the read returns the version it finds first, whether or not it is the most recent version. In the weak consistency model, there is a guarantee that the system will eventually become consistent and have the most up-to-date version of data for all copies of the data. While that is determined, however, reads are not held until the cluster reaches a consistent state. Weak consistency only matters when you need to change something (e.g., overwrite all or part of a piece of data), so it can be very effective for certain data types. Like the strong consistency model, certain use cases for the weak consistency technology make it a good design choice that optimizes other factors, such as performance and scalability, which are particularly important for massive, highly distributed infrastructures with lots of unstructured data serving global sites. Examples include follower lists on Twitter, friend lists on Facebook, and log data for scientific applications. In general, any use cases in which

7 White Paper: Strong Consistency versus Weak Consistency 7 providing an answer is more important than providing the most up-to-date answer can be served well by weak consistency. If the users of an application will not notice (user-perceived consistency) or care if updates are reflected consistently at all times, then weak consistency could make sense for its read performance benefits and scalability. But in cases where stale data could present a problem, such as financial transactions or other systems that require real-time data, the tradeoff for scale or performance introduces business risk. The Bigger Truth Storage strategies have become critically important as users struggle to keep up with the exponentially increasing speed of unstructured data growth. Deploying the right storage model with the right consistency model is key to transforming the storage infrastructure to meet today s needs: It is how IT can help its company achieve new levels of scale and flexibility at a much better cost point than using traditional NAS or SAN storage. But it is no longer necessarily a choice between scale, performance, and consistency. Solutions such as HGST s Active Archive System enable strong consistency and at cloud scale.

8 All trademark names are property of their respective companies. Information contained in this publication has been obtained by sources The Enterprise Strategy Group (ESG) considers to be reliable but is not warranted by ESG. This publication may contain opinions of ESG, which are subject to change from time to time. This publication is copyrighted by The Enterprise Strategy Group, Inc. Any reproduction or redistribution of this publication, in whole or in part, whether in hard-copy format, electronically, or otherwise to persons not authorized to receive it, without the express consent of The Enterprise Strategy Group, Inc., is in violation of U.S. copyright law and will be subject to an action for civil damages and, if applicable, criminal prosecution. Should you have any questions, please contact ESG Client Relations at Enterprise Strategy Group is an IT analyst, research, validation, and strategy firm that provides actionable insight and intelligence to the global IT community by The Enterprise Strategy Group, Inc. All Rights Reserved. P

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight ESG Lab Review InterSystems Data Platform: A Unified, Efficient Data Platform for Fast Business Insight Date: April 218 Author: Kerry Dolan, Senior IT Validation Analyst Abstract Enterprise Strategy Group

More information

Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale

Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale Enterprise Strategy Group Getting to the bigger truth. White Paper Hyperconverged Infrastructure: Cost-effectively Simplifying IT to Improve Business Agility at Scale By Mike Leone, ESG Senior Analyst;

More information

Efficient Data Center Virtualization Requires All-flash Storage

Efficient Data Center Virtualization Requires All-flash Storage White Paper Efficient Data Center Virtualization Requires All-flash Storage By Scott Sinclair, Storage Analyst November 2015 This ESG White Paper was commissioned by Pure Storage and is distributed under

More information

Dell EMC Hyperconverged Portfolio: Solutions that Cover the Use Case Spectrum

Dell EMC Hyperconverged Portfolio: Solutions that Cover the Use Case Spectrum Enterprise Strategy Group Getting to the bigger truth. White Paper Dell EMC Hyperconverged Portfolio: Solutions that Cover the Use Case Spectrum Broad Portfolio that Meets the Wide Variety of Customer

More information

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010.

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010. Market Report Scale-out 2.0: Simple, Scalable, Services- Oriented Storage Scale-out Storage Meets the Enterprise By Terri McClure June 2010 Market Report: Scale-out 2.0: Simple, Scalable, Services-Oriented

More information

Enabling Hybrid Cloud Transformation

Enabling Hybrid Cloud Transformation Enterprise Strategy Group Getting to the bigger truth. White Paper Enabling Hybrid Cloud Transformation By Scott Sinclair, ESG Senior Analyst November 2018 This ESG White Paper was commissioned by Primary

More information

VMAX3: Adaptable Enterprise Resiliency

VMAX3: Adaptable Enterprise Resiliency ESG Solution Showcase VMAX3: Adaptable Enterprise Resiliency Date: August 2015 Author: Scott Sinclair, Analyst Abstract: As enterprises respond to the ever- present reality of rapid data growth, IT organizations

More information

Dell EMC Isilon All-Flash

Dell EMC Isilon All-Flash Enterprise Strategy Group Getting to the bigger truth. ESG Lab Validation Dell EMC Isilon All-Flash Scale-out All-flash Storage for Demanding Unstructured Data Workloads By Tony Palmer, Senior Lab Analyst

More information

White. Paper. EMC Isilon Scale-out Without Compromise. July, 2012

White. Paper. EMC Isilon Scale-out Without Compromise. July, 2012 White Paper EMC Isilon Scale-out Without Compromise By Terri McClure, Senior Analyst July, 2012 This ESG White Paper was commissioned by EMC and is distributed under license from ESG. 2012, The Enterprise

More information

Software-defined Storage by Veritas

Software-defined Storage by Veritas ESG Technology Showcase Software-defined Storage by Veritas Date: August 2015 Author: Scott Sinclair, Analyst Abstract: The days of enterprise storage technology being predominantly constrained to specific

More information

(TBD GB/hour) was validated by ESG Lab

(TBD GB/hour) was validated by ESG Lab (TBD GB/hour) was validated by ESG Lab Enterprise Strategy Group Getting to the bigger truth. ESG Lab Review Protecting Virtual Environments with Spectrum Protect Plus from IBM Date: November 2017 Author:

More information

Who Better than Dell EMC to Offer Best-for-VMware Data Protection?

Who Better than Dell EMC to Offer Best-for-VMware Data Protection? Enterprise Strategy Group Getting to the bigger truth. Solution Showcase Who Better than Dell EMC to Offer Best-for-VMware Data Protection? Date: August 2017 Author: Jason Buffington, Principal Analyst

More information

Abstract: Data Protection Cloud Strategies

Abstract: Data Protection Cloud Strategies Enterprise Strategy Group Getting to the bigger truth. Research Report Abstract: Data Protection Cloud Strategies Considerations for Organizations Seeking to Utilize Cloud Services as Part of Their Data

More information

Best Practices in Cloud-powered Data Protection

Best Practices in Cloud-powered Data Protection Enterprise Strategy Group Getting to the bigger truth. Solution Showcase Best Practices in Cloud-powered Data Protection Date: December 2016 Authors: Jason Buffington, Principal Analyst; and Monya Keane,

More information

Analyzing the Economic Benefits of the HPE SimpliVity 380 All-flash Hyperconverged Portfolio

Analyzing the Economic Benefits of the HPE SimpliVity 380 All-flash Hyperconverged Portfolio Enterprise Strategy Group Getting to the bigger truth. ESG Economic Value Audit Analyzing the Economic Benefits of the HPE SimpliVity 380 All-flash Hyperconverged Portfolio By Mike Leone, Senior IT Validation

More information

Cloud Migration Strategies

Cloud Migration Strategies Enterprise Strategy Group Getting to the bigger truth. Research Insights Paper Cloud Migration Strategies Mapping the Journey to Successful Cloud Adoption By Dan Conde, ESG Analyst; and Leah Matuson, Research

More information

Analyzing the Economic Benefits of Datrium Cloud DVX

Analyzing the Economic Benefits of Datrium Cloud DVX Enterprise Strategy Group Getting to the bigger truth. ESG Economic Value Validation Analyzing the Economic Benefits of Datrium Cloud DVX By Kerry Dolan, Senior IT Validation Analyst May 2018 Executive

More information

Closing the Hybrid Cloud Security Gap with Cavirin

Closing the Hybrid Cloud Security Gap with Cavirin Enterprise Strategy Group Getting to the bigger truth. Solution Showcase Closing the Hybrid Cloud Security Gap with Cavirin Date: June 2018 Author: Doug Cahill, Senior Analyst Abstract: Most organizations

More information

The Role of Converged and Hyper-converged Infrastructure in IT Transformation

The Role of Converged and Hyper-converged Infrastructure in IT Transformation Enterprise Strategy Group Getting to the bigger truth. ESG Research Insights Brief The Role of Converged and Hyper-converged Infrastructure in IT Transformation The Quantified Effects of Organizational

More information

Veritas Resiliency Platform: The Moniker Is New, but the Pedigree Is Solid

Veritas Resiliency Platform: The Moniker Is New, but the Pedigree Is Solid Enterprise Strategy Group Getting to the bigger truth. SOLUTION SHOWCASE Veritas Resiliency Platform: The Moniker Is New, but the Pedigree Is Solid Date: September 2015 Authors: Jason Buffington, Senior

More information

Flash Storage-based Data Protection with HPE

Flash Storage-based Data Protection with HPE Enterprise Strategy Group Getting to the bigger truth. Solution Showcase Flash Storage-based Data Protection with HPE Date: August 2018 Author: Christophe Bertrand, Senior Analyst Abstract: Solid-state

More information

ESG Research. Executive Summary. By Jon Oltsik, Senior Principal Analyst, and Colm Keegan, Senior Analyst

ESG Research. Executive Summary. By Jon Oltsik, Senior Principal Analyst, and Colm Keegan, Senior Analyst ESG Research Executive Summary The Expanding Role and Importance of Application Delivery Controllers (ADCs) By Jon Oltsik, Senior Principal Analyst, and Colm Keegan, Senior Analyst February 2015 This ESG

More information

Technical Review Managing Risk, Complexity, and Cost with SanerNow Endpoint Security and Management Platform

Technical Review Managing Risk, Complexity, and Cost with SanerNow Endpoint Security and Management Platform Technical Review Managing Risk, Complexity, and Cost with SanerNow Endpoint Security and Management Platform Date: October, 2018 Author: Jack Poller, Sr. Analyst The Challenges Enterprise Strategy Group

More information

Video Surveillance Solutions from EMC and Brocade: Scalable and Future-proof

Video Surveillance Solutions from EMC and Brocade: Scalable and Future-proof White Paper Video Surveillance Solutions from EMC and Brocade: Scalable and Future-proof By Dan Conde, Analyst December 2015 This ESG White Paper was commissioned by EMC and Brocade and is distributed

More information

ActiveScale Erasure Coding and Self Protecting Technologies

ActiveScale Erasure Coding and Self Protecting Technologies WHITE PAPER AUGUST 2018 ActiveScale Erasure Coding and Self Protecting Technologies BitSpread Erasure Coding and BitDynamics Data Integrity and Repair Technologies within The ActiveScale Object Storage

More information

Economic Benefit Analysis of On-premises Object Storage versus Public Cloud

Economic Benefit Analysis of On-premises Object Storage versus Public Cloud Enterprise Strategy Group Getting to the bigger truth. ESG Economic Validation Dell EMC ECS Economic Benefit Analysis of On-premises Object Storage versus Public Cloud By Tony Palmer, ESG Senior Validation

More information

Flash Storage Fuels IT Transformation

Flash Storage Fuels IT Transformation Enterprise Strategy Group Getting to the bigger truth. ESG Research Insights Brief Flash Storage Fuels IT Transformation The Quantified Impacts of Organizational Flash Storage Use Date: May 2018 Authors:

More information

HPE SimpliVity Hyperconverged Infrastructure for VDI Environments

HPE SimpliVity Hyperconverged Infrastructure for VDI Environments Enterprise Strategy Group Getting to the bigger truth. ESG Technical Review HPE SimpliVity Hyperconverged Infrastructure for VDI Environments Date: June 2017 Author: Mike Leone, Senior Validation Analyst

More information

ESG Lab Review Accelerating Time to Value: Automated SAN and Federated Zoning with HPE 3PAR and Smart SAN for 3PAR

ESG Lab Review Accelerating Time to Value: Automated SAN and Federated Zoning with HPE 3PAR and Smart SAN for 3PAR ESG Lab Review Accelerating Time to Value: Automated SAN and Federated Zoning with HPE 3PAR and Smart SAN for 3PAR Date: May 2018 Author: Jack Poller, Senior Analyst Abstract This ESG Lab Review documents

More information

Reference Research: Disk-based Storage Capacity Trends Date: September 2012 Author: Bill Lundell, Senior Research Analyst

Reference Research: Disk-based Storage Capacity Trends Date: September 2012 Author: Bill Lundell, Senior Research Analyst Research Brief Reference Research: Disk-based Storage Capacity Trends Date: September 2012 Author: Bill Lundell, Senior Research Analyst Abstract: ESG Reference Research includes data-centric reports and

More information

ActiveScale Erasure Coding and Self Protecting Technologies

ActiveScale Erasure Coding and Self Protecting Technologies NOVEMBER 2017 ActiveScale Erasure Coding and Self Protecting Technologies BitSpread Erasure Coding and BitDynamics Data Integrity and Repair Technologies within The ActiveScale Object Storage System Software

More information

Cat Herding. Why It s Time for a Millennial Approach to Storage. Cloud Expo East Western Digital Corporation All rights reserved 01/25/2016

Cat Herding. Why It s Time for a Millennial Approach to Storage. Cloud Expo East Western Digital Corporation All rights reserved 01/25/2016 Cat Herding Why It s Time for a Millennial Approach to Storage Cloud Expo East 1 A Time and Place for Everything The PC Movement of the 1980 s put pressure on mainframe storage architects In 1987 the RAID

More information

NEC HYDRAstor Date: September, 2009 Author: Terri McClure, Senior Analyst, and Lauren Whitehouse, Senior Analyst

NEC HYDRAstor Date: September, 2009 Author: Terri McClure, Senior Analyst, and Lauren Whitehouse, Senior Analyst Product Brief NEC HYDRAstor Date: September, 2009 Author: Terri McClure, Senior Analyst, and Lauren Whitehouse, Senior Analyst Abstract: With its latest HYDRAstor release, NEC has rounded out the platform

More information

Seeing Past the Hype: Understanding Converged and Hyperconverged Platforms

Seeing Past the Hype: Understanding Converged and Hyperconverged Platforms Enterprise Strategy Group Getting to the bigger truth. White Paper Seeing Past the Hype: Understanding Converged and Hyperconverged Platforms By Terri McClure, ESG Senior Analyst November2016 This ESG

More information

Running Splunk on VxRack FLEX

Running Splunk on VxRack FLEX ESG Technical White Paper Running Splunk on VxRack FLEX Background As organizations continue to look for ways to modernize their infrastructures by delivering a cloud-like experience onpremises, hyperconverged

More information

Simply Pure Cloud Economics 101

Simply Pure Cloud Economics 101 Enterprise Strategy Group Getting to the bigger truth. White Paper Simply Pure Cloud Economics 101 The True Costs of Public versus Hosted Private Cloud Infrastructure By Brian Garrett, Vice President,

More information

powered by Cloudian and Veritas

powered by Cloudian and Veritas Lenovo Storage DX8200C powered by Cloudian and Veritas On-site data protection for Amazon S3-compliant cloud storage. assistance from Lenovo s world-class support organization, which is rated #1 for overall

More information

Modernizing Virtual Infrastructures Using VxRack FLEX with ScaleIO

Modernizing Virtual Infrastructures Using VxRack FLEX with ScaleIO Background As organizations continue to look for ways to modernize their infrastructures by delivering a cloud-like experience onpremises, hyperconverged offerings are exceeding expectations. In fact,

More information

CONFIGURATION GUIDE WHITE PAPER JULY ActiveScale. Family Configuration Guide

CONFIGURATION GUIDE WHITE PAPER JULY ActiveScale. Family Configuration Guide WHITE PAPER JULY 2018 ActiveScale Family Configuration Guide Introduction The world is awash in a sea of data. Unstructured data from our mobile devices, emails, social media, clickstreams, log files,

More information

Analyzing the Economic Value of HPE ConvergedSystem 700 in Enterprise Environments. By Mark Bowker, Senior Analyst and Adam DeMattia, Research Analyst

Analyzing the Economic Value of HPE ConvergedSystem 700 in Enterprise Environments. By Mark Bowker, Senior Analyst and Adam DeMattia, Research Analyst Executive Summary Analyzing the Economic Value of HPE ConvergedSystem 700 in Enterprise Environments By Mark Bowker, Senior Analyst and Adam DeMattia, Research Analyst December 2014 This ESG White Paper

More information

MiTek Sapphire Build. Scalable Software for Home Building Management. ESG Lab Validation. By Brian Garrett, Vice President, ESG Lab April 2017

MiTek Sapphire Build. Scalable Software for Home Building Management. ESG Lab Validation. By Brian Garrett, Vice President, ESG Lab April 2017 Enterprise Strategy Group Getting to the bigger truth. ESG Lab Validation MiTek Sapphire Build Scalable Software for Home Building Management By Brian Garrett, Vice President, ESG Lab April 2017 This ESG

More information

IBM FlashSystem 9100: Accelerate Data for the Multi-cloud Era

IBM FlashSystem 9100: Accelerate Data for the Multi-cloud Era Enterprise Strategy Group Getting to the bigger truth. White Paper IBM FlashSystem 9100: Accelerate Data for the Multi-cloud Era The NVMe-based Flash Array Core of a Modern Multi-cloud Data Center By Scott

More information

NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst

NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst ESG Lab Spotlight NetApp Clustered Data ONTAP 8.2 Storage QoS Date: June 2013 Author: Tony Palmer, Senior Lab Analyst Abstract: This ESG Lab Spotlight explores how NetApp Data ONTAP 8.2 Storage QoS can

More information

Business Benefits of Policy Based Data De-Duplication Data Footprint Reduction with Quality of Service (QoS) for Data Protection

Business Benefits of Policy Based Data De-Duplication Data Footprint Reduction with Quality of Service (QoS) for Data Protection Data Footprint Reduction with Quality of Service (QoS) for Data Protection By Greg Schulz Founder and Senior Analyst, the StorageIO Group Author The Green and Virtual Data Center (Auerbach) October 28th,

More information

Performance Evaluation Criteria for Hyperconverged Infrastructures

Performance Evaluation Criteria for Hyperconverged Infrastructures Enterprise Strategy Group Getting to the bigger truth. White Paper Performance Evaluation Criteria for Hyperconverged Infrastructures Speed, Scale, and Stability By Mike Leone, ESG Senior Analyst November

More information

The Microsoft Large Mailbox Vision

The Microsoft Large Mailbox Vision WHITE PAPER The Microsoft Large Mailbox Vision Giving users large mailboxes without breaking your budget Introduction Giving your users the ability to store more email has many advantages. Large mailboxes

More information

Converged Platforms and Solutions. Business Update and Portfolio Overview

Converged Platforms and Solutions. Business Update and Portfolio Overview Converged Platforms and Solutions Business Update and Portfolio Overview IT Drivers In Next 5 Years SCALE SCALE 30,000+ physical servers 500,000+ virtual servers Current tools won t work at this scale

More information

Always Available Dell Storage SC Series Date: October 2015 Author: Brian Garrett, VP ESG Lab

Always Available Dell Storage SC Series Date: October 2015 Author: Brian Garrett, VP ESG Lab ESG Lab Review Always Available Dell Storage SC Series Date: October 2015 Author: Brian Garrett, VP ESG Lab Abstract: This report documents ESG Lab testing of Dell Storage SC Series with a focus on the

More information

Lab Validation Report

Lab Validation Report Lab Validation Report NetApp SnapManager for Oracle Simple, Automated, Oracle Protection By Ginny Roth and Tony Palmer September 2010 Lab Validation: NetApp SnapManager for Oracle 2 Contents Introduction...

More information

ESG Lab Report. Integrated Platforms for Breakthrough Insights. The HP and Microsoft Data Management Portfolio

ESG Lab Report. Integrated Platforms for Breakthrough Insights. The HP and Microsoft Data Management Portfolio ESG Lab Report Integrated Platforms for Breakthrough Insights The HP and Microsoft Data Management Portfolio By Brian Garrett, Vice President, ESG Lab May 2013 Lab Validation: HP and Microsoft Data Management

More information

Why Converged Infrastructure?

Why Converged Infrastructure? Why Converged Infrastructure? Three reasons to consider converged infrastructure for your organization Converged infrastructure isn t just a passing trend. It s here to stay. According to a recent survey

More information

TCO REPORT. NAS File Tiering. Economic advantages of enterprise file management

TCO REPORT. NAS File Tiering. Economic advantages of enterprise file management TCO REPORT NAS File Tiering Economic advantages of enterprise file management Executive Summary Every organization is under pressure to meet the exponential growth in demand for file storage capacity.

More information

(TBD GB/hour) was validated by ESG Lab

(TBD GB/hour) was validated by ESG Lab (TBD GB/hour) was validated by ESG Lab Enterprise Strategy Group Getting to the bigger truth. ESG Lab Review Efficiently Protect Virtual Environments with Integrated Data Protection Appliances from Dell

More information

Abstract. The Challenges. The Solution: Veritas Velocity. ESG Lab Review Copy Data Management with Veritas Velocity

Abstract. The Challenges. The Solution: Veritas Velocity. ESG Lab Review Copy Data Management with Veritas Velocity ESG Lab Review Copy Data Management with Veritas Velocity Enterprise Strategy Group Getting to the bigger truth. Date: June 2017 Author: Vinny Choinski, Senior Lab Analyst; and Jason Buffington, Principal

More information

Shavlik Protect: Simplifying Patch, Threat, and Power Management Date: October 2013 Author: Mike Leone, ESG Lab Analyst

Shavlik Protect: Simplifying Patch, Threat, and Power Management Date: October 2013 Author: Mike Leone, ESG Lab Analyst ESG Lab Review Shavlik Protect: Simplifying Patch, Threat, and Power Management Date: October 2013 Author: Mike Leone, ESG Lab Analyst Abstract: This ESG Lab Review documents hands-on testing of Shavlik

More information

For Healthcare Providers: How All-Flash Storage in EHR and VDI Can Lower Costs and Improve Quality of Care

For Healthcare Providers: How All-Flash Storage in EHR and VDI Can Lower Costs and Improve Quality of Care For Healthcare Providers: How All-Flash Storage in EHR and VDI Can Lower Costs and Improve Quality of Care WHITE PAPER Table of Contents The Benefits of Flash for EHR...2 The Benefits of Flash for VDI...3

More information

Eight Tips for Better Archives. Eight Ways Cloudian Object Storage Benefits Archiving with Veritas Enterprise Vault

Eight Tips for Better  Archives. Eight Ways Cloudian Object Storage Benefits  Archiving with Veritas Enterprise Vault Eight Tips for Better Email Archives Eight Ways Cloudian Object Storage Benefits Email Archiving with Veritas Enterprise Vault Most organizations now manage terabytes, if not petabytes, of corporate and

More information

Zero Branch IT with Riverbed SteelFusion

Zero Branch IT with Riverbed SteelFusion Enterprise Strategy Group Getting to the bigger truth. Lab Review Zero Branch IT with Riverbed SteelFusion Date: March 2016 Author: Aviv Kaufmann and Jack Poller, Senior ESG Lab Analysts Abstract: This

More information

White. Paper. The Evolution of IP Storage and Its Impact on the Network. December 2014

White. Paper. The Evolution of IP Storage and Its Impact on the Network. December 2014 White Paper The Evolution of IP Storage and Its Impact on the Network By Scott Sinclair, Analyst December 2014 This ESG White Paper was commissioned by Brocade and is distributed under license from ESG.

More information

Data center interconnect for the enterprise hybrid cloud

Data center interconnect for the enterprise hybrid cloud WHITEPAPER Data center interconnect for the enterprise hybrid cloud The world is moving to the cloud. Everything from entertainment and consumer mobile applications to enterprise software and government

More information

IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage

IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage IBM Spectrum NAS, IBM Spectrum Scale and IBM Cloud Object Storage Silverton Consulting, Inc. StorInt Briefing 2017 SILVERTON CONSULTING, INC. ALL RIGHTS RESERVED Page 2 Introduction Unstructured data has

More information

Enabling IT Transformation with Modern Data Protection Strategies

Enabling IT Transformation with Modern Data Protection Strategies Enterprise Strategy Group Getting to the bigger truth. ESG Research Insights Brief Enabling IT Transformation with Modern Data Protection Strategies The Quantified Benefits of a Comprehensive Data Protection

More information

ESG Lab Review The Performance Benefits of Fibre Channel Compared to iscsi for All-flash Storage Arrays Supporting Enterprise Workloads

ESG Lab Review The Performance Benefits of Fibre Channel Compared to iscsi for All-flash Storage Arrays Supporting Enterprise Workloads Enterprise Strategy Group Getting to the bigger truth. ESG Lab Review The Performance Benefits of Fibre Channel Compared to iscsi for All-flash Storage Arrays Supporting Enterprise Workloads Date: July

More information

i365 EVault for Microsoft System Center Data Protection Manager Date: October 2010 Authors: Ginny Roth, Lab Engineer, and Tony Palmer, Senior Engineer

i365 EVault for Microsoft System Center Data Protection Manager Date: October 2010 Authors: Ginny Roth, Lab Engineer, and Tony Palmer, Senior Engineer ESG Lab Review i365 EVault for Microsoft System Center Data Protection Manager Date: October 2010 Authors: Ginny Roth, Lab Engineer, and Tony Palmer, Senior Engineer Abstract: This ESG Lab review documents

More information

SQL Server Consolidation with Server Virtualization on NetApp Storage

SQL Server Consolidation with Server Virtualization on NetApp Storage White Paper SQL Server Consolidation with Server Virtualization on NetApp Storage Generosa Litton and Richard Preston, NetApp March 2010 WP-7095 FLEXIBLE AND EFFICIENT STORAGE CONSOLIDATION FOR SQL SERVER

More information

Optimizing the Data Center with an End to End Solutions Approach

Optimizing the Data Center with an End to End Solutions Approach Optimizing the Data Center with an End to End Solutions Approach Adam Roberts Chief Solutions Architect, Director of Technical Marketing ESS SanDisk Corporation Flash Memory Summit 11-13 August 2015 August

More information

BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT

BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT BACKUP AND RECOVERY OF A HIGHLY VIRTUALIZED ENVIRONMENT Featuring Industry Perspectives from The Enterprise Strategy Group (ESG) 24 January 2013 Jason Buffington (@Jbuff), ESG Senior Analyst, Data Protection

More information

Why Enterprises Need to Optimize Their Data Centers

Why Enterprises Need to Optimize Their Data Centers White Paper Why Enterprises Need to Optimize Their Data Centers Introduction IT executives have always faced challenges when it comes to delivering the IT services needed to support changing business goals

More information

The case for cloud-based data backup

The case for cloud-based data backup IBM Global Technology Services IBM SmartCloud IBM Managed Backupi The case for cloud-based data backup IBM SmartCloud Managed Backup offers significant improvement over traditional data backup methods

More information

Simplifying and Accelerating the Transition to Hybrid Cloud Environments. By Mark Bowker, Senior Analyst and Bob Laliberte, Senior Analyst

Simplifying and Accelerating the Transition to Hybrid Cloud Environments. By Mark Bowker, Senior Analyst and Bob Laliberte, Senior Analyst White Paper Simplifying and Accelerating the Transition to Hybrid Cloud Environments Cisco Intercloud Fabric By Mark Bowker, Senior Analyst and Bob Laliberte, Senior Analyst August 2014 This ESG White

More information

WHITE PAPER. Controlling Storage Costs with Oracle Database 11g. By Brian Babineau With Bill Lundell. February, 2008

WHITE PAPER. Controlling Storage Costs with Oracle Database 11g. By Brian Babineau With Bill Lundell. February, 2008 WHITE PAPER Controlling Storage Costs with Oracle Database 11g By Brian Babineau With Bill Lundell February, 2008 Table of Contents ESG WHITE PAPER Table of Contents... i Executive Summary... 1 Introduction...

More information

Lab Validation Report

Lab Validation Report Lab Validation Report HP ConvergedSystem 200- HC StoreVirtual Rapidly Deploying an Easy- to- Manage, Reliable Virtualized Infrastructure By Mike Leone, ESG Lab Analyst August 2015 Lab Validation: HP ConvergedSystem

More information

EMC SOLUTION FOR SPLUNK

EMC SOLUTION FOR SPLUNK EMC SOLUTION FOR SPLUNK Splunk validation using all-flash EMC XtremIO and EMC Isilon scale-out NAS ABSTRACT This white paper provides details on the validation of functionality and performance of Splunk

More information

Cloud-based data backup: a buyer s guide

Cloud-based data backup: a buyer s guide IBM Global Technology Services IBM SmartCloud IBM Managed Backupi Cloud-based data backup: a buyer s guide How to choose a third-party provider to develop, implement and manage your data backup solution

More information

Technical Review Diamanti D10 Bare-metal Container Platform

Technical Review Diamanti D10 Bare-metal Container Platform Technical Review Diamanti D10 Bare-metal Container Platform Date: January 2019 Author: Kerry Dolan, Senior IT Validation Analyst Enterprise Strategy Group Getting to the bigger truth. Abstract This ESG

More information

Top 5 Reasons to Consider

Top 5 Reasons to Consider Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center White Paper Top 5 Reasons to Consider NVM Express over Fabrics For Your Cloud Data Center Major transformations are occurring

More information

Choosing the Right Cloud. ebook

Choosing the Right Cloud. ebook Choosing the Right Cloud ebook Contents Choosing the Right Cloud...3 The Cloud Explained: Public Cloud...4 The Cloud Explained: Private Cloud...5 Assessing Workload Characteristics...6 Right Application.

More information

Pivot3 vstac VDI-Simple Scalability for VMware View 5 Date: February 2012 Author: Tony Palmer, Sr. Lab Engineer/Analyst

Pivot3 vstac VDI-Simple Scalability for VMware View 5 Date: February 2012 Author: Tony Palmer, Sr. Lab Engineer/Analyst ESG Lab Review Pivot3 vstac VDI-Simple Scalability for VMware View 5 Date: February 2012 Author: Tony Palmer, Sr. Lab Engineer/Analyst Abstract: This ESG Lab review documents hands-on testing of the Pivot3

More information

Nutanix Complete Cluster Date: May 2012 Authors: Ginny Roth, Tony Palmer, and Emil Flock

Nutanix Complete Cluster Date: May 2012 Authors: Ginny Roth, Tony Palmer, and Emil Flock ESG Lab Review Nutanix Complete Cluster Date: May 2012 Authors: Ginny Roth, Tony Palmer, and Emil Flock Abstract: This ESG Lab review documents hands-on testing of the Nutanix Complete Cluster, highlighting

More information

Veritas NetBackup Appliance Family OVERVIEW BROCHURE

Veritas NetBackup Appliance Family OVERVIEW BROCHURE Veritas NetBackup Appliance Family OVERVIEW BROCHURE Veritas NETBACKUP APPLIANCES Veritas understands the shifting needs of the data center and offers NetBackup Appliances as a way for customers to simplify

More information

SD-WAN Solution How to Make the Best Choice for Your Business

SD-WAN Solution How to Make the Best Choice for Your Business HOW-TO GUIDE Choosing the Right SD-WAN Solution How to Make the Best Choice for Your Business Section Title - 1 TABLE OF CONTENTS Introduction 3 CH. 1 Why Organizations are Choosing SD-WAN 4 CH. 2 What

More information

Software-defined Storage: Fast, Safe and Efficient

Software-defined Storage: Fast, Safe and Efficient Software-defined Storage: Fast, Safe and Efficient TRY NOW Thanks to Blockchain and Intel Intelligent Storage Acceleration Library Every piece of data is required to be stored somewhere. We all know about

More information

All-Flash Storage Solution for SAP HANA:

All-Flash Storage Solution for SAP HANA: All-Flash Storage Solution for SAP HANA: Storage Considerations using SanDisk Solid State Devices WHITE PAPER Western Digital Technologies, Inc. 951 SanDisk Drive, Milpitas, CA 95035 www.sandisk.com Table

More information

Introducing SUSE Enterprise Storage 5

Introducing SUSE Enterprise Storage 5 Introducing SUSE Enterprise Storage 5 1 SUSE Enterprise Storage 5 SUSE Enterprise Storage 5 is the ideal solution for Compliance, Archive, Backup and Large Data. Customers can simplify and scale the storage

More information

ForeScout Extended Module for Splunk

ForeScout Extended Module for Splunk Enterprise Strategy Group Getting to the bigger truth. ESG Lab Review ForeScout Extended Module for Splunk Date: May 2017 Author: Tony Palmer, Senior Lab Analyst Abstract This report provides a first look

More information

IBM Data Protection for Virtual Environments: Extending IBM Spectrum Protect Solutions to VMware and Hyper-V Environments

IBM Data Protection for Virtual Environments: Extending IBM Spectrum Protect Solutions to VMware and Hyper-V Environments The Challenges ESG Lab Review IBM Data Protection for Virtual Environments: Extending IBM Spectrum Protect Solutions to VMware and Hyper-V Environments Date: August 2015 Author: Vinny Choinski, Senior

More information

QLogic 2500 Series FC HBAs Accelerate Application Performance

QLogic 2500 Series FC HBAs Accelerate Application Performance QLogic 2500 Series FC HBAs Accelerate QLogic 8Gb Fibre Channel Adapters from Cavium: Planning for Future Requirements 8Gb Performance Meets the Needs of Next-generation Data Centers EXECUTIVE SUMMARY It

More information

Increasing the Availability of VMware Virtual Machines Is about And Instead of Or

Increasing the Availability of VMware Virtual Machines Is about And Instead of Or Enterprise Strategy Group Getting to the bigger truth. Solution Showcase Increasing the Availability of VMware Virtual Machines Is about And Instead of Or Date: September 2016 Authors: Jason Buffington,

More information

Veritas Scalable File Server (SFS) Solution Brief for Energy (Oil and Gas) Industry

Veritas Scalable File Server (SFS) Solution Brief for Energy (Oil and Gas) Industry Veritas Scalable File Server (SFS) Solution Brief for Energy (Oil and Gas) Industry By Greg Schulz Founder and Senior Analyst, the StorageIO Group Author The Green and Virtual Data Center (CRC) September

More information

Cloud Strategies for Addressing IT Challenges

Cloud Strategies for Addressing IT Challenges Cloud Strategies for Addressing IT Challenges Mark Bowker Senior Analyst Enterprise Strategy Group Introduction Mark Bowker, Senior Analyst U.S. Headquarters 20 Asylum Street Milford, MA 01757 2011 Enterprise

More information

Modern Compute Is The Foundation For Your IT Transformation

Modern Compute Is The Foundation For Your IT Transformation A Forrester Consulting Thought Leadership Paper Commissioned By Dell EMC And Intel February 2018 Modern Compute Is The Foundation For Your IT Transformation Failure To Update Can Stunt Your Growth Table

More information

Colocation Goes to the Edge

Colocation Goes to the Edge Colocation Goes to the Edge DartPoints Brings Schneider Electric Edge Data Center Solutions to Where You Are DartPoints Dallas, Texas, US Contents Executive Summary 3 Overview 4 Challenge 5 Solution Approach

More information

Software Defined Storage

Software Defined Storage Software Defined Storage IBM Spectrum Portfolio Ian Hancock ian.hancock@uk.ibm.com Business challenges are IT challenges Create new business models (CEO) Transform financial & management processes (CFO)

More information

Active Archive and the State of the Industry

Active Archive and the State of the Industry Active Archive and the State of the Industry Taking Data Archiving to the Next Level Abstract This report describes the state of the active archive market. New Applications Fuel Digital Archive Market

More information

Flash Decisions: Which Solution is Right for You?

Flash Decisions: Which Solution is Right for You? Flash Decisions: Which Solution is Right for You? A Guide to Finding the Right Flash Solution Introduction Chapter 1: Why Flash Storage Now? Chapter 2: Flash Storage Options Chapter 3: Choosing the Right

More information

ESG Lab Review RingCentral Mobile Voice Quality Assurance

ESG Lab Review RingCentral Mobile Voice Quality Assurance ESG Lab Review RingCentral Mobile Voice Quality Assurance Abstract This ESG Lab Review documents hands-on testing of RingCentral Office to verify its ability to assure high quality of service (QoS) for

More information

Cisco APIC Enterprise Module Simplifies Network Operations

Cisco APIC Enterprise Module Simplifies Network Operations Cisco APIC Enterprise Module Simplifies Network Operations October 2015 Prepared by: Zeus Kerravala Cisco APIC Enterprise Module Simplifies Network Operations by Zeus Kerravala October 2015 º º º º º º

More information

Rethink Storage: The Next Generation Of Scale- Out NAS

Rethink Storage: The Next Generation Of Scale- Out NAS Rethink Storage: The Next Generation Of Scale- Out NAS Norbert Funke EMEA Product Marketing Manager, EMC Isilon 1 Agenda EMC Isilon Momentum What Is The Difference? EMC Isilon Versus Traditional Architectures

More information

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS.

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. Cloud computing is as much a paradigm shift in data center and IT management as it is a culmination of IT s capacity to drive business

More information

DDN Annual High Performance Computing Trends Survey Reveals Rising Deployment of Flash Tiers & Private/Hybrid Clouds vs.

DDN Annual High Performance Computing Trends Survey Reveals Rising Deployment of Flash Tiers & Private/Hybrid Clouds vs. DDN Annual High Performance Computing Trends Survey Reveals Rising Deployment of Flash Tiers & Private/Hybrid Clouds vs. Public for HPC HPC End Users Cite Mixed I/O as the Most Difficult Performance Challenge

More information