Cloud Datastore: A NoSQL Database at Google Scale

Size: px
Start display at page:

Download "Cloud Datastore: A NoSQL Database at Google Scale"

Transcription

1 Clud Datastre: A NSQL Database at Ggle Scale Randy Shup Engineering Directr, Ggle Clud Platfrm NSQL-Search RadShw SF June 6, 2013

2 Agenda Ggle Clud Platfrm Ggle Scale Ggle Clud Datastre Ggle Strage Infrastructure Parting Thughts

3 Ggle Clud Platfrm

4 Clud Cmputing at Ggle Ggle builds and perates ne f the largest cmputing infrastructures in the wrld Dzens f data centers lcated arund the wrld Designed frm the grund up t run massive Internet-scale services Integrated design f facility and cmputing machinery Hmgeneus hardware and system sftware Cluster-level netwrking fabric

5 Clud Cmputing at Ggle All Ggle Cmputing is Clud Cmputing Custm-built machines and netwrk Cluster is typically thusands f machines Cmmn pl f resurces with central cluster management Fungible units f cmpute, memry, strage, netwrk Sphisticated bin-packing t maximize utilizatin Hundreds t thusands f active jbs, frm ne task t thusands f tasks Mix f lw-latency, user-facing jbs and batch wrklads Massively multitenant

6 Ggle Clud Platfrm Ggle Cmpute Engine Ggle Clud Strage Ggle BigQuery Ggle App Engine Full Linux virtual machines running n Ggle's infrastructure. Stre, access, and manage applicatin data. Analyze terabytes f data in secnds. Platfrm as a Service: Pwerful, scalable applicatin develpment and executin envirnment.

7 Ggle Scale

8 Elements f Ggle Scale Layering and Cmpsitin Cmpse cmplex systems frm simple primitives As much as pssible, make it pssible t reasn independently and intuitively abut behavir f primitives All Ggle services rely n (ften many!) lwer layers f infrastructure

9 Elements f Ggle Scale At Scale, Everything Breaks Service-level utages Netwrking Pwer Ops Nde-level utages (industry average) >1% uncrrectable DRAM errrs per server per year 2-10% disk drive failure rate per year ~2 crashes per server per year >1 utility event per year => 2000 nde service sees 10 server crashes per day (!) Surce:

10 Elements f Ggle Scale Predictable Perfrmance Systems at scale highly expsed t perfrmance variability Imagine an peratin... 1ms latency median, but 1 secnd latency at 99.99%ile (1 in 10,000) Service using 1 machine -> 0.01% slw Service using 5K machines -> 50% slw Cnsistent perfrmance trumps lw average latency Lw latency + incnsistent perfrmance!= lw latency (!) Far easier t prgram fr cnsistent perfrmance Tail latencies are *much* mre imprtant than average latencies

11 Elements f Ggle Scale Opininated Platfrm Encurage scalable develpment practices Small discrete units f prcessing N single pints f failure Autmated testing Staged deplyments Make it easy t d the right thing, and hard t d the wrng thing ==> "It Just Wrks" (TM)

12 Ggle Clud Datastre

13 (Re-)Intrducing Ggle Clud Datastre Based n High Replicatin Datastre in Ggle App Engine Multiple generatins f evlutin Originally intrduced with Ggle App Engine in M+ applicatins, 300K unique develpers Petabytes f strage 4.5T+ peratins / mnth Layered n tp f MegaStre BigTable Clssus

14 Ggle Clud Datastre Accessible RESTful interface HTTP with JSON r Prtcl Buffer API Accessible frm Ggle Cmpute Engine Ggle App Engine Anywhere else Web-based interface fr cnfiguratin and management Develpment server fr lcal develpment

15 Ggle Clud Datastre Fully Managed N planned dwntime Cmpletely autmated failver Replicated acrss multiple data-centers All data replicated acrss multiple disks and multiple data centers Managed and perated as a service by Ggle 99.95% SLA

16 Ggle Clud Datastre Scalable Arbitrary hrizntal scaling Autscales as traffic increases Autshards as data increases Mre distributed as mre data is stred

17 Ggle Clud Datastre Resilient Crss-data center active-active replicatin All data replicated acrss multiple disks and multiple data centers Synchrnus replicatin via Paxs Applicatin can seamlessly migrate between data centers with n data lss Applicatins can read lcally in separate data centers with n incnsistency r replicatin lag Resilient t catastrphic failure ("meterite durability")

18 Ggle Clud Datastre Schemaless N cnfiguratin needed; just start writing data Arbitrary attributes n any entity Different entities can have different attributes Attributes can be multi-valued Arbitrary-depth parent-child relatinships "Entity grups" can assciate many related entities E.g., all s fr a user

19 Ggle Clud Datastre Cnsistency Strngly cnsistent, with atmic transactins Strng serial cnsistency within entity grup Will always Get an entity nce Put Never see partial transactins Strng cnsistency n reads and ancestr queries Multi-entity grup transactins Transactins can read / write entities within (small number f) entity grups Eventual cnsistency nly when querying acrss many entity grups

