The Backup and Recovery Guide for Cassandra

Size: px
Start display at page:

Download "The Backup and Recovery Guide for Cassandra"

Transcription

1 The Backup and Recovery Guide for Cassandra

2 EBOOK The Backup and Recovery Guide for Cassandra Introduction In today s era of big data and cloud-native environments, enterprise applications ingest and process vast amounts of information from various sources, often in real time, to deliver critical transmissions, contextual information or business insights. This data has weight. It can influence whether fleets of airplanes are grounded at gates all across the country. It can restrict customers from accessing funds from online banking. It can dictate whether millions of online retail dollars go unspent. The reliance on accurate data, and its grip on lives and business, is growing at an exponential rate like everwidening rings in a lake. Learning Objectives This ebook introduces you to backup and recovery for Cassandra, what such a solution looks like, what a journey of companies that have adopted a backup and recovery solution looks like, and how you can apply cloud data backup to improve the quality and performance of your software, and, in doing so, drive business outcomes that deliver a positive impact to the bottom line and help your company stay ahead of the competition. To support all of this data, new applications are developed and deployed on scale-out, non-relational databases, such as Apache Cassandra, MongoDB, Amazon DynamoDB or ported from traditional relational databases, such as Oracle, Microsoft SQL Server, and others. But, corruptions and operational errors (such as dropped table) by developers or database administrators (DBAs) occur in any and all enterprise IT environments. Enterprises know this, and billions have been invested in traditional data protection products to protect against such err moments. And as enterprises continue to adopt cloud applications and migrate to multi-cloud application environments, they must also be able to manage and recover at scale without data loss or corruption and with minimal application downtime. However, the irony is that data protection products, like those that exist for traditional relational databases) do not exist for today s modern, scale-out and non-relational databases supplying the new types of data that increasingly control our lives. In other words, enterprises today face a significant gap in addressing their data protection requirements. Their most valuable data, often needed 24/7 and without fail, runs absent any point-in-time backup options for that Houston, we have a problem moment. Most studies suggest that more than half of data downtime and loss is triggered by human error, corruption or virus attacks. And yes, while native database replication provides protection from hardware failures or even natural disasters, it is insufficient to meet nextgen enterprise data protection demands. Case in point: if a minor schema corruption impacts the primary data copy, it causes a multitudinous ripple effect that impacts all replicas (across the nodes of the database) down the line. Yet, even without protection, industries continue to adopt and deploy such scale-out database systems at an accelerated pace. EBOOK 2

3 Top 10 Reasons to Use Cassandra The Apache Cassandra database is the right choice of database if you are looking for scalability and high availability without compromising performance for your mission-critical applications. Additionally, Cassandra s support for replicating across multiple datacenters is best-in-class, providing lower latency for users and the peace of mind of knowing that you can survive regional outages. To that end, here s a list of the Top 10 Reasons why enterprises onboarding and deploying missioncritical applications should use Cassandra (Apache Cassandra, DataStax Enterprise). 2. Can Handle Massive Datasets If there were any questions about whether or not Cassandra is capable of handling large data sets, there is no need to look any further than the companies using it. They operate at massive scale. Netflix, Hulu, Instagram, ebay, Apple, and Spotify all have Cassandra working in interesting ways as part of their offerings. The other way you know Cassandra is up to the challenge is in use case examples. Many organizations use Cassandra for applications where data grows in an unbounded way very quickly. These include: Twitter clones, a web log analytics data warehouse, and telemetry or sensor data. 1. Easily Deals with Data Velocity, Data Variety, and Data Complexity Issues 3. Homogeneous Environment Many of the challenges associated with next-generation cloud applications center around data volume and data velocity. Is Cassandra able to handle the speed of data coming into the system? The answer is yes based on the amount of data and cluster size. Not only does Cassandra come with this ability out of the box, but there are systems of data pipeline architectures being built around ingestion speed. And to top it off, Cassandra scales linearly, making it easy to determine the right amount of capacity based on data flow. But, there are also two often overlooked components that Cassandra provides: 1) Data variety and 2) Data complexity. Data variety is an alternate way of saying that data coming into one database can come in different forms. An example of this would be sensor input from a heart monitor and sensor input from an IV both for the same patient. The second component, data complexity, extends the previous example. The heart monitor might report 100 metrics twice per second under normal operating circumstances and up to 125 metrics once per second while the wearer is sleeping. This means the write patterns, locations, and frequencies can vary. Cassandra handles these situations gracefully. Unlike some of the legacy distributed systems, Cassandra does not require outside support for synchronization. All of the required components for basic operation are built directly into Cassandra. Since Cassandra also operates in a peer-to-peer fashion, this means that there is no master-slave or sharding setup and that all nodes in the ring are equal. Additionally, there is only one machine type that an administrator needs to worry about. 4. Highly Fault Tolerant Cassandra employs many mechanisms for fault tolerance. Since Cassandra is masterless, there is no single point of failure. There is also the potential for zero downtime rolling upgrades. This is because Cassandra can support the temporary loss of multiple nodes (depending on cluster size) with negligible impact to the overall performance of the cluster. The safety net Cassandra offers extends outside of your datacenter as well. Cassandra allows you to replicate your data to other data centers and keep multiple copies in multiple locations. This helps satisfy many regulatory requirements in addition to being a part of a strong disaster recovery and business continuity plan. EBOOK 3

