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

Size: px
Start display at page:

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

Transcription

1 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 Lab Report was commissioned by MiTek Industries and is distributed under license from ESG.

2 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 2 Contents Abstract... 3 The Challenges... 3 The Solution: Sapphire Build... 4 ESG Lab Validation... 5 Getting Started... 5 Performance and Scalability... 6 Scaling Performance with Multiple Databases... 7 Scaling Performance with More Server Resources Price/Performance Analysis The Bigger Truth Appendix ESG Lab Reports The goal of ESG Lab reports is to educate IT professionals about data center technology products for companies of all types and sizes. ESG Lab reports are not meant to replace the evaluation process that should be conducted before making purchasing decisions, but rather to provide insight into these emerging technologies. Our objective is to go over some of the more valuable feature/functions of products, show how they can be used to solve real customer problems and identify any areas needing improvement. ESG Lab's expert third-party perspective is based on our own hands-on testing as well as on interviews with customers who use these products in production environments.

3 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 3 Abstract ESG Lab validated testing of MiTek Sapphire Build, a software package that manages home building projects for developers. The goal of the testing was to prove that the recently enhanced scale-out architecture of the back-end transaction database can be used to support the sale and construction of more than 30,000 new homes per year. The Challenges A growing number of organizations are undergoing digital transformation initiatives with a goal of increasing employee productivity, customer satisfaction, and profitability. The real estate and home construction industries are no different. Emerging technology trends including mobility, cloud, and data analytics are being used to reduce the cost and complexity associated with coordinating the many people and processes involved in selling, configuring, building, and servicing new home construction. ESG s annual survey of IT purchasing decision makers indicates that the two most-cited desired business outcomes for IT investments are reducing costs and increasing productivity (see Figure 1). 1 A modernized building management IT infrastructure can be used to address those challenges and more, including increasing revenue and acquiring new customers. Figure 1. Highest Priority Business Outcomes over the Next 12 Months Which of the following business outcomes would you consider to be your organization s highest priorities over the next 12 months? (Percent of respondents, N=641, five responses accepted) Reducing costs Increasing productivity Improving information security 40% 39% 43% Increasing revenue Acquiring new customers Ensuring regulatory compliance 29% 31% 33% Retaining existing customers 24% Attracting, developing, and retaining employees Developing new products Entering new markets 20% 20% 19% Don't know 2% 1 Source: ESG Research Report, 2017 IT Spending Intentions Survey, March 2017.

4 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 4 The Solution: Sapphire Build Sapphire Build Enterprise Management Suite is an Internet-enabled software solution that provides collaborative management of the real estate development and home building process. Sapphire Build enables home builders to integrate their business operations into a single, unified system while providing a mobile device-enabled web portal for marketing, sales, construction operations, product development, and customer support. Sapphire Build uses a workflowbased approach, which enables companies to implement business processes for a structured approach to managing product information, product changes, vendor management, scheduling, finances, and customer information, all while maintaining flexibility and customization. An overview of the Sapphire Build architecture is depicted in Figure 2. Users including customers, sales professionals, subcontractors, and mangers access the application from a web browser or mobile device. A RESTful API is supported for integration with third-party software packages (e.g., accounting and CRM). Job requests are load balanced across the network and forwarded to one or more application servers. The front-end application servers are connected to one or more back-end Microsoft SQL Server instances including a transaction database, a temporary database, and a data warehouse. Support for multiple SQL transaction servers, making its debut in the latest release of Sapphire Build, splits the transaction database load across up to eight SQL Server instances. Figure 2. Sapphire Build Overview The Sapphire Build architecture was developed using industry-standard technologies and programming languages including ASP.NET, C#, and SQL. Sapphire Build servers (app and database) can be deployed on-premises on bare metal or virtual servers (e.g., VMware) and in the public cloud (e.g., AWS EC2). As summarized toward the bottom of Figure 2, Sapphire Build centralizes and simplifies the end-to-end workflow associated with new home construction: from marketing and sales through design, orders, production, vendor management, field build, accounting, and customer service.