20 Ggle Clud Datastre Rich Query Features GQL is an ever-grwing subset f SQL Filters Equality (=, IN) Inequality (!=, <, <=, >=, >) AND, OR, NOT, sub-expressins Srt DISTINCT Prjectins, index-nly queries Ge radius, Date range Cursrs fr paged iteratin

21 Ggle Clud Datastre Predictable Perfrmance Fixed cst queries Query latency scales in the size f the result set, nt in the size f the verall data Cnstant latency fr queries ver 1M r 1B r 1T entities All queries are index queries "It's nt a limitatin, it's a discipline"

22 Ggle Strage Infrastructure

23 Clssus (GFSv2) Next-generatin clustered file system, successr t GFS Exabyte scale glbal strage system Autmatically sharded metadata layer Data blcks fr a given stripe replicated t multiple different fault dmains Different disks, servers, racks Blcks distributed acrss entire cluster Easy t lad-balance reads Efficient t recver "Yu knw yu have a large strage system when yu get paged at 1 AM because yu nly have a few petabytes f strage left." -- Ggle Engineer Surce:

24 BigTable Cluster-level structured strage Distributed multi-dimensinal sparse map (rw, clumn, timestamp) -> cell cntents Layered n Clssus fr file strage Autmatically splits and rebalances tablets based n size and lad Fault-tlerant within data center Asynchrnus, eventually-cnsistent replicatin "If yu lk at every NSQL slutin ut there, everyne ges back t the Amazn Dynam paper r the Ggle BigTable paper" -- Jasn Hffman, Jyent

25 MegaStre Ge-scale structured database Layered n BigTable fr structured strage Multi-rw transactins acrss machines Strng ACID cnsistency within fine-grained partitins ("entity grups") Eventual cnsistency acrss partitins Synchrnus crss-datacenter replicatin via Paxs Transparent failver

26 Parting Thughts

27 Thughts n SQL, NSQL, NearSQL "One Size Des Nt Fit All" Everything is a tradeff Data structures are fundamental t perfrmance and features f any strage system N data structure can ptimize fr every pssible use-case Plyglt persistence is expected Clumn stres fr analytics Inverted indexes fr search Simple key-value stres Scalable, pwerful NearSQL systems We use everything at Ggle (!)

28 Thughts n Scale Scale Depends On... Discipline, nt permissiveness Sharing, nt cupling Architecture, nt language r prgramming envirnment Simplicity and elegance, nt cmplexity

29 Questins? and... We are hiring!

Administration of SQL Server

Administration of SQL Server Administratin f SQL Server High Availability RNDr. David Hksza, Ph.D. http://siret.cz/hksza Outline High availability in SQL Server 2008 failver clustering lg shipping mirrring High availability in SQL

More information

Networking Best Practices

Networking Best Practices Netwrking Best Practices Use f a Lad Balancer With Hitachi Cntent Platfrm and Hitachi Cntent Platfrm Anywhere By Hitachi Data Systems August 2015 Cntents Executive Summary... 3 Intrductin... 4 Lad Balancer

More information

Business Intelligence represents a fundamental shift in the purpose, objective and use of information

Business Intelligence represents a fundamental shift in the purpose, objective and use of information Overview f BI and rle f DW in BI Business Intelligence & Why is it ppular? Business Intelligence Steps Business Intelligence Cycle Example Scenaris State f Business Intelligence Business Intelligence Tls

More information

UC4 AUTOMATED VIRTUALIZATION Intelligent Service Automation for Physical and Virtual Environments

UC4 AUTOMATED VIRTUALIZATION Intelligent Service Automation for Physical and Virtual Environments Fr mre infrmatin abut UC4 prducts please visit www.uc4.cm. UC4 AUTOMATED VIRTUALIZATION Intelligent Service Autmatin fr Physical and Virtual Envirnments Intrductin This whitepaper describes hw the UC4

More information

Flash Hypervisor: The Savior to Storage I/O Bottlenecks? Bala Narasimhan

Flash Hypervisor: The Savior to Storage I/O Bottlenecks? Bala Narasimhan Flash Hypervisr: The Savir t Strage I/O Bttlenecks? Bala Narasimhan Agenda Case fr server flash in SDDC Technlgy implicatins f marrying hypervisrs with server flash Empirical data Cnclusin and pen issues

More information

Have some knowledge of how queries execute. Must be able to read a query execution plan and understand what is happening.

Have some knowledge of how queries execute. Must be able to read a query execution plan and understand what is happening. Curse 2786B: Designing a Micrsft SQL Server 2005 Infrastructure Abut this Curse This tw-day instructr-led curse prvides database administratrs wrking in enterprise envirnments with the knwledge and skills

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

Moving Apache CouchDB Data to Cloudant

Moving Apache CouchDB Data to Cloudant Mving Apache CuchDB Data t Cludant The path t scalable, always-n, and managed CuchDB as a service February 2013 Mving CuchDB Data t the Cludant DBaaS 1 Cludant Overview Cludant prvides a managed, clud