4 5. Proven Success Across Enterprise Applications and in Many Use Cases Already There are already many examples where Cassandra is being used effectively. Banks and other financial institutions are storing large quantities of financial data in Cassandra. Analytics companies are using Cassandra to store web analytics data. Medical companies are using Cassandra to store sensor data and other time series inputs. There are also many companies making use of Cassandra for storing IoT data. 6. Ease of Administration Cassandra is a straightforward system to administer. With Cassandra being a masterless system, all nodes in the ring are the same; a homogenous system. It s fault tolerant and can support the temporary loss of nodes with minimal impact to production performance. This means that nodes are easy to replace and the requirement to replace downed nodes immediately isn t as strict. 7. Custom Tuning There are a lot of knobs and levers that can be turned to get Cassandra to perform optimally for your workload and environment. You can setup Cassandra to operate in a way that is consistent with your workload. For example, if you write lots of log data and read infrequently, then there are configuration tweaks to be made for write heavy systems. If you write heavily to one data center and then do all your reading from another data center, then you can adjust the settings on a data center by data center basis. This idea of tuning isn t just available at the Cassandra application level, you can also tune the JVM and Java settings. This includes things like GC and logging levels. Changes can even be made by the drivers at connection time to aid in the performance of your system. 8. Core Applications A lot of work has been done on data manipulation and parsing systems to integrate with Cassandra. For instance, the full text search engine Apache Solr has been packaged to work with Cassandra to provide full featured search capabilities to an existing Cassandra database. Apache Spark, a big data analytics engine, also has been plugged in to work on an existing Cassandra database. There are entire suites of tools that can be integrated or bolted on to Cassandra to increase its capabilities. These include things like Apache Mahout, Kafka, and Zipkin just to name a few. This is important because the more tools you have available to you, the more powerful your data becomes. You also have the ability to gain more insight about your data without having to build and maintain the application systems that were previously required. 9. Excellent Monitoring Options Included in the system of tools referenced in #8 are monitoring packages. If you are a user of automated monitoring platforms like Datadog or Netuitive, you ll find examples of prepackaged agents to monitor the important parts of Cassandra. You can then tack on your own additions of other metrics that are important to you. This is made possible by Cassandra taking advantage of Java MBeans and exposing them to the client. You can use these to get at much of the internal information Cassandra uses to make its own decisions and decide on it s own health. Datastax also offers their own monitoring and control application called Opscenter. 10. Amazing Community One of the best things about any piece of software is having a great community of developers and experts available to you for help or guidance. There is a huge yearly database summit put on by Datastax, the primary backer and largest contributor of code to Cassandra. They also sponsor community events all over the world so you can meet and interact with other Cassandra developers around you. EBOOK 4

5 There are many reasons that Cassandra could be the right tool for your application. Knowing your system s requirements, workloads, and future will help you make the right choice 11 Pitfalls of Native Cassandra Backup Tools Cassandra (Apache OSS version, DataStax Enterprise Edition / DSE) is a NoSQL non-relational database that is becoming increasingly popular with the emergence of enterprise use cases such as customer 360, IoT, and personalization. One of the things to keep in mind is that you need an enterprise-grade backup and recovery solution that can effectively and efficiently protect data at scale. Although native backup tools exist, here are 11 pitfalls to avoid. 1. Level Snapshots Are Not Equal to Database Backup The method of backup in native solutions is node-bynode snapshots which are essentially local snapshot backups (i.e. hand coded scripts). This is the most rudimentary solution which means it is not scalable and is error prone. Above all, this solution does not provide a point-in-time backup so you cannot recover in the event of catastrophic data loss. 2. Increased Backup Storage Costs In a native backup solution, all replica copies are kept in backup storage. These backups are stored in the Cassandra nodes themselves, as well as in optional secondary storage. In addition, there is no special handling of compacted SSTables which means that newly generated compacted SSTtables are backed up, in addition to the original SSTables where the new stables originated from. All of this translates into increased backup storage costs. EBOOK 5

6 3. Longer Recovery Times with Repairs Upon Recovery Scripted solutions require a huge amount of manual effort to restore the data, and node-by-node restore from backup storage increases recovery time and network traffic. In addition, you need to restore all replicas during recovery which increases the time it takes for restore. But, it isn t just about the length of time. It is also the hidden cost of restore. After restoring the data, DBAs need to run cluster-wide repairs to bring the cluster to a consistent state. result in data loss or a large amount of inconsistency in a backed up data set. This is a significant limitation in any large scale production environment where nodes may fail often. In fact, you need your backup solution to perform most when failures occur. 7. Lack of Support of Time-to-Live Handling There is no ability to adjust TTL during restores. Hence, if TTL is already expired during recovery, restored data is automatically expired by Cassandra. 4. Lack of Any Point-in-Time Recovery (APIT) 8. Limited Support for Backup Storage Targets Enterprises frequently need to refresh their test and development clusters with the latest production data to enable continuous integration and continuous development. However, these clusters have different topologies (number of nodes) than production database clusters. It takes hours, if not days to refresh each cluster using native solutions leading to loss of developer productivity. Native tools are limited to choosing local file system or Amazon S3 as backup storage targets. There is no option to store backups to other S3 compatible object storage providers. Furthermore, there is no option to store backups to Google Cloud Storage or object storage targets for on-premise deployments. 9. Limited Protection Granularity Level 5. No Data Masking Option During Recovery Native tools do not give you the option to mask out certain columns during recovery of confidential data, such as personally identifiable information (PII) data. This has large implications for enterprises that handle sensitive data, including name, address, phone number, and social security number. In native solutions, only keyspace-level backup is available. There is no flexibility to back up using columnfamily level. This means all column families in a keyspace will be backed up using the same policy (backup frequency and retention). Additionally, column families that are not needed, but in the same keyspace will be backed up as well. 10. Lower Performance 6. Lack of Failure Handling Support During Backup / Recovery Operations Native solutions use sequential data streams for both backup and recovery as opposed to using parallel and distributed data movement. In a native solution, if a source node fails during backup operations, the backups for that node stop. This may EBOOK 6

7 11. Limited Data Management Use Cases Native solutions do not give you the ability to restore to a different cluster with a different topology. What this means is that you cannot use the same cluster for restore to QA/Dev/Test clusters of different topology/capacity. DSE OpsCenter 6.0 Backup Service Although native backup tools exist, here are key points to keep in mind as you look at those backup methods: Key Shortcomings: DSE OpsCenter 6.0 is only compatible with DSE clusters REST API or GUI (OpsCenter UI) Full data protection, but Point in Time restores are only supported if cluster topology is unchanged from when the backup was taken. Attempts to restore to different topology will result in failure. Commit log backups are also setup separately from snapshot backups. This feature is only available on DSE 4.6 or newer. Backup snapshots (SSTable files) are stored locally on each node, can specify additional locations such as Amazon S3 and custom location on local file system. There must be enough free disk space on each node to accommodate backups. It isn t wise to put backups on local disk. It would be best if each node use some sort of network storage mounted locally (like NFS) to avoid lost backup data in case of lost/failed node. If you do this on AWS, this means you have to setup an NFS server using EBS storage. You will pay for EBS + S3 storage. All SSTables for a particular node and table will only be stored once in S3 to optimize storage space. They didn t mention the word dedupe, however. Can enable/disable S3 server-side encryption from UI. Backup granularity per keyspace, selected multiple keyspaces, or all keyspaces in cluster. No mention of individual/selected column family backups, but admin can restore keyspace(s) and selected column families. Stores backups in native SSTable format. no mention of semantic dedupe. Therefore, storagen requirements for on-premise and cloud deployments will be greater compared to ours. Backups run automatically according to schedule or adhoc backup (create new backup policy, job runs only once). Detailed backup and recovery reports. They didn t mention specific out of the can backup reports that are included, but at least it s there. Backup retention can be setup for minutes, hours, days, and weeks. There s also Retain All to keep backups indefinitely. Native backup data encryption at rest. Can throttle backup data transfers. Can compress backup data before transmission. Compression is done before storing data. Enabling compression will impact performance on nodes since this will require CPU resources. Alerts and notifications. Restores are done via SSTableloader utility. Restore status UI is intuitive. Lists name of keyspace/ column family, completion graph, size and speed of restore. Restore throttling is also supported. No mention whether compaction and/or repair are needed steps after restore completes. EBOOK 7