5 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 5 ESG Lab Validation ESG Lab validated the recently enhanced back-end performance scalability of Sapphire Build with a real-world customer database deployed in a public cloud. Performance scalability was measured as up to eight back-end Microsoft SQL Server instances were deployed in parallel. The performance and price/performance of a single SQL Server instance running in different sizes of Amazon AWS EC2 virtual machine instances were also evaluated. Getting Started ESG Lab testing began with a quick tour of the Sapphire Build user interface with a real-world database that was harvested from an organization that is building new homes at a rate of approximately 1,500 per year. The web and mobile user interfaces were used to get a feel for the value of a centralized system of record that automates and simplifies the process of selling, configuring, building, and servicing the construction of new homes (see Figure 3). Starting in the role of a sales representative, we explored lot and home model options. Prepopulated rules and dependencies were exercised as an optional bedroom upgrade was explored. Longer running jobs with more dependencies were executed as well, including creating the production data for a new home start. The mobile user interface was used to examine a project timeline and subcontractor billing status. Figure 3. The Sapphire Build User Interface Why This Matters The traditional approach of customizing existing accounting, ERP, or CRM software to meet the complex needs of home builders is complicated and time-consuming compared with deploying purpose-built building management software. ESG Lab has validated that Sapphire Build was purpose built with a goal of simplifying and centralizing the role-based management of the home building process. Web and mobile access to a singular and consistent system of record increases employee productivity, which saves time and money.

6 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 6 Performance and Scalability The Sapphire Build architecture can be deployed in a scale-out topology to support an increasing number of concurrent users and home building processes. Multiple front-end application servers are configured behind a load balancer to scale the number of concurrent web connections and application servers running in parallel. Front-end application servers communicate with a back-end transactional instance through a virtual private network connection. Previously, one SQL Server instance was used for all data. The latest release of Sapphire Build has increased the number of supported back-end transaction SQL server instances from one to eight with a goal of supporting more concurrent users and building processes. Sapphire Build scales back-end database performance with an industry-standard technique that is generally known as datadependent routing. With data-dependent routing, the data is partitioned among multiple database instances, and either the application or a middleware service routes queries to the correct database. As shown in Figure 4, the business logic layer within a Sapphire Build application server routes database requests to the correct database. In this case, the transaction data associated with 4,500 homes is partitioned across three database servers. Each server contains only its portion of the transaction data as well as a complete copy of the master database to ensure speedy access. When a transaction request comes in, Sapphire Build s Business Logic Layer (BLL) determines which SQL server it should be routed to, and once the Data Access Layer has verified that access is permitted, the BLL directs the transaction to that server. When a transaction requires a change to the master data (e.g., a pricing update), the master data update is replicated to each of the other database servers. When transactions updates are committed, they are posted to the data warehouse in the background. Note that with this architecture, a home builder can deploy separate database instances for different regions or subsidiaries. Figure 4. Scaling Sapphire Build Throughput with Data-dependent Routing

7 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 7 Scaling Performance with Multiple Databases Sapphire Build back-end database scalability was tested with a real-world database from a customer who is building approximately 1,500 homes a year. As shown in Figure 5, the open source Apache Jmeter utility was used as a load generator and performance statistics collector. 2 The load generator forwarded job requests to one through eight Amazon AWS c4.xlarge application servers and Microsoft SQL Server database instances. Note that the web and mobile client access layers were not included in the scope of this test with a goal of isolating back-end performance and quantifying the performance improvements that can be achieved with additional database instances. More specifics about the test bed are listed in the Appendix. Figure 5. The ESG Lab Test Bed A series of transactions that simulates the process of initiating a home start was tested beginning with the acquisition of a new customer and ending with the sale and creation of production data for a new home start: Load the homepage. Create a new customer. Create three sales worksheets. Create a sales order from one of the three worksheets. Create a job associated with the design and sale of the home. Create a complete set of production data and purchase orders for the new home. It should be noted the jobs that were tested included a mix of response time-sensitive workloads (e.g., creating a new customer) and long running batch updates (e.g., creating production data) that place the most stress on the back-end database. The jmeter load generator executed the jobs in a loop with a goal of testing 60 jobs per DB Server as the number of DB Servers scaled from one to eight. The results are summarized in Figure 6 and Table. 2