More information

MS SQL SERVER. Course Catalog 2012-2013

MS SQL SERVER. Course Catalog 2012-2013 MS SQL SERVER Curse Catalg 2012-2013 Micrs SQL Server 2012 Administratin This class cnsists f hands-n training that fcus n the fundamentals f administering the SQL Server 2012 database engine. Participants

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

TRANSPARENCY INTO BIG DATA FROM IT INFRASTRUCTURE

TRANSPARENCY INTO BIG DATA FROM IT INFRASTRUCTURE April 2012 TRANSPARENCY INTO BIG DATA FROM IT INFRASTRUCTURE - Using IT Business Intelligence t maximize the value f the massive amunts f perfrmance, capacity and ther peratinal data created by large IT

More information

System Business Continuity Classification

System Business Continuity Classification Business Cntinuity Prcedures Business Impact Analysis (BIA) System Recvery Prcedures (SRP) System Business Cntinuity Classificatin Cre Infrastructure Criticality Levels Critical High Medium Lw Required

More information

CS4500/5500 Opera-ng Systems Distributed and Parallel File Systems

CS4500/5500 Opera-ng Systems Distributed and Parallel File Systems Opera-ng Systems Distributed and Parallel File Systems Jia Ra Department f Cmputer Science hcp://www.cs.uccs.edu/~jra Recap f Previus Classes File systems prvide an abstrac0n f permanently stred data Namespace:

More information

AMERITAS INFORMATION TECHNOLOGY DISASTER RECOVERY AND DATA CENTER STRATEGY

AMERITAS INFORMATION TECHNOLOGY DISASTER RECOVERY AND DATA CENTER STRATEGY AMERITAS INFORMATION TECHNOLOGY DISASTER RECOVERY AND DATA CENTER STRATEGY O VERVIEW There are currently 3 primary Data Center lcatins (Lincln, Cincinnati, and Calvert) and 2 secndary (Fallbrk and Philadelphia).

More information

Jumpstart Your Hybrid Cloud Environment. Philipp Behre

Jumpstart Your Hybrid Cloud Environment. Philipp Behre Berlin Jumpstart Yur Hybrid Clud Envirnment Philipp Behre Objectives Define hybrid infrastructure integratin Shwcase examples f hybrid implementatin patterns Discuss cmmn hybrid infrastructure wrklads

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

An Oracle White Paper January 2014. Oracle WebLogic Server on Oracle Database Appliance

An Oracle White Paper January 2014. Oracle WebLogic Server on Oracle Database Appliance An Oracle White Paper January 2014 Oracle WebLgic Server n Oracle Database Appliance Intrductin This white paper describes the architecture and highlights the value prpsitin f Oracle WebLgic Server n Oracle

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v15.1.2.0 Page 1 f 20 Intrductin Serv-U

More information

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY. Table f Cntents Tp Pricing and Licensing Questins... 2 Why shuld custmers be excited abut Micrsft SQL Server 2012?... 2 What are the mst significant changes t the pricing and licensing fr SQL Server?...

More information

Accelerating Application Delivery with Continuous Testing

Accelerating Application Delivery with Continuous Testing Accelerating Applicatin Delivery with Cntinuus Testing Peter Galvin Senir Vice President f Marketing @CludTest @Pgalvin63 15 5 Peter Galvin. SVP Marketing @pgalvin63 Webinar 156 Mbile and Web Unprecedented

More information

State of Wisconsin DET Dedicated Virtual Host Services Offering Definition

State of Wisconsin DET Dedicated Virtual Host Services Offering Definition State f Wiscnsin DET Dedicated Virtual Hst Services Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 10/29/2010 1.0 Phil Staley Initial draft 11/3/2010 1.1 Phil Staley Ryan McKee Secnd

More information

Process Automation With VMware

Process Automation With VMware Prcess Autmatin With VMware Intelligent Service Autmatin fr Real and Virtual Envirnments Intrductin This Whitepaper describes hw the UC4 platfrm integrates with the VMware vsphere Server and the VMware

More information

Microsoft Certified Database Administrator (MCDBA)

Microsoft Certified Database Administrator (MCDBA) Micrsft Certified Database Administratr (MCDBA) 460 hurs Curse Overview/Descriptin The MCDBA prgram and credential is designed fr individuals wh want t demnstrate that they have the necessary skills t

More information

Build the cloud OpenStack Installation & Configuration Integration with existing tools and processes Cloud Migration

Build the cloud OpenStack Installation & Configuration Integration with existing tools and processes Cloud Migration Slutin Brief OpenStack Services OVERVIEW OnX understands clud adptin challenges f glbal enterprise cmpanies and helps Enterprises adpt OpenStack slutins thrugh targeted services. We ffer vertical industry

More information

How to deploy IVE Active-Active and Active-Passive clusters

How to deploy IVE Active-Active and Active-Passive clusters Hw t deply IVE Active-Active and Active-Passive clusters Overview Juniper Netscreen SA and SM series appliances supprt Active/Passive r Active/Active cnfiguratins acrss a LAN r a WAN t prvide high availability,