8 Case Study Our Customer Achieved: ~ 67% cost reduction in secondary storage while using low cost S3 object storage With the cloud storage savings and operational ease that Datos IO RecoverX provides us, our DevOps teams are able to focus on developing IoT platform software that better serves our customers. Adrian Caceres, co-founder and CTO Ayla Networks Customer Background Key Challenges Scalability Failure Resiliency Storage Costs Our customer, Ayla Networks, is the leading Internet-of-Things (IoT) platform company that provides a number of products that enable customers to quickly connect any device, to the cloud and applications, and make meaningful decisions from their data. Application Environment Ayla Networks uses Apache Cassandra database (DataStax Enterprise) for their IoT software-as-a-service application. Consumer appliance manufacturers connect to their IoT SaaS application that is deployed in AWS Cloud over the internet and store appliance specific time-series data. Why Datos IO: Fast and reliable recovery (low RTO) Easy operational adoption Cloud-scale software only Secondary storage efficiency The Challenge Ayla Networks initially implemented a scripted snapshot-based backup and recovery solution but soon realized the cons: 1) Lack of scalability, 2) Lack of failure resiliency, and 3) Storage inefficiency, that prompted them to look elsewhere. Using a scripted solution, our customer found that the solution did not work effectively when they experienced node failures in the Cassandra database environment. Moreover, they had to spend significant manual effort and IT resources to maintain and evolve the scripted solution as their Cassandra cluster scaled according to the application needs. EBOOK 8

9 Given the critical nature of our customer-facing data, a scalable, next-generation, cloud-native backup and recovery solution is a Adrian Caceres, co-founder and CTO Ayla Networks requirement. How Did Datos IO Help? Ayla Networks deployed the 3-node RecoverX cluster across multiple Availability Zones (AZ) in Amazon AWS cloud for highavailability. The native failure handling capabilities of RecoverX provided them with the ability to backup their database under the scenario where one of the database nodes could fail. From a secondary storage perspective, this customer wanted to use cloud-native AWS S3 storage and minimize the storage costs. RecoverX allowed them to reduce their secondary storage cost by ~67% while using low-cost S3 object storage. Deployment diagram: Cassandra Cluster 2 Cassandra Cluster S3 Bucket Storage Parallel Data Transfer Parallel Data Transfer Consistency & Deduplication Control Plane Control Plane Environment details: Cassandra Cluster 1 Cassandra Cluster 2 Database Version DSE 4.8 DSE 4.8 Deployment Amazon AWS Amazon AWS Cluster Size 6-node, single DC 12-node, single DC Database Size 200GB 3TB Number of Tables ~20 ~30 Secondary Storage Type Amazon AWS S3 Amazon AWS S3 Workload Insert-heavy Insert-heavy EBOOK 9

10 Case Study Our Customer Achieved: The Datos IO team listens. Over the last 9 months, we have given them a number of product features, and the team delivers at a record pace. The Customer 1 Hour Using RecoverX, our customer was able to backup multiple Cassandra databases and recover from data loss with an SLA of 1 hour. In addition, our customer increased their compute and memory resources during peak seasons for seasonality, and was able to get the required backup performance. Our customer is a Fortune 100 home improvement retailer with thousands of brick and mortar stores in the U.S., Canada and Mexico. In addition, they have an ecommerce application that is central to their digital transformation journey. Their hyper-scale application is built with a cloud-first methodology that is deployed natively on Google Cloud Platform (GCP). The Problem Our customer s challenges can be summarized in three broad categories. The first is Backup and Recovery for Cassandra in Google Cloud. The company is in the midst of their digital transformation journey and as their online business grew, they experienced challenges in scaling their existing relational databases. They re-architected their online business application using a microservices based cloud native application architecture. This new application is deployed in Google Cloud Platform, and uses underlying Cassandra (DataStax) databases to populate information for different customer-facing platforms (cart order, inventory management, etc.). Given that their core online business is based on this web-scale ecommerce application, any data loss is detrimental for their business. Our customer requires the ability to backup multiple Cassandra databases and recover from any data loss with an SLA of 1 hour. The second category is Backup Software Elasticity. Being in the e-commerce industry, our customer experiences huge spikes in data volume during the holidays, especially Thanksgiving and Christmas. They could not rely on a static infrastructure footprint, and instead, wanted to scale resources only during peak seasons, and reduce the resources back after the season ended. This would ultimately allow them to optimize the cost of operating a data protection solution, without sacrificing highavailability. The third category is Test Cluster Refresh Using Production Data. Our customer has multiple production and test clusters, and they implement continuous integration and continuous development (CI/CD) methodologies. Initially, they had to spend a considerable amount of time refreshing their test clusters because they are of different topologies. They needed a data management solution that would automate the refresh of test clusters using production data at regular intervals. EBOOK 10

11 Key Challenges Cloud-Native Backups of Cassandra (DataStax Enterprise) Data protection SLA of 1 hour and minimize application downtime Automate refresh of test clusters using production data at regular intervals Why Datos IO: The only cloud-native data protection solution for Apache Cassandra and DataStax Enterprise in Google Cloud Cluster consistent backups that don t require repairs on recovery, leading to low RTO 80% reduction in secondary storage costs High-performance to guarantee 1-hour SLA using elastic compute/storage resources The Solution Initially, our customer s DevOps team used database native tools, but could not achieve the enterprise level data protection features that they needed. To quantify the impact of this any outage, it is estimated to be hundreds of thousands of dollars in lost business. Datos IO RecoverX was deployed by customer natively in Google Cloud environment. RecoverX software was deployed in a clustered configuration to achieve high availability. A single RecoverX cluster was deployed to protect as many as 6 Cassandra clusters with a 1-hour backup interval. The data was stored on Google Cloud Storage for cost effectiveness. The Result Using RecoverX industry-first features, the customer was able to achieve operational and capital cost savings. At the same time, they were able to meet the organizational goal of 1-hour SLA. Semantic deduplication resulted in 82% storage cost savings. Further, customer optimized its infrastructure costs by allocating appropriate compute resources depending on their application requirements. About Datos IO Datos IO is the application-centric data management company for the multi-cloud world. Our flagship Datos IO RecoverX delivers a radically novel approach to data management helping organizations embrace the cloud with confidence by delivering solutions that protect, mobilize, and monetize their data at scale. Datos IO was recently awarded Product of the Year by Storage Magazine, and was recognized by Gartner in the 2016 Hype Cycle for Storage Technologies. Backed by Lightspeed Venture Partners and True Ventures, Datos IO is headquartered in San Jose, California. EBOOK 11