8 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 8 Figure 6. Scaling Sapphire Build Throughput with Multiple Back-end Database Servers 500 Scaling Sapphire Build Throughput with Multiple Back-end Database Servers (1 to 8 SQL Server DBs, AWS c4.xlarge VMs, Sapphire Build v ) 10 Throughput (Jobs per hour) Response Time (Seconds per new customer transaction) Number of Database Servers 0 Table 1. Scaling Sapphire Build with Multiple Back-end Database Servers Concurrent SQL Server Instances One Two Scalability Four Scalability Eight Scalability Jobs per hour % % % Create customer (msec) % % % Create home (msec) % % % Create production data 175, , % 176, % 173, % Job (msec) CPU utilization (avg.) 68.53% 67.92% % 67.51% % 66.79% 96.34% Avg. SQL Server transactions per % % 1, % second Max SQL Server transactions per 673 1, % 2, % 4, % second Overall scalability (avg.) 98.54% 99.57% 94.24%

9 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 9 What the Numbers Mean The blue bars in Figure 6 depict the aggregate performance of Sapphire Build in jobs per hour as additional database servers were added and additional jobs were executed in parallel. Aggregate performance scaled in a nearly perfect linear fashion as the number of database servers scaled from one to eight. As you can see in Table, two servers scaled to within 2% of perfect linearity (98.54%) and eight scaled to 94.24%. The green dotted line depicts the job runtime in milliseconds for a response time-sensitive create customer job. As you can see in the table, create customer jobs completed in less than a second during each of the tests (0.831 to seconds). Note that the most database resource-intensive create production data job took the longest to run (175,322 milliseconds, which is about 2.9 minutes). The database servers were instrumented to capture CPU utilization and SQL Server transactions per minute during each of the test runs. Those results are listed in Table and depicted in Figure 7 and Figure 8. Figure 7 shows the real-time CPU utilization that was captured during four test runs as the number of database servers was scaled from one to eight. A consistent range of CPU utilization between about 60% and 75% was measured during the single database test. Other than a couple of dips below 50%, the CPU utilization was nearly identical during the two, four, and eight server tests. These results clearly indicate how Sapphire Build uses data-dependent routing to leverage the additional CPU horsepower provided by each of the database servers running in parallel. Figure 7. CPU Utilization 100 CPU Utilization (1 to 8 SQL Server DBs, AWS C4.xlarge VMs, Saphire Build v ) CPU Utilization (%) One DB Two DBs Four DBs Eight DBs DB1 DB2 DB3 DB4 DB5 DB6 DB7 DB8 Having proved that job performance scales in a nearly perfect linear fashion and that CPU utilization remains balanced as back-end database servers are added, ESG Lab examined SQL Server statistics to better understand what s happening

10 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 10 down at the database level. As shown below in Figure 8, the aggregate number of SQL Server transactions per second scaled in a nearly linear fashion as database servers were added. SQL Server transactions per second is a measure of the number of database transactions that are being processed by each database server. This counter, which is well known and tracked by most SQL Server database administrators, is a good indicator of how much activity is being processed by each SQL Server instance. A higher number indicates that the more work is being done by SQL Server. An impressive peak rate of 4,801 transactions per second (280,060 transactions per minute) was measured during the eight-server test. Figure 8. SQL Server Transactions per Second 6,000 SQL Server Transactions per Second (1 to 8 SQL Server DBs, AWS C4.xlarge VMs, Saphire Build v ) SQL Transactions Per Second 5,000 4,000 3,000 2,000 1, Number of Database Servers Max Average Scaling Performance with More Server Resources Next, ESG Lab examined the performance boost that can be achieved with more server resources. The same series of jobs was run against the same customer database that was used for the multi-database scalability test. A single application server and single database server were tested with AWS EC2 instances of different sizes. The first test was run with an AWS virtual machine that was the same size as the one tested during the multi-database test (c4.xlarge). Virtual machine resources were increased during subsequent tests (c4.2xlarge and c4.4xlarge). The number of jobs that were run serially was increased from 60 to 480 and the elapsed runtime was used to calculate the number of jobs per hour that a single database server can support. The results are summarized in Figure 9.