More information

Disk Redundancy (RAID)

Disk Redundancy (RAID) A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic.

More information

Re-think Storage Performance

Re-think Storage Performance Re-think Strage Perfrmance Decuple Strage Perfrmance frm Capacity with PernixData FVP Sftware James Smith Systems Engineer PernixData PernixData: The Leader in Virtualizing Server Flash Funded Feb. 2012

More information

Team Process Data Warehouse Goals and High-Level Requirements

Team Process Data Warehouse Goals and High-Level Requirements Team Prcess Data Warehuse Gals and High-Level Requirements Backgrund TSP SM is used by teams wrking in a wide variety f prblem dmains (e.g. sftware, hardware, services). Since these activities are nt limited

More information

Nimsoft for Server Monitoring A Nimsoft Service Level Management Solution White Paper

Nimsoft for Server Monitoring A Nimsoft Service Level Management Solution White Paper Nimsft fr Server Mnitring A Nimsft Service Level Management Slutin White Paper Nimsft Whitepaper Nimsft fr Server Mnitring Table f Cntents Nimsft fr Server Mnitring Slutin Overview... 3 Primary Features...3

More information

Microsoft Exchange 2010 on VMware Availability and Recovery Options

Microsoft Exchange 2010 on VMware Availability and Recovery Options This prduct is prtected by U.S. and internatinal cpyright and intellectual prperty laws. This prduct is cvered by ne r mre patents listed at http://www.vmware.cm/dwnlad/patents.html. VMware is a registered

More information

ACTIVITY MONITOR. Live view of remote desktops. You may easily have a look at any user s desktop.

ACTIVITY MONITOR. Live view of remote desktops. You may easily have a look at any user s desktop. Web Develpment Offshre Develpment Outsurcing SEO ACTIVITY MONITOR This pwerful tl allws yu t track any LAN, giving yu the mst detailed infrmatin n what, hw and when yur netwrk users perfrmed. Whether it

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

Best Practices for Optimizing Performance and Availability in Virtual Infrastructures

Best Practices for Optimizing Performance and Availability in Virtual Infrastructures Best Practices fr Optimizing Perfrmance and Availability in Virtual Infrastructures www.nimsft.cm Best Practices fr Optimizing Perfrmance and Availability in Virtual Infrastructures PAGE 2 Table f Cntents

More information

Basic concept of Cloud computing

Basic concept of Cloud computing Basic cncept f Clud cmputing Abstract:- Mnica R Kabra (Vivekanand Arts Sardar Dalipsingh Cmmerce and science cllege Aurangabad) Clud cmputing is becming a pwerful netwrk architecture t perfrm large-scale

More information

How Does Cloud Computing Work?

How Does Cloud Computing Work? Hw Des Clud Cmputing Wrk? Carl Mazzanti, CEO, emazzanti Technlgies IT Supprt and Clud Cmputing Services fr Small Business Hbken, NJ and NYC, 201-360- 4400 Owner [Pick the date] Hw des Clud Cmputing Wrk?

More information

Configuring, Monitoring and Deploying a Private Cloud with System Center 2012 Boot Camp

Configuring, Monitoring and Deploying a Private Cloud with System Center 2012 Boot Camp Cnfiguring, Mnitring and Deplying a Private Clud with System Center 2012 Bt Camp Length: 5 Days Technlgy: Micrsft System Center 2012 Delivery Methd: Instructr-led Hands-n Audience Prfile This curse is

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in This

More information

2008 BA Insurance Systems Pty Ltd

2008 BA Insurance Systems Pty Ltd 2008 BA Insurance Systems Pty Ltd BAIS have been delivering insurance systems since 1993. Over the last 15 years, technlgy has mved at breakneck speed. BAIS has flurished in this here tday, gne tmrrw sftware

More information

366 Degrees Gaining Extra Degrees of Success

366 Degrees Gaining Extra Degrees of Success 366 Degrees Gaining Extra Degrees f Success In the rush t gain new custmers, cmpanies ften verlk their best custmers the nes they already have. While finding and attracting new custmers is certainly fundamental

More information

Mobilizing Healthcare Staff with Cloud Services

Mobilizing Healthcare Staff with Cloud Services Mbilizing Healthcare Staff with Clud Services Published May 2012 Mbile Technlgies are changing hw healthcare staff delivers care. With new pwerful integrated slutins available fr the healthcare staff,

More information

Segment-oriented Recovery

Segment-oriented Recovery Advanced Tpics in Operating Systems, CS262a Prf. Eric A. Brewer (with help frm Rusty Sears) Segment-riented Recvery ARIES wrks great but is 20+ years ld and has sme prblems: viewed as very cmplex n available

More information

Talking Bout. a Revolution 100% 110% 120% 90% 80% 70% 130% 140%