The Definitive Guide to Backup and Recovery for Cassandra

The Definitive Guide to Backup and Recovery for Cassandra The Definitive Guide to Backup and Recovery for Cassandra EBOOK The Definitive Guide to Backup and Recovery for Cassandra Table of Contents Executive Summary 1. Cassandra Technology Overview 2. The Need

More information

Your Complete Guide to Backup and Recovery for MongoDB

Your Complete Guide to Backup and Recovery for MongoDB Your Complete Guide to Backup and Recovery for MongoDB EBOOK Your Complete Guide to Backup and Recovery for MongoDB Table of Contents Part I: Backup and Recovery for MongoDB Part II: Customer Case Study

More information

Introducing RecoverX 2.5

Introducing RecoverX 2.5 Backup & Recovery for Modern Applications Introducing RecoverX 2.5 Shalabh Goyal, Director, Product Management Kedar Hiremath, Product Marketing Manager November 16 th, 2017 What We Will Cover Today What

More information

Cloud Backup and Recovery for Healthcare and ecommerce

Cloud Backup and Recovery for Healthcare and ecommerce Get Your Cloud Backup On Cloud Backup and Recovery for Healthcare and ecommerce Peter Smails, Vice President, Marketing & Business Development Shalabh Goyal, Director, Product Management October 12 th,

More information

The Definitive Guide to MongoDB Backup and Recovery

The Definitive Guide to MongoDB Backup and Recovery The Definitive Guide to MongoDB Backup and Recovery EBOOK The Definitive Guide to MongoDB Backup and Recovery Table of Contents Executive Summary 1. MongoDB Technology Overview 2. The Need for Backup &

More information

Scalable backup and recovery for modern applications and NoSQL databases. Best practices for cloud-native applications and NoSQL databases on AWS

Scalable backup and recovery for modern applications and NoSQL databases. Best practices for cloud-native applications and NoSQL databases on AWS Scalable backup and recovery for modern applications and NoSQL databases Best practices for cloud-native applications and NoSQL databases on AWS NoSQL databases running on the cloud need a cloud-native

More information

SOLUTION BRIEF Fulfill the promise of the cloud

SOLUTION BRIEF Fulfill the promise of the cloud SOLUTION BRIEF Fulfill the promise of the cloud NetApp Solutions for Amazon Web Services Fulfill the promise of the cloud NetApp Cloud Volumes Service for AWS: Move and manage more workloads faster Many

More information

Simplifying Data Management. With DataStax Enterprise (DSE) OpsCenter

Simplifying Data Management. With DataStax Enterprise (DSE) OpsCenter Simplifying Data Management With DataStax Enterprise (DSE) OpsCenter CONTENTS Abstract3 Introduction 3 DSE OpsCenter 4 How Does DSE OpsCenter Work? 4 The OpsCenter Interface 4 OpsCenter Security 6 Creating

More information

Data safety for digital business. Veritas Backup Exec WHITE PAPER. One solution for hybrid, physical, and virtual environments.

Data safety for digital business. Veritas Backup Exec WHITE PAPER. One solution for hybrid, physical, and virtual environments. WHITE PAPER Data safety for digital business. One solution for hybrid, physical, and virtual environments. It s common knowledge that the cloud plays a critical role in helping organizations accomplish

More information

THE COMPLETE GUIDE COUCHBASE BACKUP & RECOVERY

THE COMPLETE GUIDE COUCHBASE BACKUP & RECOVERY THE COMPLETE GUIDE COUCHBASE BACKUP & RECOVERY INTRODUCTION Driven by the need to remain competitive and differentiate themselves, organizations are undergoing digital transformations and becoming increasingly

More information

SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility

SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility Control Any Data. Any Cloud. Anywhere. SoftNAS Cloud Data Management Products for AWS Add Breakthrough NAS Performance, Protection, Flexibility Understanding SoftNAS Cloud SoftNAS, Inc. is the #1 software-defined

More information

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM HANDOUT TOP REASONS TO CHOOSE DELL EMC OVER VEEAM 10 This handout overviews the top ten reasons why customers choose Data Protection from Dell EMC over Veeam. Dell EMC has the most comprehensive data protection

More information

Introduction to the Active Everywhere Database

Introduction to the Active Everywhere Database Introduction to the Active Everywhere Database INTRODUCTION For almost half a century, the relational database management system (RDBMS) has been the dominant model for database management. This more than

More information

Deploy Next-Generation Cloud Applications on Apache Cassandra with Datos IO RecoverX on Cisco UCS and Cisco ACI