11 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 11 Figure 9. Scaling Sapphire Build Throughput with More Server Resources Scaling Sapphire Build Throughput with More Server Resources (One SQL Server DB, AWS c4.xl vs c4.2xl and c4.4xl VMs, Sapphire Build version ) c4.xlarge c4.2xlarge c4.4xlarge What the Numbers Mean This graph, which is generally known in the industry as a response-time throughput curve, provides a picture of how well an IT solution performs under duress. The best performing configuration is represented by the lowest curve (executes fastest) that extends the farthest to the right (does more work). As traffic increases along the X-axis, runtimes increase on the Y-axis. When the server becomes overloaded, the application has a hard time keeping up as queues start to fill up, runtimes elongate, and performance begins to feel sluggish to end-users. As an example, note how runtimes increased dramatically for the smallest resource-constrained c4.xlarge configuration and hit a resource limit at around 120 jobs. Upgrading from a c4.xlarge to a c4.2xlarge VM delivered a performance boost of nearly 400% at lower levels of stress (60 jobs), and nearly 600% at 120 jobs. The largest and most expensive c4.4xlarge virtual machine performed the best (480 jobs in 41 minutes). Price/Performance Analysis Finally, ESG Lab analyzed database server price/performance using publicly available AWS EC2 pricing. 3 The AWS c4.2xlarge virtual machine has double the CPU and RAM and costs twice as much as a c4.xlarge virtual machine. The c4.4xlarge virtual machine doubles resources again (16 vcpu and 30 GB of RAM) and costs twice as much as the c4.2xlarge per hour 3 AWS EC2 pricing as of March 13, 2017, as published at

12 Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 12 ($0.862/hour). An upgrade from c4.xlarge to c4.2xlarge virtual machines increased single server throughput by nearly four times (394%) during the 60 job test and nearly eight times during the 480 job test (7.6x). Taken together, those results indicate that an upgrade from xlarge to 2xlarge delivers roughly two to four times better price/performance. As you can see in Figure 10, upgrading again to a c4.4xlarge virtual machine doesn t provide the same bang for the buck. Note that for each of the tests, the c4.2xlarge configuration depicted in orange had the lowest cost per jobs per hour. Figure 10. Price Performance as SQL VMs Increase in Size Sapphire Build on AWS Price Performance Analysis (c4.xlarge, c4.2xlarge, c4.4xlarge AWS VMs; Sapphire Build v ) Price Performance (cost per jobs per hour) Jobs c4.xlarge c4.2xlarge c4.4xlarge Why This Matters A digital transformation initiative that leverages a single system of record for home builders must be able to scale to meet the needs of the business. If the solution can t scale to meet the number of homes being built annually, then multiple solutions must be deployed and managed, which adds complexity, risk, and cost. The legacy Sapphire Build architecture with a single back-end transaction database has scaled to meet the needs of organizations supporting up to 1,500 new home starts a year. ESG Lab has validated that recently introduced support for up to eight back-end database servers has increased that number to 12,000 when deployed on Amazon ECS c4.xlarge servers. Testing on a larger c4.2xlarge virtual server provided a cost-effective performance boost of four to six times. Based on these results, and the continuously improving horsepower of industry-standard server technology, ESG Lab is confident that Sapphire Build can support up to 48,000 new home starts per year. Lifting the current limit of eight SQL Servers, which is architecturally possible but not yet implemented or qualified, could increase that number to 100,000 and beyond.