Talking Bout. a Revolution 100% 110% 120% 90% 80% 70% 130% 140% Talking But a Revlutin 90% 80% 70% 60 0% 100% 110% 120% 130% 140% In-Memry analysis n 64-bit platfrms ushering in a new class f pwerful, affrdable and easy-t-use Business Intelligence slutins fr the masses

More information

Broadcom s Integrated Solutions For Cloud Scale Computing with Windows Server 2012

Broadcom s Integrated Solutions For Cloud Scale Computing with Windows Server 2012 White Paper Bradcm s Integrated Slutins Fr Clud Scale Cmputing with Windws Server 2012 By Bb Laliberte, Senir Analyst September 2012 This ESG White Paper was cmmissined by Bradcm and is distributed under

More information

StoneFly M-Series DR Backup Appliance

StoneFly M-Series DR Backup Appliance StneFly M-Series DR Backup Appliance StneFly M-Series f DR Backup Appliances is a purpse-built backup system in ne easy t manage appliance. The StneFly M-Series prvides yu with an affrdable and ttal backup

More information

Leoni s implementation of a travel and expense solution

Leoni s implementation of a travel and expense solution Leni s implementatin f a travel and expense slutin Abut Leni The German cabling cmpany Leni is ne f the biggest and mst internatinal strategic suppliers t the autmbile industry. The enterprise emplys 450

More information

Self-Protecting Storage TM Simplifying Your Data Storage Infrastructure

Self-Protecting Storage TM Simplifying Your Data Storage Infrastructure ac. Self-Prtecting Strage TM Simplifying Yur Data Strage Infrastructure.......... Dave Therrien CTO and Funder ExaGrid Systems Inc. . Overview Tday, string, prtecting and managing yur crprate business

More information

Health Care Solution

Health Care Solution Management Summary & Technical Overview Versin 1 5405 Altn Parkway, 5-A #359 Irvine, CA 92604 (949) 733-8526 Cpyright The prgrams and cncepts mentined herein are prprietary t, and are nt t be reprduced,

More information

QBT - Making business travel simple

QBT - Making business travel simple QBT - Making business travel simple In business travel, cmplexity csts. S, we ffer less f it. We adpt the latest technlgy and make it simple, transparent and highly persnal. S yu get mre f what yu need

More information

Visuals Distributed. Your Visuals Optimized & Delivered Everywhere!

Visuals Distributed. Your Visuals Optimized & Delivered Everywhere! Visuals Distributed Yur Visuals Optimized & Delivered Everywhere! Distributin, Distributin, Distributin ICE Prtal delivers! Since 2004, we have been building ur distributin partner netwrk t nw 1000s f

More information

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite AIMS Versin 9 System Requirements Versin 9 2603 Camin Ramn Suite 110 San Ramn, CA 94583 Phne: 800-609-8610 925-217-5170 FAX: 925-217-0853 Email: supprt@avatier.cm Page

More information

Microsoft SQL Server Administration

Microsoft SQL Server Administration Micrsft SQL Server Administratin Disk & memry David Hksza http://siret.cz/hksza Lecture Outline Query lifecycle Data strage SQL Server Memry SELECT Query Lifecycle 1. SNI client-server cnnectin using TCP/IP

More information

The Organizational NOS (Network Operating System)