Deploy Next-Generation Cloud Applications on Apache Cassandra with Datos IO RecoverX on Cisco UCS and Cisco ACI Deployment Guide Deploy Next-Generation Cloud Applications on Apache Cassandra with Datos IO RecoverX on Cisco UCS and Cisco ACI Executive Summary The Cisco Application Centric Infrastructure (Cisco ACI

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

Document Sub Title. Yotpo. Technical Overview 07/18/ Yotpo

Document Sub Title. Yotpo. Technical Overview 07/18/ Yotpo Document Sub Title Yotpo Technical Overview 07/18/2016 2015 Yotpo Contents Introduction... 3 Yotpo Architecture... 4 Yotpo Back Office (or B2B)... 4 Yotpo On-Site Presence... 4 Technologies... 5 Real-Time

More information

IBM Spectrum Protect Plus

IBM Spectrum Protect Plus IBM Spectrum Protect Plus Simplify data recovery and data reuse for VMs, files, databases and applications Highlights Achieve rapid VM, file, database, and application recovery Protect industry-leading

More information

Hedvig as backup target for Veeam

Hedvig as backup target for Veeam Hedvig as backup target for Veeam Solution Whitepaper Version 1.0 April 2018 Table of contents Executive overview... 3 Introduction... 3 Solution components... 4 Hedvig... 4 Hedvig Virtual Disk (vdisk)...

More information

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure

Nutanix Tech Note. Virtualizing Microsoft Applications on Web-Scale Infrastructure Nutanix Tech Note Virtualizing Microsoft Applications on Web-Scale Infrastructure The increase in virtualization of critical applications has brought significant attention to compute and storage infrastructure.

More information

Table of Contents... 2

Table of Contents... 2 5 Steps to Apache Cassandra Success with DataStax 1 2 4 3 5 Table of Contents Table of Contents... 2 Abstract... 3 Choosing the Right Database Technology... 3 Implementing a System on DataStax Enterprise...

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

Simple Data Protection for the Cloud Era

Simple Data Protection for the Cloud Era Simple Data Protection for the Era Enterprise Data Protection, Simplified Struggling with data protection? You re not alone. Many storage admins are faced with the challenge of protecting an increasing

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

StorageCraft OneXafe and Veeam 9.5

StorageCraft OneXafe and Veeam 9.5 TECHNICAL DEPLOYMENT GUIDE NOV 2018 StorageCraft OneXafe and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneXafe, compliments Veeam to create a differentiated

More information

NOSQL OPERATIONAL CHECKLIST

NOSQL OPERATIONAL CHECKLIST WHITEPAPER NOSQL NOSQL OPERATIONAL CHECKLIST NEW APPLICATION REQUIREMENTS ARE DRIVING A DATABASE REVOLUTION There is a new breed of high volume, highly distributed, and highly complex applications that

More information

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide

StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide TECHNICAL DEPLOYMENT GUIDE StorageCraft OneBlox and Veeam 9.5 Expert Deployment Guide Overview StorageCraft, with its scale-out storage solution OneBlox, compliments Veeam to create a differentiated diskbased

More information

Discover the all-flash storage company for the on-demand world

Discover the all-flash storage company for the on-demand world Discover the all-flash storage company for the on-demand world STORAGE FOR WHAT S NEXT The applications we use in our personal lives have raised the level of expectations for the user experience in enterprise

More information

THE COMPLETE GUIDE HADOOP BACKUP & RECOVERY

THE COMPLETE GUIDE HADOOP BACKUP & RECOVERY THE COMPLETE GUIDE HADOOP BACKUP & RECOVERY INTRODUCTION Driven by the need to remain competitive and differentiate themselves, organizations are undergoing digital transformations and becoming increasingly

More information

Modernize Your Backup and DR Using Actifio in AWS

Modernize Your Backup and DR Using Actifio in AWS FOR AWS Modernize Your Backup and DR Using Actifio in AWS 150105H FOR AWS Modernize Your Backup and DR Using Actifio in AWS What is Actifio? Actifio virtualizes the data that s the lifeblood of business.

More information

DATABASE SCALE WITHOUT LIMITS ON AWS

DATABASE SCALE WITHOUT LIMITS ON AWS The move to cloud computing is changing the face of the computer industry, and at the heart of this change is elastic computing. Modern applications now have diverse and demanding requirements that leverage

More information

Cloud Storage with AWS: EFS vs EBS vs S3 AHMAD KARAWASH

Cloud Storage with AWS: EFS vs EBS vs S3 AHMAD KARAWASH Cloud Storage with AWS: EFS vs EBS vs S3 AHMAD KARAWASH Cloud Storage with AWS Cloud storage is a critical component of cloud computing, holding the information used by applications. Big data analytics,

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

Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers

Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers Elevate the Conversation: Put IT Resilience into Practice for Cloud Service Providers Don Wales, VP, Global Cloud Sales Mariah West, Director, Global Marketing Programs & Operations IT Resilience Protect

More information

How to Protect SAP HANA Applications with the Data Protection Suite

How to Protect SAP HANA Applications with the Data Protection Suite White Paper Business Continuity How to Protect SAP HANA Applications with the Data Protection Suite As IT managers realize the benefits of in-memory database technology, they are accelerating their plans

More information

Cloud Confidence: Simple Seamless Secure. Dell EMC Data Protection for VMware Cloud on AWS

Cloud Confidence: Simple Seamless Secure. Dell EMC Data Protection for VMware Cloud on AWS Cloud Confidence: Simple Seamless Secure Dell EMC Data Protection for VMware Cloud on AWS Introduction From the boardroom to the data center, digital transformation has become a business imperative. Whether

More information

MAXIMIZE YOUR NUTANIX ROI WITH SURELINE SUREedge

MAXIMIZE YOUR NUTANIX ROI WITH SURELINE SUREedge SOLUTIONS BRIEF MAXIMIZE YOUR NUTANIX ROI WITH SURELINE SUREedge SUREedge delivers compelling value to Nutanix users with Migration and DR solutions AT A GLANCE Nutanix delivers an enterprise cloud platform

More information

Nutanix White Paper. Hyper-Converged Infrastructure for Enterprise Applications. Version 1.0 March Enterprise Applications on Nutanix

Nutanix White Paper. Hyper-Converged Infrastructure for Enterprise Applications. Version 1.0 March Enterprise Applications on Nutanix Nutanix White Paper Hyper-Converged Infrastructure for Enterprise Applications Version 1.0 March 2015 1 The Journey to Hyper-Converged Infrastructure The combination of hyper-convergence and web-scale

More information

Using Cohesity with Amazon Web Services (AWS)

Using Cohesity with Amazon Web Services (AWS) Using Cohesity with Amazon Web Services (AWS) Achieve your long-term retention and archival objectives for secondary data Cohesity DataPlatform is a hyperconverged secondary data and application solution

More information

Upgrade Your MuleESB with Solace s Messaging Infrastructure

Upgrade Your MuleESB with Solace s Messaging Infrastructure The era of ubiquitous connectivity is upon us. The amount of data most modern enterprises must collect, process and distribute is exploding as a result of real-time process flows, big data, ubiquitous

More information

TWOO.COM CASE STUDY CUSTOMER SUCCESS STORY

TWOO.COM CASE STUDY CUSTOMER SUCCESS STORY TWOO.COM CUSTOMER SUCCESS STORY With over 30 million users, Twoo.com is Europe s leading social discovery site. Twoo runs the world s largest scale-out SQL deployment, with 4.4 billion transactions a day

More information

Evaluating Cloud Databases for ecommerce Applications. What you need to grow your ecommerce business

Evaluating Cloud Databases for ecommerce Applications. What you need to grow your ecommerce business Evaluating Cloud Databases for ecommerce Applications What you need to grow your ecommerce business EXECUTIVE SUMMARY ecommerce is the future of not just retail but myriad industries from telecommunications

More information

Carbonite Availability. Technical overview

Carbonite Availability. Technical overview Carbonite Availability Technical overview Table of contents Executive summary The availability imperative...3 True real-time replication More efficient and better protection... 4 Robust protection Reliably

More information

Don t Jeopardize Your Business: 5 Key Business Continuity Use Cases for Cloud

Don t Jeopardize Your Business: 5 Key Business Continuity Use Cases for Cloud Don t Jeopardize Your Business: 5 Key Business Continuity Use Cases for Cloud Don t Jeopardize Your Business: 5 Key Business Continuity Use Cases for Cloud Summary Backup and recovery continue to be among

More information

How to Keep UP Through Digital Transformation with Next-Generation App Development

How to Keep UP Through Digital Transformation with Next-Generation App Development How to Keep UP Through Digital Transformation with Next-Generation App Development Peter Sjoberg Jon Olby A Look Back, A Look Forward Dedicated, data structure dependent, inefficient, virtualized Infrastructure

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

Migrating to Cassandra in the Cloud, the Netflix Way

Migrating to Cassandra in the Cloud, the Netflix Way Migrating to Cassandra in the Cloud, the Netflix Way Jason Brown - @jasobrown Senior Software Engineer, Netflix Tech History, 1998-2008 In the beginning, there was the webapp and a single database in a

More information

Opendedupe & Veritas NetBackup ARCHITECTURE OVERVIEW AND USE CASES

Opendedupe & Veritas NetBackup ARCHITECTURE OVERVIEW AND USE CASES Opendedupe & Veritas NetBackup ARCHITECTURE OVERVIEW AND USE CASES May, 2017 Contents Introduction... 2 Overview... 2 Architecture... 2 SDFS File System Service... 3 Data Writes... 3 Data Reads... 3 De-duplication

More information

Migration and Building of Data Centers in IBM SoftLayer

Migration and Building of Data Centers in IBM SoftLayer Migration and Building of Data Centers in IBM SoftLayer Advantages of IBM SoftLayer and RackWare Together IBM SoftLayer offers customers the advantage of migrating and building complex environments into

More information

ebook ADVANCED LOAD BALANCING IN THE CLOUD 5 WAYS TO SIMPLIFY THE CHAOS

ebook ADVANCED LOAD BALANCING IN THE CLOUD 5 WAYS TO SIMPLIFY THE CHAOS ebook ADVANCED LOAD BALANCING IN THE CLOUD 5 WAYS TO SIMPLIFY THE CHAOS Introduction Load balancing isn t just about managing traffic anymore. As your infrastructure expands to include applications in

More information

Actifio Test Data Management

Actifio Test Data Management Actifio Test Data Management Oracle MS SQL Faster Time To Market Start Release Time To Market (TTM) Finish Faster App Releases Faster Application Releases Faster TTM Increases Revenue Market Share Competitive

More information

Embedded Technosolutions

Embedded Technosolutions Hadoop Big Data An Important technology in IT Sector Hadoop - Big Data Oerie 90% of the worlds data was generated in the last few years. Due to the advent of new technologies, devices, and communication

More information

Microsoft Azure Databricks for data engineering. Building production data pipelines with Apache Spark in the cloud

Microsoft Azure Databricks for data engineering. Building production data pipelines with Apache Spark in the cloud Microsoft Azure Databricks for data engineering Building production data pipelines with Apache Spark in the cloud Azure Databricks As companies continue to set their sights on making data-driven decisions

More information

A guide for assembling your Jira Data Center team

A guide for assembling your Jira Data Center team A guide for assembling your Jira Data Center team Contents 01 Getting started 02 Helpful roles for your Jira Data Center team 03 Helpful expertise for your Jira Data Center team 04 Pro tips & best practices

More information

Renovating your storage infrastructure for Cloud era

Renovating your storage infrastructure for Cloud era Renovating your storage infrastructure for Cloud era Nguyen Phuc Cuong Software Defined Storage Country Sales Leader Copyright IBM Corporation 2016 2 Business SLAs Challenging Traditional Storage Approaches

More information

Cloud Computing: Making the Right Choice for Your Organization

Cloud Computing: Making the Right Choice for Your Organization Cloud Computing: Making the Right Choice for Your Organization A decade ago, cloud computing was on the leading edge. Now, 95 percent of businesses use cloud technology, and Gartner says that by 2020,

More information

Datacenter replication solution with quasardb

Datacenter replication solution with quasardb Datacenter replication solution with quasardb Technical positioning paper April 2017 Release v1.3 www.quasardb.net Contact: sales@quasardb.net Quasardb A datacenter survival guide quasardb INTRODUCTION

More information

Deploy. A step-by-step guide to successfully deploying your new app with the FileMaker Platform

Deploy. A step-by-step guide to successfully deploying your new app with the FileMaker Platform Deploy A step-by-step guide to successfully deploying your new app with the FileMaker Platform Share your custom app with your team! Now that you ve used the Plan Guide to define your custom app requirements,

More information

EBOOK. FROM DISASTER RECOVERY TO ACTIVE-ACTIVE: NuoDB AND MULTI-DATA CENTER DEPLOYMENTS

EBOOK. FROM DISASTER RECOVERY TO ACTIVE-ACTIVE: NuoDB AND MULTI-DATA CENTER DEPLOYMENTS FROM DISASTER RECOVERY TO ACTIVE-ACTIVE: NuoDB AND MULTI-DATA CENTER DEPLOYMENTS INTRODUCTION Traditionally, multi-data center strategies were deployed primarily to address disaster recovery scenarios.

More information

Hystax. Live Migration and Disaster Recovery. Hystax B.V. Copyright

Hystax. Live Migration and Disaster Recovery. Hystax B.V. Copyright Hystax Live Migration and Disaster Recovery Hystax B.V. Copyright 2016-2018 Migration and Disaster Recovery: Source and Target Platforms Source Platform Target Platform Ø VMware Ø Hyper-V Ø Amazon AWS

More information

WHITE PAPER. Header Title. Side Bar Copy. Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER

WHITE PAPER. Header Title. Side Bar Copy. Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER Side Bar Copy Header Title Header Title 5 Reasons to Consider Disaster Recovery as a Service for IBM i WHITEPAPER Introduction Due to the complexity of protecting ever-changing infrastructures and the

More information

Aurora, RDS, or On-Prem, Which is right for you

Aurora, RDS, or On-Prem, Which is right for you Aurora, RDS, or On-Prem, Which is right for you Kathy Gibbs Database Specialist TAM Katgibbs@amazon.com Santa Clara, California April 23th 25th, 2018 Agenda RDS Aurora EC2 On-Premise Wrap-up/Recommendation

More information

HPE and Micro Focus Data Protection for SAP HANA

HPE and Micro Focus Data Protection for SAP HANA SOLUTION BRIEF HPE and Micro Focus Data Protection for SAP HANA AUGUST 2018 These days the world operates in real-time all the time. Whether in making ticket purchases or getting the best deal from online

More information

White Paper. Platform9 ROI for Hybrid Clouds

White Paper. Platform9 ROI for Hybrid Clouds White Paper Platform9 ROI for Hybrid Clouds Quantifying the cost savings and benefits of moving from the Amazon Web Services (AWS) public cloud to the Platform9 hybrid cloud. Abstract Deciding whether

More information

DELL EMC TEST DRIVE. Build Confidence and Close More Deals EXPLORE TEST DRIVES BY PRODUCT

DELL EMC TEST DRIVE. Build Confidence and Close More Deals EXPLORE TEST DRIVES BY PRODUCT DELL EMC TEST DRIVE Build Confidence and Close More Deals Simplify and accelerate the sales cycle and close more deals with a hands-on Dell EMC Test Drive The Test Drive program is a pipeline acceleration

More information

FLORIDA DEPARTMENT OF TRANSPORTATION PRODUCTION BIG DATA PLATFORM

FLORIDA DEPARTMENT OF TRANSPORTATION PRODUCTION BIG DATA PLATFORM FLORIDA DEPARTMENT OF TRANSPORTATION PRODUCTION BIG DATA PLATFORM RECOMMENDATION AND JUSTIFACTION Executive Summary: VHB has been tasked by the Florida Department of Transportation District Five to design

More information

What s New in DataStax Enterprise 3.0? A Guide for Developers, Architects and IT Managers. White Paper

What s New in DataStax Enterprise 3.0? A Guide for Developers, Architects and IT Managers. White Paper What s New in DataStax Enterprise 3.0? A Guide for Developers, Architects and IT Managers White Paper BY DATASTAX CORPORATION FEBRUARY 2013 Contents Introduction 3 Why DataStax Enterprise? 3 Use Cases

More information

Disaster Recovery Is A Business Strategy

Disaster Recovery Is A Business Strategy Disaster Recovery Is A Business Strategy A White Paper By Table of Contents Preface Disaster Recovery Is a Business Strategy Disaster Recovery Is a Business Strategy... 2 Disaster Recovery: The Facts...

More information

Identifying Workloads for the Cloud

Identifying Workloads for the Cloud Identifying Workloads for the Cloud 1 This brief is based on a webinar in RightScale s I m in the Cloud Now What? series. Browse our entire library for webinars on cloud computing management. Meet our

More information

Big data streaming: Choices for high availability and disaster recovery on Microsoft Azure. By Arnab Ganguly DataCAT

Big data streaming: Choices for high availability and disaster recovery on Microsoft Azure. By Arnab Ganguly DataCAT : Choices for high availability and disaster recovery on Microsoft Azure By Arnab Ganguly DataCAT March 2019 Contents Overview... 3 The challenge of a single-region architecture... 3 Configuration considerations...

More information

Oracle Autonomous Database

Oracle Autonomous Database Oracle Autonomous Database Maria Colgan Master Product Manager Oracle Database Development August 2018 @SQLMaria #thinkautonomous Safe Harbor Statement The following is intended to outline our general

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

Become a MongoDB Replica Set Expert in Under 5 Minutes:

Become a MongoDB Replica Set Expert in Under 5 Minutes: Become a MongoDB Replica Set Expert in Under 5 Minutes: USING PERCONA SERVER FOR MONGODB IN A FAILOVER ARCHITECTURE This solution brief outlines a way to run a MongoDB replica set for read scaling in production.

More information

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW

Veritas Backup Exec. Powerful, flexible and reliable data protection designed for cloud-ready organizations. Key Features and Benefits OVERVIEW Veritas Backup Exec Powerful, flexible and reliable data protection designed for cloud-ready organizations. OVERVIEW Veritas Backup Exec is the backup solution without barriers, delivered your way. You

More information

Introduction to Database Services

Introduction to Database Services Introduction to Database Services Shaun Pearce AWS Solutions Architect 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Today s agenda Why managed database services? A non-relational

More information

Oracle Database 18c and Autonomous Database

Oracle Database 18c and Autonomous Database Oracle Database 18c and Autonomous Database Maria Colgan Oracle Database Product Management March 2018 @SQLMaria Safe Harbor Statement The following is intended to outline our general product direction.

More information

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC)

Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Veritas InfoScale Enterprise for Oracle Real Application Clusters (RAC) Manageability and availability for Oracle RAC databases Overview Veritas InfoScale Enterprise for Oracle Real Application Clusters