13 The Bigger Truth Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 13 A growing number of organizations are embracing digital transformation initiatives that leverage powerful new technologies including data analytics, cloud computing, and mobility. ESG s 2017 IT spending intentions survey indicates that the top five most important IT initiatives over the course of 2017 include the use of data analytics for real-time business and customer insight, the use of public cloud for applications and infrastructure, and providing employees and customers with mobile access to applications and IT resources. 4 Traditionally, home building management software solutions are either highly customized ERP, CRM, or accounting software packages or a complex multi-vendor basket of applications that require customization to make the different pieces to work together. Extensive customization and integration adds complexity, time, and risk. Advanced capabilities including mobile device access and public cloud support are often missing. ESG Lab has confirmed that Sapphire Build is a purpose-built software solution for home builders that can be deployed onpremises or in a public cloud. It delivers deep analytic insight into all phases of the building process. Accessed via a web browser or mobile device, Sapphire Build provides a single system of record that can be shared by customers, employees, subcontractors, vendors, managers, and suppliers. It is important to note that the benchmark results that were presented in this report were collected under controlled conditions with a focus on back-end database performance scalability. While a real-world customer database and a prototypical job workflow that included one of the most back-end database-intensive jobs was tested, a more real-world test would include a wider mix of jobs as seen in production. Client access via a web browser or mobile device was not tested, which eliminated network congestion and latency as a potential performance scalability issue. That said, ESG Lab is pleased to report that the new scale-out database architecture of Sapphire Build can scale to manage tens of thousands of new home projects annually being accessed by hundreds of thousands of customers, employees, contractors, suppliers, and vendors. ESG Lab believes that home-building companies that wish to run their businesses, large or small, on a purpose-built application that is sold and supported by a single vendor, and that offers consistent, predictable performance should take a close look at MiTek Sapphire Build. 4 Source: ESG Research Report, 2017 IT Spending Intentions Survey, March 2017.

14 Appendix Lab Validation: MiTek Sapphire Build: Scalable Software for Home Building Management 14 Table 2. ESG Lab Test Bed Software Version Windows Server 2012 R2, Build 9600 MS SQL SQL Server Developer 64-bit, 2014 SP1 ( ) IIS 8 JMeter 2.13 Sapphire Build Virtual Machine Amazon Web Services ECS: c4.xlarge Amazon Web Services ECS: c4.2xlarge Amazon Web Services ECS: c4.4xlarge Specification 4 vcpus, 7.5GB RAM, EBS storage, 750 Mbps 8 vcpus, 15GB RAM, EBS storage, 1,000 Mbps 16 vcpus, 30GB RAM, EBS Storage, 2,000 Mbps 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 market intelligence and actionable insight to the global IT community by The Enterprise contact@esg-global.com 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