The Organizational NOS (Network Operating System) The Organizatinal NOS ( Operating System) Bryan.vandussen@reedbusiness.cm Nvember 2008 The Organizatinal NOS Executive Summary perating systems (perating systems designed and develped fr netwrking devices

More information

Case Study. Sonata develops. comprehensive BI Application for a leading provider of Animal Nutrition Solutions. Ananthakrishnan

Case Study. Sonata develops. comprehensive BI Application for a leading provider of Animal Nutrition Solutions. Ananthakrishnan Case Study Ananthakrishnan Snata develps J Architect, Snata Sftware cmprehensive BI Applicatin fr a leading prvider f Animal Nutritin Slutins Snata Sftware Limited www.snata-sftware.cm www.snata-sftware.cm

More information

Cloud Services Frequently Asked Questions FAQ

Cloud Services Frequently Asked Questions FAQ Clud Services Frequently Asked Questins FAQ Revisin 1.0 6/05/2015 List f Questins Intrductin What is the Caradigm Intelligence Platfrm (CIP) clud? What experience des Caradigm have hsting prducts like

More information

Integrating With incontact dbprovider & Screen Pops

Integrating With incontact dbprovider & Screen Pops Integrating With incntact dbprvider & Screen Pps incntact has tw primary pints f integratin. The first pint is between the incntact IVR (script) platfrm and the custmer s crprate database. The secnd pint

More information

Migrating to SharePoint 2010 Don t Upgrade Your Mess

Migrating to SharePoint 2010 Don t Upgrade Your Mess Migrating t SharePint 2010 Dn t Upgrade Yur Mess by David Cleman Micrsft SharePint Server MVP April 2011 Phne: (610)-717-0413 Email: inf@metavistech.cm Website: www.metavistech.cm Intrductin May 12 th

More information

Identify Storage Technologies and Understand RAID

Identify Storage Technologies and Understand RAID 98-365 Windws Server Administratin Fundamentals Identify Strage Technlgies and Understand RAID 98-365 Windws Server Administratin Fundamentals Lessn Overview In this lessn, yu will learn: Lcal strage ptins

More information

Microsoft Exchange 2010 on VMware Design and Sizing Examples

Microsoft Exchange 2010 on VMware Design and Sizing Examples Micrsft Exchange 2010 n VMware Micrsft Exchange 2010 n VMware This prduct is prtected by U.S. and internatinal cpyright and intellectual prperty laws. This prduct is cvered by ne r mre patents listed at

More information

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New A quick guide t the new features in Sitecre 6.6 Sitecre is a registered trademark. All ther brand and prduct names

More information

White. Paper. HP Ethernet Virtual Interconnect: Extending the Benefits of Virtualized Environments Across Geographically Dispersed Data Centers

White. Paper. HP Ethernet Virtual Interconnect: Extending the Benefits of Virtualized Environments Across Geographically Dispersed Data Centers White Paper HP Ethernet Virtual Intercnnect: Extending the Benefits f Virtualized Envirnments Acrss Gegraphically Dispersed Data Centers By Bb Laliberte, Senir Analyst August 2012 This ESG White Paper

More information

How To Improve The Availability Of A Micrsft Exchange Server With A Vsphere Platfrm On Vsphera 2010 N Vspheme 2010

How To Improve The Availability Of A Micrsft Exchange Server With A Vsphere Platfrm On Vsphera 2010 N Vspheme 2010 - Micrsft Exchange 2010 n VMware This prduct is prtected by U.S. and internatinal cpyright and intellectual prperty laws. This prduct is cvered by ne r mre patents listed at http://www.vmware.cm/dwnlad/patents.html.

More information

Feature Guide. Virto Commerce Platform

Feature Guide. Virto Commerce Platform Feature Guide Virt Cmmerce Platfrm Fr mre infrmatin abut Virt Cmmerce, visit virtcmmerce.cm r call + 1 323 570 5588 t speak t a representative. Virt Cmmerce Platfrm: Fundatin fr Yur Business Virt Cmmerce

More information

SaaS Listing CA Cloud Service Management

SaaS Listing CA Cloud Service Management SaaS Listing CA Clud Service Management 1. Intrductin This dcument prvides standards and features that apply t the CA Clud Service Management (CSM) SaaS ffering prvided t the Custmer and defines the parameters

More information

State of Wisconsin. File Server Service Service Offering Definition

State of Wisconsin. File Server Service Service Offering Definition State f Wiscnsin File Server Service Service Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 2/16/2008 1.0 JD Urfer First pass 2/16/2008 2.0 Tm Runge Editing changes 2/19/2009 2.1 Tm

More information

Nex-Gen Web Load Balancer

Nex-Gen Web Load Balancer Nex-Gen Web Lad Balancer Pramati Enterprise prducts have served thusands f applicatins in many different verticals fr ver 10 years. Pramati Server was the first standards-based applicatin server t achieve

More information

ORACLE GOLDENGATE 12C

ORACLE GOLDENGATE 12C ORACLE GOLDENGATE 12C REAL-TIME ACCESS TO REAL-TIME INFORMATION KEY FEATURES High-perfrmance data replicatin Integrated with the Oracle Database Crdinated Delivery fr nn-oracle Databases. Hetergeneus surces

More information

Backups and Backup Strategies

Backups and Backup Strategies IT Security Office Versin 2.3 02/19/10 Backups and Backup Strategies IT managers need t plan fr backups in terms f time and space required. Hwever, mst mdern backup sftware can cmpress the backup files

More information

TESTING TIMES: HOLISTIC ENVIRONMENT MANAGEMENT IN AN AGILE WORLD

TESTING TIMES: HOLISTIC ENVIRONMENT MANAGEMENT IN AN AGILE WORLD www.wipr.cm TESTING TIMES: HOLISTIC ENVIRONMENT MANAGEMENT IN AN AGILE WORLD Peri Narasimha, Slutin Architect Table f Cntents 03... Abstract 03... Mapping the Strategy 04... Service Integratin Creating

More information

Backing Up SAS Content In Your SAS 9 Enterprise Intelligence Platform

Backing Up SAS Content In Your SAS 9 Enterprise Intelligence Platform WHITE PAPER Backing Up SAS Cntent In Yur SAS 9 Enterprise Intelligence Platfrm Cnsideratins fr Creating Backups f Yur SAS Cntent Table f Cntents Intrductin...1 Understanding the SAS Enterprise Intelligence

More information

Virtualized Tiered Storage Solutions. A Blueprint for Lowering Capital and Operational Costs for Storage Infrastructure

Virtualized Tiered Storage Solutions. A Blueprint for Lowering Capital and Operational Costs for Storage Infrastructure S l u t i n P r f i l e Virtualized Tiered Strage Slutins A Blueprint fr Lwering Capital and Operatinal Csts fr Strage Infrastructure Unprecedented data grwth, new applicatin demands, regulatry requirements

More information

WHITE PAPER. Vendor Managed Inventory (VMI) is Not Just for A Items

WHITE PAPER. Vendor Managed Inventory (VMI) is Not Just for A Items WHITE PAPER Vendr Managed Inventry (VMI) is Nt Just fr A Items Why it s Critical fr Plumbing Manufacturers t als Manage Whlesalers B & C Items Executive Summary Prven Results fr VMI-managed SKUs*: Stck-uts

More information

ACTIVITY MONITOR Real Time Monitor Employee Activity Monitor

ACTIVITY MONITOR Real Time Monitor Employee Activity Monitor ACTIVITY MONITOR Real Time Mnitr Emplyee Activity Mnitr This pwerful tl allws yu t track any LAN, giving yu the mst detailed infrmatin n what, hw and when yur netwrk users perfrmed. Whether it is a library

More information

Twelve Transformational Digital Retail Technologies Explained (Part 1)

Twelve Transformational Digital Retail Technologies Explained (Part 1) Twelve Transfrmatinal Digital Retail Technlgies Explained (Part 1) By Richard E. Last 12-4-2014 Twelve Transfrmatinal Digital Retail Technlgies Explained (Part 1) Will these 12 emerging technlgies transfrm

More information

FAQs for Webroot SecureAnywhere Identity Shield

FAQs for Webroot SecureAnywhere Identity Shield FAQs fr Webrt SecureAnywhere Identity Shield Table f Cntents General Questins...2 Why is the bank ffering Webrt SecureAnywhere Identity Shield?... 2 What des it prtect?... 2 Wh is Webrt?... 2 Is the Webrt

More information

StoneFly Z-Series DR Backup Appliance

StoneFly Z-Series DR Backup Appliance StneFly Z-Series DR Backup Appliance StneFly Z-Series f DR Backup Appliances is a purpse-built backup system in ne easy t manage appliance. The StneFly Z-Series prvides yu with a ttal backup slutin fr

More information

Deployment Overview (Installation):

Deployment Overview (Installation): Cntents Deplyment Overview (Installatin):... 2 Installing Minr Updates:... 2 Dwnlading the installatin and latest update files:... 2 Installing the sftware:... 3 Uninstalling the sftware:... 3 Lgging int

More information

Wholesale IaaS. How to beat AWS and make money while doing it. WHD.Australia 2013

Wholesale IaaS. How to beat AWS and make money while doing it. WHD.Australia 2013 Whlesale IaaS Hw t beat AWS and make mney while ding it WHD.Australia 203 AUGUST 203 Overview Fcus n AWS / AWS EC2 & EBS Gartner Magic Quadrant Clud August 203 What is the frmula that AWS EC2 gt right?

More information

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11

QAD Operations BI Metrics Demonstration Guide. May 2015 BI 3.11 QAD Operatins BI Metrics Demnstratin Guide May 2015 BI 3.11 Overview This demnstratin fcuses n ne aspect f QAD Operatins Business Intelligence Metrics and shws hw this functinality supprts the visin f

More information

Dolphin Express IX Reflective Memory / Multicast

Dolphin Express IX Reflective Memory / Multicast Dlphin Intercnnect Slutins Dlphin Express IX Reflective Memry / Multicast Whitepaper Dlphin Engineering 3/24/2015 DISCLAIMER DOLPHIN INTERCONNECT SOLUTIONS RESERVES THE RIGHT TO MAKE CHANGES WITHOUT FURTHER

More information

System Business Continuity Classification

System Business Continuity Classification System Business Cntinuity Classificatin Business Cntinuity Prcedures Infrmatin System Cntingency Plan (ISCP) Business Impact Analysis (BIA) System Recvery Prcedures (SRP) Cre Infrastructure Criticality

More information

XenApp and XenDesktop: Application Virtualization and Desktop Virtualization are Better Together

XenApp and XenDesktop: Application Virtualization and Desktop Virtualization are Better Together XenApp and XenDesktp July 2008 XenApp and XenDesktp: Applicatin Virtualizatin and Desktp Virtualizatin are Better Tgether This dcument is designed t help Citrix XenApp custmers understand hw and when Citrix

More information

ORACLE GOLDENGATE 11G

ORACLE GOLDENGATE 11G ORACLE GOLDENGATE 11G REAL-TIME ACCESS TO REAL-TIME INFORMATION KEY FEATURES High-perfrmance data replicatin Hetergeneus surces and targets Cnflict detectin and reslutin Real-time and deferred apply Event

More information

Überleben im OSB / SOA Dschungel Daniel Joray Trivadis AG Bern

Überleben im OSB / SOA Dschungel Daniel Joray Trivadis AG Bern Überleben im OSB / SOA Dschungel Daniel Jray Trivadis AG Bern Keywrds Weblgic, JMS, Perfrmance, J2EE, Mnitring, SOA, OSB Our SOA&OSB Prject Oracle SOA Suite is a cmprehensive, standards-based sftware suite

More information

Technical White Paper

Technical White Paper The Data Integrity Imperative If it isn t accurate, it isn t available. Technical White Paper Visin Slutins, Inc. Intrductin The fundamental requirement f high availability sftware is t ensure that critical

More information

IBM z13 for Cloud IBM Redbooks Solution Guide

IBM z13 for Cloud IBM Redbooks Solution Guide IBM z13 fr Clud IBM Redbks Slutin Guide Clud cmputing represents a shift t a mre user-centered cmputing mdel where a layer f services sitting n an infrastructure decuples cre business functins frm the

More information

DVS Enterprise Test Results for Microsoft Lync 2013 and Citrix XenDesktop 7. Dell Client Cloud Computing Engineering Revision: 1.

DVS Enterprise Test Results for Microsoft Lync 2013 and Citrix XenDesktop 7. Dell Client Cloud Computing Engineering Revision: 1. DVS Enterprise Test Results fr Micrsft Lync 2013 and Citrix XenDesktp 7 Dell Client Clud Cmputing Engineering Revisin: 1.0 11/6/13 THIS DOCUMENT IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

IxLoad Storage DATA SHEET

IxLoad Storage DATA SHEET IxLad Strage The IxLad Strage test slutin delivers the industry s mst scalable and flexible slutin fr testing high-perfrmance strage devices and netwrks. This includes servers, data center cmpnents, unified

More information

Understand Business Continuity

Understand Business Continuity Understand Business Cntinuity Lessn Overview In this lessn, yu will learn abut: Business cntinuity Data redundancy Data availability Disaster recvery Anticipatry Set What methds can be emplyed by a system

More information

Completing the CMDB Circle: Asset Management with Barcode Scanning

Completing the CMDB Circle: Asset Management with Barcode Scanning Cmpleting the CMDB Circle: Asset Management with Barcde Scanning WHITE PAPER The Value f Barcding Tday, barcdes are n just abut everything manufactured and are used fr asset tracking and identificatin

More information

Data Abstraction Best Practices with Cisco Data Virtualization

Data Abstraction Best Practices with Cisco Data Virtualization White Paper Data Abstractin Best Practices with Cisc Data Virtualizatin Executive Summary Enterprises are seeking ways t imprve their verall prfitability, cut csts, and reduce risk by prviding better access

More information

xdb Configuration Guide

xdb Configuration Guide Sitecre 7.5 xdb Cnfiguratin Guide Rev: 9 April 2015 Sitecre 7.5 xdb Cnfiguratin Guide Cnfiguratin guide fr Sitecre administratrs and develpers Sitecre 7.5 Table f Cntents Chapter 1 Intrductin... 3 1.1

More information

DocAve 6 Granular Backup and Restore

DocAve 6 Granular Backup and Restore DcAve 6 Granular Backup and Restre User Guide Service Pack 5 Cumulative Update 1 Issued August 2015 1 Table f Cntents What s New in this Guide... 5 Abut DcAve Granular Backup and Restre... 6 Cmplementary

More information

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1 Imprved Data Center Pwer Cnsumptin and Streamlining Management in Windws Server 2008 R2 with SP1 Disclaimer The infrmatin cntained in this dcument represents the current view f Micrsft Crpratin n the issues

More information

State of Wisconsin DET Agency Managed Virtual Services Service Offering Definition

State of Wisconsin DET Agency Managed Virtual Services Service Offering Definition State f Wiscnsin DET Agency Managed Virtual Services Service Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 6/03/08 1.0 James Sylla Initial draft 9/21/11 1.7 Amy Dustin Annual review

More information

State of Idaho Cloud Computing Pilot

State of Idaho Cloud Computing Pilot Department f Labr Jhn A. McAllister Chief Deputy Directr State f Idah Clud Cmputing Pilt Backgrund n the Idah Department f Labr Clud Cmputing pilt prgram. What is Clud Cmputing? Natinal Institute f Standards

More information

1 Google Apps for Education Henrico County, Virginia

1 Google Apps for Education Henrico County, Virginia 1 Ggle Apps fr Educatin Henric Cunty, Virginia PROGRAM CATEGORY: Infrmatin Technlgy 1. Abstract f the Prgram Henric Cunty Public Schls (HCPS) prides itself n its innvative apprach t instructin. We believe

More information

Caching Software Performance Test: Microsoft SQL Server Acceleration with FlashSoft Software 3.8 for Windows Server

Caching Software Performance Test: Microsoft SQL Server Acceleration with FlashSoft Software 3.8 for Windows Server The linked image cannt be displayed. The file may have been mved, renamed, r deleted. Verify that the link pints t the crrect file and lcatin. Technical Brief Caching Sftware Perfrmance Test: Micrsft SQL

More information

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall Implementing iflder Server in the DMZ with iflder Data inside the Firewall Nvell Cl Slutins AppNte www.nvell.cm/clslutins JULY 2004 OBJECTIVES The bjectives f this dcumentatin are as fllws: T cnfigure

More information