More information

Tintri Cloud Connector

Tintri Cloud Connector TECHNICAL WHITE PAPER Tintri Cloud Connector Technology Primer & Deployment Guide www.tintri.com Revision History Version Date Description Author 1.0 12/15/2017 Initial Release Bill Roth Table 1 - Revision

More information

ZYNSTRA TECHNICAL BRIEFING NOTE

ZYNSTRA TECHNICAL BRIEFING NOTE ZYNSTRA TECHNICAL BRIEFING NOTE Backup What is Backup? Backup is a service that forms an integral part of each Cloud Managed Server. Its purpose is to regularly store an additional copy of your data and

More information

Microsoft SQL Server on Stratus ftserver Systems

Microsoft SQL Server on Stratus ftserver Systems W H I T E P A P E R Microsoft SQL Server on Stratus ftserver Systems Security, scalability and reliability at its best Uptime that approaches six nines Significant cost savings for your business Only from

More information

Building High Performance Apps using NoSQL. Swami Sivasubramanian General Manager, AWS NoSQL

Building High Performance Apps using NoSQL. Swami Sivasubramanian General Manager, AWS NoSQL Building High Performance Apps using NoSQL Swami Sivasubramanian General Manager, AWS NoSQL Building high performance apps There is a lot to building high performance apps Scalability Performance at high