(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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Strong Consistency versus Weak Consistency

Strong Consistency versus Weak Consistency 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

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

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

Top 10 most important IT priorities over the next 12 months. (Percent of respondents, N=633, ten responses accepted)

Top 10 most important IT priorities over the next 12 months. (Percent of respondents, N=633, ten responses accepted) ESG Lab Review Sophos Security Heartbeat Date: January 2016 Author: Tony Palmer, Sr. ESG Lab Analyst; and Jack Poller, ESG Lab Analyst Abstract: This report examines the key attributes of Sophos synchronized

More information

Lab Validation Report

Lab Validation Report Lab Validation Report Citrix XenServer 6.0 Server Virtualization for Enterprise Applications By Mike Leone and Vinny Choinski January 2012 Lab Validation: Citrix XenServer 6.0 2 Contents Introduction...

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

IBM Data Protection for Virtual Environments:

IBM Data Protection for Virtual Environments: ESG Lab Review IBM Data Protection for Virtual Environments: Tivoli Storage Manager for VMware Version 7.1 and FlashCopy Manager for VMware Version 4.1 Date: August 2014 Author: Vinny Choinski, Senior

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

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

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

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

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

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING

RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING RACKSPACE ONMETAL I/O V2 OUTPERFORMS AMAZON EC2 BY UP TO 2X IN BENCHMARK TESTING EXECUTIVE SUMMARY Today, businesses are increasingly turning to cloud services for rapid deployment of apps and services.

More information

Disk-based Backup with Data De-duplication

Disk-based Backup with Data De-duplication Disk-based Backup with Data De-duplication By Claude Bouffard With Brian Garrett March, 2008 Copyright 2008, The Enterprise Strategy Group, Inc. All Rights Reserved Table of Contents...i Introduction...1

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

(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. ESG Lab Review Lumeta Spectre: Cyber Situational Awareness

Abstract. The Challenges. ESG Lab Review Lumeta Spectre: Cyber Situational Awareness ESG Lab Review Lumeta Spectre: Cyber Situational Awareness Date: September 2017 Author: Tony Palmer, Senior IT Validation Analyst Enterprise Strategy Group Getting to the bigger truth. Abstract ESG Lab

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

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

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

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

Mission-critical Workload Performance Testing of Different Hyperconverged Approaches on the Cisco Unified Computing System Platform (UCS)

Mission-critical Workload Performance Testing of Different Hyperconverged Approaches on the Cisco Unified Computing System Platform (UCS) Enterprise Strategy Group Getting to the bigger truth. Technical Validation Mission-critical Workload Performance Testing of Different Hyperconverged Approaches on the Cisco Unified Computing System Platform

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

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

Price Performance Analysis of NxtGen Vs. Amazon EC2 and Rackspace Cloud.

Price Performance Analysis of NxtGen Vs. Amazon EC2 and Rackspace Cloud. Price Performance Analysis of Vs. EC2 and Cloud. Performance Report: ECS Performance Analysis of Virtual Machines on ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads

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

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

White. Paper. The Application Deluge and Visibility Imperative. How to Ensure Network Performance for Your Business-critical Applications.

White. Paper. The Application Deluge and Visibility Imperative. How to Ensure Network Performance for Your Business-critical Applications. White Paper The Application Deluge and Visibility Imperative How to Ensure Network Performance for Your Business-critical Applications By Dan Conde, Analyst May 2015 This ESG White Paper was commissioned

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

Performance Analysis of Virtual Machines on NxtGen ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads

Performance Analysis of Virtual Machines on NxtGen ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads Performance Report: ECS Performance Analysis of Virtual Machines on ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads April 215 EXECUTIVE SUMMARY commissioned this

More information

Hybrid IT for SMBs. HPE addressing SMB and channel partner Hybrid IT demands ANALYST ANURAG AGRAWAL REPORT : HPE. October 2018

Hybrid IT for SMBs. HPE addressing SMB and channel partner Hybrid IT demands ANALYST ANURAG AGRAWAL REPORT : HPE. October 2018 V REPORT : HPE Hybrid IT for SMBs HPE addressing SMB and channel partner Hybrid IT demands October 2018 ANALYST ANURAG AGRAWAL Data You Can Rely On Analysis You Can Act Upon HPE addressing SMB and partner

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

SoftNAS Cloud Performance Evaluation on AWS

SoftNAS Cloud Performance Evaluation on AWS SoftNAS Cloud Performance Evaluation on AWS October 25, 2016 Contents SoftNAS Cloud Overview... 3 Introduction... 3 Executive Summary... 4 Key Findings for AWS:... 5 Test Methodology... 6 Performance Summary

More information

Lab Validation Report

Lab Validation Report Lab Validation Report EMC Avamar 6.0 Next Generation Backup & Recovery By Vinny Choinski with David Chapa June 2011 Lab Validation: EMC Avamar 6.0 2 Contents Introduction... 3 Background... 3 EMC Avamar

More information

BMC s Cloud Lifecycle Management

BMC s Cloud Lifecycle Management Enterprise Strategy Group Getting to the bigger truth. ESG Lab Validation BMC s Cloud Lifecycle Management Full Stack Service Provisioning, Security, and Compliance Across Cloud and Traditional Environments

More information

HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads

HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads Gen9 server blades give more performance per dollar for your investment. Executive Summary Information Technology (IT)

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

Converged Infrastructure Matures And Proves Its Value

Converged Infrastructure Matures And Proves Its Value A Custom Technology Adoption Profile Commissioned By Hewlett-Packard May 2013 Introduction Converged infrastructure (CI) solutions have been widely adopted by a range of enterprises, and they offer significant

More information

Predictive Insight, Automation and Expertise Drive Added Value for Managed Services

Predictive Insight, Automation and Expertise Drive Added Value for Managed Services Sponsored by: Cisco Services Author: Leslie Rosenberg December 2017 Predictive Insight, Automation and Expertise Drive Added Value for Managed Services IDC OPINION Competitive business leaders are challenging

More information

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER Measuring Business Intelligence Throughput on a Single Server QlikView Scalability Center Technical White Paper December 2012 qlikview.com QLIKVIEW THROUGHPUT

More information

Government IT Modernization and the Adoption of Hybrid Cloud

Government IT Modernization and the Adoption of Hybrid Cloud Government IT Modernization and the Adoption of Hybrid Cloud An IDC InfoBrief, Sponsored by VMware June 2018 Federal and National Governments Are at an Inflection Point Federal and national governments

More information

EXECUTIVE OVERVIEW. Storage. Workloads and Key Projects 2018, Quarterly Advisory Report EXECUTIVE OVERVIEW. Storage: Workloads and Key Projects, 2018

EXECUTIVE OVERVIEW. Storage. Workloads and Key Projects 2018, Quarterly Advisory Report EXECUTIVE OVERVIEW. Storage: Workloads and Key Projects, 2018 Storage Workloads and Key Projects 2018, Quarterly Advisory Report Voice of the Enterprise: Storage Voice of the Enterprise: Storage Survey Results and Analysis Workloads and Key Projects provides you

More information

Lab Validation Report

Lab Validation Report Lab Validation Report CA ARCserve Backup Enterprise-Class Data Protection and Deduplication By Brian Garrett, Tony Palmer, and Lauren Whitehouse November 2009 Lab Validation: CA ARCserve Backup 2 Contents

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

Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack

Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack Robert Collazo Systems Engineer Rackspace Hosting The Rackspace Vision Agenda Truly a New Era of Computing 70 s 80 s Mainframe Era 90

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

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

Top Priority for Hybrid IT

Top Priority for Hybrid IT Make Your Enterprise Network a Top Priority for Hybrid IT Hybrid IT has become a vital element in enterprises digital transformation strategy. But putting in place a hybrid IT framework is one thing, and

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

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

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA Evaluation report prepared under contract with HP Executive Summary The computing industry is experiencing an increasing demand for storage

More information

Lab Validation Report

Lab Validation Report Lab Validation Report EMC PowerPath vs. Windows Native MPIO Automated Data Path Management, Failover and Recovery, and Optimized Load Balancing By Vinny Choinski October 2011 Lab Validation: EMC PowerPath

More information

Lab Validation Report

Lab Validation Report Lab Validation Report Limelight Orchestrate Performance Examining the Performance of Dynamic Content Delivery Between Leading Content Delivery Networks By Aviv Kaufmann, ESG Lab Analyst and Brian Garrett,

More information

ESG FIELD AUDIT. Asigra Hybrid Cloud Backup and Recovery Solutions. By Brian Garrett With Tony Palmer. May, 2009

ESG FIELD AUDIT. Asigra Hybrid Cloud Backup and Recovery Solutions. By Brian Garrett With Tony Palmer. May, 2009 ESG FIELD AUDIT Asigra Hybrid Cloud Backup and Recovery Solutions By Brian Garrett With Tony Palmer May, 2009 Table of Contents ESG FIELD AUDIT Table of Contents... i Introduction... 1 Background... 1

More information

Optimizing Tiered Storage Workloads with Precise for Storage Tiering

Optimizing Tiered Storage Workloads with Precise for Storage Tiering Applied Technology Abstract By introducing Enterprise Flash Drives to EMC Symmetrix and CLARiiON storage systems, EMC revitalized the importance of tiered storage. Optimizing the use of these tiers provides

More information

IBM Power Systems solution for SugarCRM

IBM Power Systems solution for SugarCRM IBM Power Systems solution for SugarCRM Performance and scaling overview of Sugar on IBM Power Systems running Linux featuring the new IBM POWER8 technology Steve Pratt, Mark Nellen IBM Systems and Technology

More information

Load Dynamix Enterprise 5.2

Load Dynamix Enterprise 5.2 DATASHEET Load Dynamix Enterprise 5.2 Storage performance analytics for comprehensive workload insight Load DynamiX Enterprise software is the industry s only automated workload acquisition, workload analysis,

More information

Abstract. The Challenges. ESG Lab Review Proofpoint Advanced Threat Protection. Figure 1. Top Ten IT Skills Shortages for 2016

Abstract. The Challenges. ESG Lab Review Proofpoint Advanced Threat Protection. Figure 1. Top Ten IT Skills Shortages for 2016 ESG Lab Review Proofpoint Advanced Threat Protection Enterprise Strategy Group Getting to the bigger truth. Date: January 2017 Author: Tony Palmer, Senior Lab Analyst; and Jack Poller, Senior Lab Analyst

More information

When, Where & Why to Use NoSQL?

When, Where & Why to Use NoSQL? When, Where & Why to Use NoSQL? 1 Big data is becoming a big challenge for enterprises. Many organizations have built environments for transactional data with Relational Database Management Systems (RDBMS),

More information

The State of Cloud Monitoring

The State of Cloud Monitoring REPORT The State of Cloud Monitoring Survey Reveals Visibility is Key to Cloud Security and Performance INTRODUCTION Ixia, a Keysight business, commissioned Dimensional Research to conduct a survey measuring

More information

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release

More information

MidoNet Scalability Report

MidoNet Scalability Report MidoNet Scalability Report MidoNet Scalability Report: Virtual Performance Equivalent to Bare Metal 1 MidoNet Scalability Report MidoNet: For virtual performance equivalent to bare metal Abstract: This

More information

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades

Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation Report: Improving SQL Server Database Performance with Dot Hill AssuredSAN 4824 Flash Upgrades Evaluation report prepared under contract with Dot Hill August 2015 Executive Summary Solid state

More information

Vexata VX-100 Scalable Storage Systems Shared storage with in-memory responsiveness for database and analytics workloads

Vexata VX-100 Scalable Storage Systems Shared storage with in-memory responsiveness for database and analytics workloads ESG Lab Review Vexata VX-100 Scalable Storage Systems Shared storage with in-memory responsiveness for database and analytics workloads Date: October 2017 Author: Tony Palmer, Senior ESG Lab Analyst Enterprise

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS677 Guest Lecture Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Data Centers and Cloud Computing. Slides courtesy of Tim Wood

Data Centers and Cloud Computing. Slides courtesy of Tim Wood Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Lenovo Data Center Group. Define a different future

Lenovo Data Center Group. Define a different future Lenovo Data Center Group Define a different future Think change is hard? We don t. Concerned about the risks and complexities of transformation We see new ways to seize opportunity. Wrestling with inflexible

More information

By Brian Garrett With Claude Bouffard, Mark Bowker. March, Virtualization for Server Consolidation and Advanced Management

By Brian Garrett With Claude Bouffard, Mark Bowker. March, Virtualization for Server Consolidation and Advanced Management By Brian Garrett With Claude Bouffard, Mark Bowker March, 2008 Copyright 2008, The Enterprise Strategy Group, Inc. All Rights Reserved Table of Contents...i Introduction...1 Background...1 Virtual Iron...3

More information

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013 Performance benefits of IBM Power Systems and IBM FlashSystem for JD Edwards EnterpriseOne IBM Power 780 server with AIX and IBM FlashSystem 820 flash storage improves batch performance in a client proof

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability

Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability Hyper-Converged Infrastructure: Providing New Opportunities for Improved Availability IT teams in companies of all sizes face constant pressure to meet the Availability requirements of today s Always-On

More information

2013 Cloud Computing Outlook: Private Cloud Expected to Grow at Twice the Rate of Public Cloud

2013 Cloud Computing Outlook: Private Cloud Expected to Grow at Twice the Rate of Public Cloud Private Cloud Expected to Grow at Twice the Rate of Public Cloud In This Paper Security, privacy concerns about the cloud remain SaaS is the most popular cloud service model in use today Microsoft, Google

More information