More information

Take Back Lost Revenue by Activating Virtuozzo Storage Today

Take Back Lost Revenue by Activating Virtuozzo Storage Today Take Back Lost Revenue by Activating Virtuozzo Storage Today JUNE, 2017 2017 Virtuozzo. All rights reserved. 1 Introduction New software-defined storage (SDS) solutions are enabling hosting companies to

More information

The Data Protection Rule and Hybrid Cloud Backup

The Data Protection Rule and Hybrid Cloud Backup The 3-2-1 Data Protection Rule and Hybrid Cloud Backup IT teams are under extreme pressure to improve backup, disaster recovery and data protection to eliminate downtime and facilitate digital transformation.

More information

YOUR APPLICATION S JOURNEY TO THE CLOUD. What s the best way to get cloud native capabilities for your existing applications?

YOUR APPLICATION S JOURNEY TO THE CLOUD. What s the best way to get cloud native capabilities for your existing applications? YOUR APPLICATION S JOURNEY TO THE CLOUD What s the best way to get cloud native capabilities for your existing applications? Introduction Moving applications to cloud is a priority for many IT organizations.

More information

Perfect Balance of Public and Private Cloud

Perfect Balance of Public and Private Cloud Perfect Balance of Public and Private Cloud Delivered by Fujitsu Introducing A unique and flexible range of services, designed to make moving to the public cloud fast and easier for your business. These

More information

Complete Data Protection & Disaster Recovery Solution

Complete Data Protection & Disaster Recovery Solution Complete Data Protection & Disaster Recovery Solution Quadric Software 2015 We were looking at other solutions. Alike was the best with XenServer, and none of them had Alike s compression abilities. After

More information

DEMYSTIFYING BIG DATA WITH RIAK USE CASES. Martin Schneider Basho Technologies!

DEMYSTIFYING BIG DATA WITH RIAK USE CASES. Martin Schneider Basho Technologies! DEMYSTIFYING BIG DATA WITH RIAK USE CASES Martin Schneider Basho Technologies! Agenda Defining Big Data in Regards to Riak A Series of Trade-Offs Use Cases Q & A About Basho & Riak Basho Technologies is

More information

How SD-WAN will Transform the Network. And lead to innovative, profitable business outcomes

How SD-WAN will Transform the Network. And lead to innovative, profitable business outcomes How SD-WAN will Transform the Network And lead to innovative, profitable business outcomes By 2020, more than 50 percent of WAN edge infrastructure refresh initiatives will be based on SD-WAN versus traditional

More information

The Truth About Test Data Management & Its Impact on Agile Development

The Truth About Test Data Management & Its Impact on Agile Development The Truth About Test Data Management & Its Impact on Agile Development The Truth About Test Data Management and its Impact on Agile Development Despite the agile methods and automated functionality you

More information

Oracle Exadata: Strategy and Roadmap

Oracle Exadata: Strategy and Roadmap Oracle Exadata: Strategy and Roadmap - New Technologies, Cloud, and On-Premises Juan Loaiza Senior Vice President, Database Systems Technologies, Oracle Safe Harbor Statement The following is intended

More information

EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud

EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud Contents Introduction... 3 What is VMware Cloud on AWS?... 5 Customer Benefits of Adopting VMware Cloud on AWS... 6 VMware Cloud

More information

UNITRENDS & NUTANIX ARCHITECTURE & IMPLEMENTATION GUIDE

UNITRENDS & NUTANIX ARCHITECTURE & IMPLEMENTATION GUIDE UNITRENDS & NUTANIX ARCHITECTURE & IMPLEMENTATION GUIDE ALL-IN-ONE BACKUP AND DISASTER RECOVERY FOR LEADING HYPERCONVERGED INFRASTRUCTURE 1 INTRODUCTION Nutanix and Unitrends have jointly integrated their

More information

Spotify. Scaling storage to million of users world wide. Jimmy Mårdell October 14, 2014

Spotify. Scaling storage to million of users world wide. Jimmy Mårdell October 14, 2014 Cassandra @ Spotify Scaling storage to million of users world wide! Jimmy Mårdell October 14, 2014 2 About me Jimmy Mårdell Tech Product Owner in the Cassandra team 4 years at Spotify

More information

WHITEPAPER. Embracing Containers & Microservices for future-proof application modernization

WHITEPAPER. Embracing Containers & Microservices for future-proof application modernization WHITEPAPER Embracing Containers & Microservices for future-proof application modernization The need for application modernization: Legacy applications are typically based on a monolithic design, which

More information

Migrating massive monitoring to Bigtable without downtime. Martin Parm, Infrastructure Engineer for Monitoring

Migrating massive monitoring to Bigtable without downtime. Martin Parm, Infrastructure Engineer for Monitoring Migrating massive monitoring to Bigtable without downtime Martin Parm, Infrastructure Engineer for Monitoring This is a big deal. -- Nicholas Harteau/VP, Engineering & Infrastructure https://news.spotify.com/dk/2016/02/23/announcing-spotify-infrastructures-googley-future/

More information

De-dupe: It s not a question of if, rather where and when! What to Look for and What to Avoid

De-dupe: It s not a question of if, rather where and when! What to Look for and What to Avoid De-dupe: It s not a question of if, rather where and when! What to Look for and What to Avoid By Greg Schulz Founder and Senior Analyst, the StorageIO Group Author The Green and Virtual Data Center (CRC)

More information

Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape

Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape Data Protection Modernization: Meeting the Challenges of a Changing IT Landscape Tom Clark IBM Distinguished Engineer, Chief Architect Software 1 Data growth is continuing to explode Sensors & Devices

More information

Intermedia s Private Cloud Exchange

Intermedia s Private Cloud Exchange Intermedia s Private Cloud Exchange This is a practical guide to implementing Intermedia s Private Cloud Exchange on AWS. Intermedia, the world s independent provider of Hosted Exchange, and AWS, the leading

More information

CIO Guide: Disaster recovery solutions that work. Making it happen with Azure in the public cloud

CIO Guide: Disaster recovery solutions that work. Making it happen with Azure in the public cloud CIO Guide: Disaster recovery solutions that work Making it happen with Azure in the public cloud Consult Build Transform Support When you re considering a shift to Disaster Recovery as a service (DRaaS),

More information

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump

ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS. By George Crump ECONOMICAL, STORAGE PURPOSE-BUILT FOR THE EMERGING DATA CENTERS By George Crump Economical, Storage Purpose-Built for the Emerging Data Centers Most small, growing businesses start as a collection of laptops

More information

São Paulo. August,

São Paulo. August, São Paulo August, 28 2018 A Modernização das Soluções de Armazeamento e Proteção de Dados DellEMC Mateus Pereira Systems Engineer, DellEMC mateus.pereira@dell.com Need for Transformation 81% of customers

More information