Extreme Data Warehouse Performance with Oracle Exadata

Size: px
Start display at page:

Download "Extreme Data Warehouse Performance with Oracle Exadata"

Transcription

1 Managed Services Cloud Services Consul3ng Services Licensing Extreme Data Warehouse Performance with Oracle Exadata Kasey Parker Enterprise Architect

2 Who is Centroid? QUICK FACTS Centroid is a leading provider of Oracle Technology, Applica8ons and Infrastructure/Hos8ng solu8ons Established in 1997 Office loca8ons: Troy, MI (HQ); San Francisco, CA; Los Angeles, CA; Dallas, TX 200+ Consultants Oracle Pla8num Partner Selected to Oracle s Top 25 Strategic Partner Program Top 5 Oracle Partner for Hardware/Storage 100% Oracle Red Stack Focused Clients for life approach to customer rela8onships Oracle Exadata Center of Excellence established in 2011 Centroid Authored - Oracle Exadata Recipes (Published Feb- 2013)

3 Agenda Exadata Overview Why Exadata? Exadata s Secret Sauce GeAng the Most out of Exadata DW Avoiding the 3X Club Other Data Warehouse Best Prac3ces

4 EXADATA OVERVIEW

5 Exadata Architecture Database hardware and soiware plakorm in a box Scale- Out Database Servers 8x 2- socket, or 2x 8- socket Xeon database servers Oracle Database, ASM, RAC; Linux or Solaris Standard Ethernet to data center Scale- Out Intelligent Storage Servers 2- socket storage servers, Exadata Storage SoIware Up to 672 terabytes disk per rack 56 PCI Flash memory cards per rack InfiniBand Network Unified internal connec3vity ( 40 Gb/sec )

6 Exadata Configura3on Op3ons Start small and grow as needed upgraded onsite Eighth Rack Quarter Rack Managed Services Cloud Services Consul3ng Services Licensing Half Rack Full Rack

7 Exadata Hardware Summary X4-2 Full X4-2 Half X4-2 Quarter X4-2 Eighth Database Servers Database Grid Cores Database Grid Memory (GB) 2048 (max 4096) 1024 (max 2048) 512 (max 1024) 512 (max 1024) InfiniBand switches Ethernet switch Exadata Storage Servers Storage Grid CPU Cores Raw Flash Capacity 44.8 TB 22.4 TB 9.6 TB 4.8 TB Raw Storage Capacity Usable mirrored capacity Usable Triple mirrored capacity High Perf 200 TB 100 TB 43.2 TB 21.6 TB High Cap 672 TB 336 TB 144 TB 72 TB High Perf 90 TB 45 TB 19 TB 9 TB High Cap 300 TB 150 TB 63 TB 30 TB High Perf 60 TB 30 TB 13 TB 6.3 TB High Cap 200 TB 100 TB 43 TB 21.5 TB

8 Exadata Hardware Exadata X4-2 SQL IO Performance Flash Cache SQL Bandwidth 1,3 Flash SQL IOPS 2,3 Disk SQL Bandwidth 1,3 Disk SQL IOPS X4-2 Full Rack X4-2 Half Rack X4-2 Quarter X4-2 Eighth High Cap Disk 100 GB/s 50 GB/s 21.5 GB/s 10.7 GB/s High Perf Disk 100 GB/s 50 GB/s 21.5 GB/s 10.7 GB/s 8K Reads 2,660,000 1,330, , ,000 8K Writes 1,960, , , ,000 High Cap Disk 20 GB/s 10 GB/s 4.5 G/s 2.25 GB/s High Perf Disk 24 GB/s 12 GB/s 5.2 GB/s 2.6 GB/s High Cap Disk 32,000 16,000 7,000 3,500 High Perf Disk 50,000 25,000 10,800 5,400 Data Load Rate 4 20 TB/hr 10 TB/hr 5 TB/hr 2.5 TB/hr 1 - Bandwidth is peak physical scan bandwidth achieved running SQL, assuming no compression. Effec3ve data bandwidth will be much higher when compression is factored in. 2 - IOPS Based on read IO requests of size 8K running SQL, typically with sub- millisecond latencies. Note that the IO size greatly effects flash IOPS. Others quote IOPS based on 2K, 4K or smaller IOs that are not relevant for databases and measure IOs using low level tools instead of SQL. 3- Actual Performance varies by applica3on. 4 Load rates are typically limited by database server CPU, not IO. Rates vary based on load method, indexes, data types, compression, and par33oning

9 WHY EXADATA?

10 Why Exadata? Exadata is designed to eliminate the most common bomleneck for large databases Timely transfer of large data sets from storage subsystem to database server

11 Why Exadata? Solving the IO BoTleneck Solu3on 1: Enlarge the pipe Physical disks, on all cells, work in parallel to serve IO requests Large Infiniband pipe (40GB/Sec)

12 Why Exadata? Can t we do that with other high performance storage soluvons? YES There is nothing Magical about Exadata hardware, and it s s3ll the same Oracle Database

13 Why Exadata? Solving the IO BoTleneck Solu3on 2: Reduce the IO opera3ons Done using Exadata s Secret Sauce: Smart Storage, Smart Flash Cache and Hybrid Columnar Compression 10X reduc3on in data sent to database servers is common

14 Exadata Innova3ons Some are automa3c, with limited configura3on ability Storage Indexes Smart Flash Cache Some may require some effort Smart Scans Hybrid Columnar Compression (HCC) IORM (Resource Manager)

15 Storage Indexes Transparent I/O Elimination with No Overhead Table A B C D Index Min B = 1 Max B =5 Min B = 3 Max B =8 Exadata Storage Indexes maintain summary information about table data in memory Store MIN and MAX values of columns Typically one index entry for every MB of disk Eliminates disk I/Os if MIN and MAX can never match where clause of a query Completely automatic and transparent Select * from Table where B<2 - Only first set of rows can match

16 Smart Flash Cache I/Os 2.66 Million 8K Read 1.96 Million 8K Write IOPS from SQL Caches Read and Write I/Os in PCI flash Transparently accelerates read and write intensive workloads Up to 2.66 million 8K read IOPS from SQL Up to 1.96 million 8K write IOPS from SQL Persistent write cache speeds database recovery Exadata Flash Cache is much more effec3ve than flash 3ering architectures used by others Caches current hot data, not yesterday s Caches data in granules 8x to 16x smaller than 3ering Greatly improves the effec3veness of flash Other Flash Features can be configured if needed E.g. Cache compression, Cache pinning, Flash Disks (for Temp)

17 Avoid the 3X Club Some Exadata op3miza3ons may require a limle effort but they re worth it. Data Warehouse workloads should improve >7X on Exadata

18 Avoid the 3X Club Tune for Smart Scans Wisely use Parallelism Compress with HCC where appropriate Invoke Resource Management (IORM) S3ll follow Data Warehouse Best Prac3ces

19 Avoid the 3X Club an Example EDW for Large Organiza3on in Salt Lake valley Moved to Exadata beginning September 2012 Configured/Tuned Exadata op3miza3ons for October 2012 Average Response Time

20 Avoid the 3X Club Tune for Smart Scans Wisely use Parallelism Compress with HCC where appropriate Invoke Resource Management (IORM) S3ll follow Data Warehouse Best Prac3ces

21 Smart Scan Processing Who are my customers in Salt Lake City? Oracle DB Grid Select name, customer#... Where city= SALT LAKE CITY Exadata Storage Grid Smart Scan idenvfies rows / columns in the 1 TB tables that match the SQL (1000 rows) 1000 rows returned to client IO is executed and 20MB returned from storage to PGA

22 Smart Scan Comparison PGA SGA Rows and Columns Database Servers 8K Blocks Smart Scans Storage Servers Standard Operations 22

23 Smart Scan Requirements Full table scan or index fast full scan No IOTs, Clustered Tables or LOBs Direct path reads Direct path reads happen for Serial queries of large tables (11gR2) Func3on of Buffer Cache Size, threshold and object size» _small_table_threshold Parallel queries Queries when _serial_direct_read = TRUE!

24 Smart Scans How do you know? Execu3on Plan TABLE ACCESS STORAGE FULL Storage() predicate Only indicates Smart Scan is eligible to be performed; does not mean it is

25 Smart Scans How do you know? Sta3s3c views (V$MYSTAT, V$SESSTAT) cell physical IO bytes eligible for predicate offloading cell physical IO interconnect bytes cell physical IO interconnect bytes return by smart scan V$SQL views (IO_ columns) IO_CELL_OFFLOAD_RETURNED_BYTES IO_CELL_OFFLOAD_ELIGIBLE_BYTES Wait events cell smart table scan cell smart index scan

26 Smart Scans How do you know? A Easier Way SQL Monitor Accessed through DBMS_SQLTUNE or OEM

27 Smart Scans Why don t they happen? Index scan used instead Buffer cache too large Many table blocks in buffer cache Chained rows Tables with more than 255 columns Certain func3ons (see v$sqlfn_metadata) Table "too small (_small_table_threshold)! Read consistency Delayed block cleanout

28 Smart Scans How to get them? Accurate, Up- to- date Sta3s3cs Are ETL jobs gathering stats appropriately? Use auto sample size Exadata System stats This is how the op3mizer becomes Exadata aware exec dbms_stats.gather_system_stats('exadata');! Right Sized SGA Most Data warehouses shouldn t need more than 16GB Avoid row by row processing Appropriate use of Indexes Wise use of Parallelism

29 To Index or Not to Index So if Smart Scans are so great do we even need indexes anymore? YES!... You s3ll need indexes for queries with single/few out of many row reads Also keep many FK indexes especially if used for Star Transforma3ons

30 To Index or Not to Index Many indexes will be obsolete and should be removed to help drive smart scans Test by: Making indexes invisible and tes3ng queries Comparing ETL without indexes

31 Avoid the 3X Club Tune for Smart Scans Wisely use Parallelism Compress with HCC where appropriate Invoke Resource Management (IORM) S3ll follow Data Warehouse Best Prac3ces

32 Parallelism on Exadata Parallelism executes the same on or off Exadata PX works much bemer on Exadata and can be a big performance boost Pushes Direct Path Reads to enable smart scans Exadata architecture enables parallelism through storage cell CPUs and disks all working together Load split across DB and Cell CPUs Allows lower DOP on Exadata to achieve op3mal performance Easy to overwhelm a system with Parallelism But on Exadata, it can be controlled effec3vely

33 Parallelism Guidelines Control parallel load Parallel init parameters Parallel Statement Queuing DBRM resource plans Set parallel degree limits and max % targets Set parallel degree on large tables ALTER TABLE [TABLE NAME] PARALLEL 12; Use parallelism for direct path loads in ETL CTAS, IAS or Merge with Append Hint, Bulk Load API ALTER SESSION ENABLE PARALLEL DML;!

34 Key Parallel Init Parameters PARALLEL_MAX_SERVERS Max # of instance parallel workers Recommend leaving at default (CPU_COUNT * PARALLEL_THREADS_PER_CPU*10) PARALLEL_MIN_SERVERS See Oracle Support Note for Exadata best prac3ces Min # of instance parallel workers (default 0) Helps control overhead of crea3ng and destroying workers Recommend seang to high daily average of workers

35 Parallel Init Parameters AUTO DOP Enabled by parallel_degree_policy! Manual (Default), Limited, Auto Each statement automa3cally evaluated as a candidate for parallelism; whether or not statements contain parallel hints or objects have a DOP set Controlled by parallel_min_time_threshold 10 seconds by default Statements expected to run longer are candidates for automa3c paralleliza3on Use with Cau3on!

36 Parallel Statement Queuing Limits concurrent parallel processes un3l enough slaves are available Protects against overwhelming the server with parallel processes Delivers a more consistent performance profile Can be enabled without Auto DOP by seang _parallel_statement_queuing = TRUE! Control when queuing starts by using PARALLEL_SERVER_TARGET! Statements queued in FIFO method!

37 Parallel Statement Queuing

38 Parallel Statement Monitoring OEM / Grid Control! SQL Monitoring specifically GV$PX PROCESS One record per Parallel Worker GV$SQL_MONITOR Also shows queued parallel statements See Oracle Support Note for more monitoring queries

39 Avoid the 3X Club Tune for Smart Scans Wisely use Parallelism Compress with HCC where appropriate Invoke Resource Management (IORM) S3ll follow Data Warehouse Best Prac3ces

40 Hybrid Columnar Compression Data is organized and compressed by column in compression units (CU) Speed Optimized Query Compression for Data Warehousing 5X to 10X compression typical Runs faster because of Exadata offload! Space Optimized Archival Compression for infrequently accessed data 10X to 50X compression typical Query Benefits Mul3ply Faster and Simpler Backup, DR, Caching, Reorg, Clone

41 Hybrid Columnar Compression VENDOR_ID VEND_NAME STATE VNDR_RATING VENDOR_TYPE ========== =========== ===== =========== ========== 100 ACME ONE MI 100 DIRECT 101 ACME ONE CA 90 DIRECT 102 NORTON IA 95 INDIRECT 103 WINGDINGS MI 96 INDIRECT 104 WINGDINGS GA 96 INDIRECT Hybrid Columnar Compression Uncompressed Logical Compression Unit <- Header - > Free space 100ACME ONEMI100DIRECT 101ACME ONECA()DIRECT 102NORTONIA95INDIRECT 103WINGDINGSMS96INDIREC T 104WINGDINGSGA96INDIREC T CU Header- > VENDOR_ID VEND_NAME VNDR_RATING STATE VENDOR_ TYPE COL7 COL6 COL8 COL10 COL9

42 Hybrid Columnar Compression Performance Benefits If queries select a single or subset of columns, Oracle will only need to read from blocks on which the columns exist This is different than other types of compression and un- compressed tables Not only is space saved, but also IO Saving IO means bemer performance!

43 HCC Why Not? HCC requires direct path loads Conven3onal inserts use OLTP compression Deletes against HCC tables lock en3re CU When upda3ng HCC tables: The updated row is migrated (i.e., deleted + re- inserted into a new block, leaving a pointer behind) New row is OLTP- compressed Locks impact en3re CU, not just row! DML on HCC tables is very expensive!

44 HCC Use Cases Use OLTP compression for DW tables by default, and then use HCC compression when Data is direct path loaded (CTAS, Insert /*+ APPEND */) Data is not updated Or rarely updated and truncated and reloaded periodically Par33on tables with different compression ra3os Updated Data = OLTP compression Heavily Queried Data = Query / Archive Low compression Cold / Archive Data = Archive High compression Use compression advisor to preview compress ra3o DBMS_COMPRESSION.GET_COMPRESSION_RATIO

45 Avoid the 3X Club Tune for Smart Scans Wisely use Parallelism Compress with HCC where appropriate Invoke Resource Management (IORM) S3ll follow Data Warehouse Best Prac3ces

46 IORM IO Resource Management (IORM) governs and meters IO from different workloads in the Exadata Storage Servers A common challenge with shared storage infrastructure is that of compe3ng IO workloads Batch vs. OLTP Warehouse vs. OLTP Produc3on vs. Test and Development Compe3ng priori3es can be mi3gated by over- provisioning storage, but this becomes expensive Exadata addresses this challenge with IORM

47 IORM and DBRM Oracle DBRM allows managing CPU and other internal DB resources, e.g. parallelism, among compe3ng workloads in a single database DBRM is not Exadata Specific With Exadata IORM integra3on, IO resources are also controlled by DBRM A DBRM resource plan is also called an intra- database resource plan

48 IORM Plans Approaches for managing resource allocavons Intra- database resource plans manage mul3ple workloads in a single database If only one database on the Exadata machine, only an intra- database resource plan is needed Inter- database resource plans manage resources among mulvple databases on Exadata Specifies alloca3ons to databases, not consumer groups Category plans allow resource control across databases by the type of workload An IORM plan is the combina3on of an inter- database plan and a category plan

49 IORM and DBRM DBRM Example Database DBM OM OLTP Consumer group Other OLTP Consumer group Database XBM Online query Consumer group Repor3ng Consumer group Batch query Consumer group

50 IORM and DBRM Category Plan Example Database DBM OM OLTP Consumer group Other OLTP Consumer group Database XBM Online query Consumer group Interactive category Batch category Repor3ng Consumer group Batch query Consumer group

51 IORM Example All User IO = 100% Category Plan 70% Interactive 30% Batch Interdatabase Plan 40% XBM 60% DBM 40% XBM 60% DBM Intradatabase Plan 50% 30% 70% 20% 30% IORM Allocation DBM OM OLTP 26.25% DBM OTHER OLTP: 15.75% XBM: ONLINE QUERY 28.00% DBM: REPORTING 18.00% XBM: BATCH QUERY 12.00%

52 IORM Rules IORM is only engaged when needed LeIover disk alloca3on is made available to other workloads in rela3on to the configured resource plans max limits can be set Background IO is priori3zed rela3ve to user IO Redo and control file writes always take precedence DBWR writes are scheduled at the same priority as user IO If no intra- database plan is set, all non- background IO requests are grouped into the default OTHER_GROUPS consumer group

53 IORM Plan Syntax IORM plans created using CELLCLI / DCLI

54 IORM Monitoring IORM Metrics using CELLCLI / DCLI Metric Name DB_IO_RQ_SM DB_IO_RQ_LG DB_IO_RQ_SM_SEC DB_IO_RQ_LG_SEC DB_IO_WT_SM DB_IO_WT_LG Meaning Total number of IO requests issues by the database since any resource plan was set IO requests per second issued by the database in the last minute Total number of seconds that IO requests issued by the database waited to be scheduled Metric IORM script See Oracle Support Note: Tool for Gathering I/O Resource Manager Metrics: metric_iorm.pl [ID ] OEM (Grid Control) Exadata plugin

55 IORM Unless you only have one database with a single type of workload on Exadata then you should use IORM In other words Everyone using Exadata should use IORM!

56 IORM Benefits EDW for Large Organiza3on in Salt Lake valley 3.5 days before and aier enabling IORM/DBRM plans

57 Avoid the 3X Club Tune for Smart Scans Wisely use Parallelism Compress with HCC where appropriate Invoke Resource Management (IORM) S3ll follow Data Warehouse Best Prac3ces

58 Follow DW Best Prac3ces Oracle data warehousing on Exadata is s3ll data warehousing on Oracle (With a few incredible innova3ons J ) So Data Warehouse Best Prac3ces s3ll apply!

59 Follow DW Best Prac3ces Key Best PracVces Dimensional Model (Star Schema) Well- wrimen SQL Table Par33oning (par3cularly fact tables) Par33on by load frequency, sub par33on by join hash Par33on Exchange loading Parallel, Direct- Path (possibly nolog) Data Loading Including Constraint and Index management Query Rewrite Materialized Views and OLAP cubes Star Transforma3on Joins

60 GeAng the Most Out of Your Exadata DW Smart Scans (Storage Offloading) Parallelism DW Best PracVces Hybrid Columnar Compression

61 Ques3ons?

<Insert Picture Here> Best Practices for Extreme Performance with Data Warehousing on Oracle Database

<Insert Picture Here> Best Practices for Extreme Performance with Data Warehousing on Oracle Database 1 Best Practices for Extreme Performance with Data Warehousing on Oracle Database Rekha Balwada Principal Product Manager Agenda Parallel Execution Workload Management on Data Warehouse

More information

Inge Os Sales Consulting Manager Oracle Norway

Inge Os Sales Consulting Manager Oracle Norway Inge Os Sales Consulting Manager Oracle Norway Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database Machine Oracle & Sun Agenda Oracle Fusion Middelware Oracle Database 11GR2 Oracle Database

More information

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013 Applying traditional DBA skills to Oracle Exadata Marc Fielding March 2013 About Me Senior Consultant with Pythian s Advanced Technology Group 12+ years Oracle production systems experience starting with

More information

How Oracle Exadata Delivers Extreme Performance

How Oracle Exadata Delivers Extreme Performance How Oracle Exadata Delivers Extreme Performance John Clarke Sr. Oracle Architect Dallas Detroit Los Angeles Singapore India www.centroid.com 1 Ø Ø Agenda Oracle Exadata: Hardware and Software Optimized

More information

How To Build An Exadata Database Machine X2-8 Full Rack For A Large Database Server

How To Build An Exadata Database Machine X2-8 Full Rack For A Large Database Server Oracle Exadata Database Machine Overview Exadata Database Machine Best Platform to Run the Oracle Database Best Machine for Data Warehousing Best Machine for OLTP Best Machine for

More information

2009 Oracle Corporation 1

2009 Oracle Corporation 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture

Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Oracle Exadata: The World s Fastest Database Machine Exadata Database Machine Architecture Ron Weiss, Exadata Product Management Exadata Database Machine Best Platform to Run the

More information

<Insert Picture Here> Oracle Exadata Database Machine Overview

<Insert Picture Here> Oracle Exadata Database Machine Overview Oracle Exadata Database Machine Overview Exadata Database Machine Best Platform to Run the Oracle Database Best Machine for Data Warehousing Best Machine for OLTP Best Machine for

More information

Exadata and Database Machine Administration Seminar

Exadata and Database Machine Administration Seminar Oracle University Contact Us: 1.800.529.0165 Exadata and Database Machine Administration Seminar Duration: 2 Days What you will learn The first section of this course introduces you to Exadata Storage

More information

Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers

Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers Masood Ahmed EMEA Infrastructure Solutions Oracle/SAP Relationship Overview First SAP R/3 release

More information

Oracle Database In-Memory The Next Big Thing

Oracle Database In-Memory The Next Big Thing Oracle Database In-Memory The Next Big Thing Maria Colgan Master Product Manager #DBIM12c Why is Oracle do this Oracle Database In-Memory Goals Real Time Analytics Accelerate Mixed Workload OLTP No Changes

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Kerry Osborne Randy Johnson Tanel Poder Apress Contents J m About the Authors About the Technical Reviewer a Acknowledgments Introduction xvi xvii xviii xix Chapter 1: What Is Exadata?

More information

Tuning Exadata. But Why?

Tuning Exadata. But Why? Tuning Exadata But Why? whoami Work for Enkitec (www.enkitec.com) Working with Exadata since early 2010 Many Exadata customers and POCs Many Exadata Presentations (some to Oracle) Working on Exadata Book

More information

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine An Oracle White Paper May 2011 Exadata Smart Flash Cache and the Oracle Exadata Database Machine Exadata Smart Flash Cache... 2 Oracle Database 11g: The First Flash Optimized Database... 2 Exadata Smart

More information

An Oracle White Paper December 2013. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper December 2013. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper December 2013 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Introduction... 2 Exadata Product Family... 5 The Exadata Engineered System...

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

Exadata Database Machine

Exadata Database Machine Database Machine Extreme Extraordinary Exciting By Craig Moir of MyDBA March 2011 Exadata & Exalogic What is it? It is Hardware and Software engineered to work together It is Extreme Performance Application-to-Disk

More information

Capacity Management for Oracle Database Machine Exadata v2

Capacity Management for Oracle Database Machine Exadata v2 Capacity Management for Oracle Database Machine Exadata v2 Dr. Boris Zibitsker, BEZ Systems NOCOUG 21 Boris Zibitsker Predictive Analytics for IT 1 About Author Dr. Boris Zibitsker, Chairman, CTO, BEZ

More information

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved. Preview of Oracle Database 12c In-Memory Option 1 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

Oracle Database In- Memory Op4on in Ac4on

Oracle Database In- Memory Op4on in Ac4on Oracle Database In- Memory Op4on in Ac4on Tanel Põder & Kerry Osborne Accenture Enkitec Group h4p:// 1 Tanel Põder Intro: About Consultant, Trainer, Troubleshooter Oracle Database Performance geek Exadata

More information

Automatic Data Optimization

Automatic Data Optimization Automatic Data Optimization Saving Space and Improving Performance! Erik Benner, Enterprise Architect 1 Who am I? Erik Benner @erik_benner TalesFromTheDatacenter.com Enterprise Architect Ebenner@mythics.com

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Second Edition Martin Bach Karl Arao Andy Colvin Frits Hoogland Kerry Osborne Randy Johnson Tanel Poder (ioug)* A IndafMndentoracle u*cn group Apress Contents J About the Authors

More information

An Oracle White Paper June 2012. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper June 2012. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper June 2012 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Introduction... 2 Exadata Product Family... 4 Exadata Database Machine... 4 Exadata

More information

SUN ORACLE EXADATA STORAGE SERVER

SUN ORACLE EXADATA STORAGE SERVER SUN ORACLE EXADATA STORAGE SERVER KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch SAS or SATA disks 384 GB of Exadata Smart Flash Cache 2 Intel 2.53 Ghz quad-core processors 24 GB memory Dual InfiniBand

More information

Oracle Aware Flash: Maximizing Performance and Availability for your Database

Oracle Aware Flash: Maximizing Performance and Availability for your Database Oracle Aware Flash: Maximizing Performance and Availability for your Database Gurmeet Goindi Principal Product Manager Oracle Kirby McCord Database Architect US Cellular Kodi Umamageswaran Vice President,

More information

Overview: X5 Generation Database Machines

Overview: X5 Generation Database Machines Overview: X5 Generation Database Machines Spend Less by Doing More Spend Less by Paying Less Rob Kolb Exadata X5-2 Exadata X4-8 SuperCluster T5-8 SuperCluster M6-32 Big Memory Machine Oracle Exadata Database

More information

An Oracle White Paper October 2010. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server

An Oracle White Paper October 2010. A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server An Oracle White Paper October 2010 A Technical Overview of the Oracle Exadata Database Machine and Exadata Storage Server Disclaimer The following is intended to outline our general product direction.

More information

ORACLE EXADATA STORAGE SERVER X4-2

ORACLE EXADATA STORAGE SERVER X4-2 ORACLE EXADATA STORAGE SERVER X4-2 KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch High Performance or High Capacity disks 3.2 TB of Exadata Smart Flash Cache 12 CPU cores dedicated to SQL processing

More information

How To Use Exadata

How To Use Exadata Exadata V2 - Oracle Exadata Database Machine Robert Pastijn Platform Technology Services (PTS) Product Development 2010 Oracle Corporation Exadata V2 Goals Ideal Database Platform

More information

Exadata Performance, Yes You Still Need to Tune Kathy Gibbs Senior Database Administrator, CONFIO Software

Exadata Performance, Yes You Still Need to Tune Kathy Gibbs Senior Database Administrator, CONFIO Software Exadata Performance, Yes You Still Need to Tune Kathy Gibbs Senior Database Administrator, CONFIO Software Who Am I? Over 18 years in IT and 12+ Years in Oracle & SQL Server DBA and Developer Worked for

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 2 to 8 database servers From 3 to 14 Sun Oracle Exadata Storage Servers Up to 5.3 TB of Exadata QDR (40 Gb/second) InfiniBand Switches Uncompressed

More information

Novinky v Oracle Exadata Database Machine

Novinky v Oracle Exadata Database Machine ORACLE PRODUCT LOGO Novinky v Oracle Exadata Database Machine Gabriela Hečková 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Agenda Exadata vývoj riešenia Nové vlastnosti Management

More information

Oracle Database 12c Built for Data Warehousing O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5

Oracle Database 12c Built for Data Warehousing O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5 Oracle Database 12c Built for Data Warehousing O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5 Contents Executive Summary 1 Overview 2 A Brief Introduction to Oracle s Information Management Reference

More information

Exadata Database Machine Administration Workshop NEW

Exadata Database Machine Administration Workshop NEW Exadata Database Machine Administration Workshop NEW Duration: 4 Days What you will learn This course introduces students to Oracle Exadata Database Machine. Students learn about the various Exadata Database

More information

An Oracle White Paper December 2013. Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine

An Oracle White Paper December 2013. Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine An Oracle White Paper December 2013 Exadata Smart Flash Cache Features and the Oracle Exadata Database Machine Flash Technology and the Exadata Database Machine... 2 Oracle Database 11g: The First Flash

More information

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya

Oracle Database - Engineered for Innovation. Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database - Engineered for Innovation Sedat Zencirci Teknoloji Satış Danışmanlığı Direktörü Türkiye ve Orta Asya Oracle Database 11g Release 2 Shipping since September 2009 11.2.0.3 Patch Set now

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 1 to 8 database servers From 1 to 14 Sun Oracle Exadata Storage Servers Each Exadata Storage Server includes 384 GB of Exadata Smart Flash Cache

More information

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren

News and trends in Data Warehouse Automation, Big Data and BI. Johan Hendrickx & Dirk Vermeiren News and trends in Data Warehouse Automation, Big Data and BI Johan Hendrickx & Dirk Vermeiren Extreme Agility from Source to Analysis DWH Appliances & DWH Automation Typical Architecture 3 What Business

More information

Exadata for Oracle DBAs. Longtime Oracle DBA

Exadata for Oracle DBAs. Longtime Oracle DBA Exadata for Oracle DBAs Longtime Oracle DBA Why this Session? I m an Oracle DBA Familiar with RAC, 11gR2 and ASM About to become a Database Machine Administrator (DMA) How much do I have to learn? How

More information

An Oracle White Paper September 2009. A Technical Overview of the Sun Oracle Exadata Storage Server and Database Machine

An Oracle White Paper September 2009. A Technical Overview of the Sun Oracle Exadata Storage Server and Database Machine An Oracle White Paper September 2009 A Technical Overview of the Sun Oracle Exadata Storage Server and Database Machine Sun Oracle Exadata Storage Server and Database Machine... 2 Today s Limits On Database

More information

Data Management in the Cloud: Limitations and Opportunities. Annies Ductan

Data Management in the Cloud: Limitations and Opportunities. Annies Ductan Data Management in the Cloud: Limitations and Opportunities Annies Ductan Discussion Outline: Introduc)on Overview Vision of Cloud Compu8ng Managing Data in The Cloud Cloud Characteris8cs Data Management

More information

Main Memory Data Warehouses

Main Memory Data Warehouses Main Memory Data Warehouses Robert Wrembel Poznan University of Technology Institute of Computing Science Robert.Wrembel@cs.put.poznan.pl www.cs.put.poznan.pl/rwrembel Lecture outline Teradata Data Warehouse

More information

An Oracle White Paper April 2010. A Technical Overview of the Sun Oracle Database Machine and Exadata Storage Server

An Oracle White Paper April 2010. A Technical Overview of the Sun Oracle Database Machine and Exadata Storage Server An Oracle White Paper April 2010 A Technical Overview of the Sun Oracle Database Machine and Exadata Storage Server Sun Oracle Database Machine and Exadata Storage Server... 2 Exadata Product Family...

More information

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni Agenda Database trends for the past 10 years Era of Big Data and Cloud Challenges and Options Upcoming database trends Q&A Scope

More information

Accelerating Application Performance on Virtual Machines

Accelerating Application Performance on Virtual Machines Accelerating Application Performance on Virtual Machines...with flash-based caching in the server Published: August 2011 FlashSoft Corporation 155-A W. Moffett Park Dr Sunnyvale, CA 94089 info@flashsoft.com

More information

ORACLE EXADATA DATABASE MACHINE X2-8

ORACLE EXADATA DATABASE MACHINE X2-8 ORACLE EXADATA DATABASE MACHINE X2-8 FEATURES AND FACTS FEATURES 128 CPU cores and 2 TB of memory for database processing 168 CPU cores for storage processing 2 database servers 14 Oracle Exadata Storage

More information

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress* Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing

More information

Oracle Database In- Memory & Rest of the Database Performance Features

Oracle Database In- Memory & Rest of the Database Performance Features Oracle Database In- Memory & Rest of the Database Performance Features #DBIM12c Safe Harbor Statement The following is intended to outline our general product direcmon. It is intended for informamon purposes

More information

1Z0-117 Oracle Database 11g Release 2: SQL Tuning. Oracle

1Z0-117 Oracle Database 11g Release 2: SQL Tuning. Oracle 1Z0-117 Oracle Database 11g Release 2: SQL Tuning Oracle To purchase Full version of Practice exam click below; http://www.certshome.com/1z0-117-practice-test.html FOR Oracle 1Z0-117 Exam Candidates We

More information

ORACLE EXADATA STORAGE SERVER X2-2

ORACLE EXADATA STORAGE SERVER X2-2 ORACLE EXADATA STORAGE SERVER X2-2 KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch High Performance or High Capacity SAS disks 384 GB of Exadata Smart Flash Cache 12 CPU cores dedicated to SQL processing

More information

Enkitec Exadata Storage Layout

Enkitec Exadata Storage Layout Enkitec Exadata Storage Layout 1 Randy Johnson Principal Consultant, Enkitec LP. 20 or so years in the IT industry Began working with Oracle RDBMS in 1992 at the launch of Oracle 7 Main areas of interest

More information

Oracle Big Data, In-memory, and Exadata - One Database Engine to Rule Them All Dr.-Ing. Holger Friedrich

Oracle Big Data, In-memory, and Exadata - One Database Engine to Rule Them All Dr.-Ing. Holger Friedrich Oracle Big Data, In-memory, and Exadata - One Database Engine to Rule Them All Dr.-Ing. Holger Friedrich Agenda Introduction Old Times Exadata Big Data Oracle In-Memory Headquarters Conclusions 2 sumit

More information

Using RDBMS, NoSQL or Hadoop?

Using RDBMS, NoSQL or Hadoop? Using RDBMS, NoSQL or Hadoop? DOAG Conference 2015 Jean- Pierre Dijcks Big Data Product Management Server Technologies Copyright 2014 Oracle and/or its affiliates. All rights reserved. Data Ingest 2 Ingest

More information

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle

Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Direct NFS - Design considerations for next-gen NAS appliances optimized for database workloads Akshay Shah Gurmeet Goindi Oracle Agenda Introduction Database Architecture Direct NFS Client NFS Server

More information

Oracle Database In-Memory A Practical Solution

Oracle Database In-Memory A Practical Solution Oracle Database In-Memory A Practical Solution Sreekanth Chintala Oracle Enterprise Architect Dan Huls Sr. Technical Director, AT&T WiFi CON3087 Moscone South 307 Safe Harbor Statement The following is

More information

MACHINE X2-8 ORACLE EXADATA DATABASE ORACLE DATA SHEET FEATURES AND FACTS FEATURES

MACHINE X2-8 ORACLE EXADATA DATABASE ORACLE DATA SHEET FEATURES AND FACTS FEATURES ORACLE EXADATA DATABASE MACHINE X2-8 FEATURES AND FACTS FEATURES 160 CPU cores and 4 TB of memory for database processing 168 CPU cores dedicated to SQL processing in storage 2 database servers 14 Oracle

More information

Oracle EXAM - 1Z0-117. Oracle Database 11g Release 2: SQL Tuning. Buy Full Product. http://www.examskey.com/1z0-117.html

Oracle EXAM - 1Z0-117. Oracle Database 11g Release 2: SQL Tuning. Buy Full Product. http://www.examskey.com/1z0-117.html Oracle EXAM - 1Z0-117 Oracle Database 11g Release 2: SQL Tuning Buy Full Product http://www.examskey.com/1z0-117.html Examskey Oracle 1Z0-117 exam demo product is here for you to test the quality of the

More information

Who am I? Copyright 2014, Oracle and/or its affiliates. All rights reserved. 3

Who am I? Copyright 2014, Oracle and/or its affiliates. All rights reserved. 3 Oracle Database In-Memory Power the Real-Time Enterprise Saurabh K. Gupta Principal Technologist, Database Product Management Who am I? Principal Technologist, Database Product Management at Oracle Author

More information

Oracle Enterprise Manager 12c New Capabilities for the DBA. Charlie Garry, Director, Product Management Oracle Server Technologies

Oracle Enterprise Manager 12c New Capabilities for the DBA. Charlie Garry, Director, Product Management Oracle Server Technologies Oracle Enterprise Manager 12c New Capabilities for the DBA Charlie Garry, Director, Product Management Oracle Server Technologies of DBAs admit doing nothing to address performance issues CHANGE AVOID

More information

Performance Baseline of Hitachi Data Systems HUS VM All Flash Array for Oracle

Performance Baseline of Hitachi Data Systems HUS VM All Flash Array for Oracle Performance Baseline of Hitachi Data Systems HUS VM All Flash Array for Oracle Storage and Database Performance Benchware Performance Suite Release 8.5 (Build 131015) November 2013 Contents 1 System Configuration

More information

Oracle DBA Course Contents

Oracle DBA Course Contents Oracle DBA Course Contents Overview of Oracle DBA tasks: Oracle as a flexible, complex & robust RDBMS The evolution of hardware and the relation to Oracle Different DBA job roles(vp of DBA, developer DBA,production

More information

Maximum Availability Architecture

Maximum Availability Architecture Oracle Data Guard: Disaster Recovery for Sun Oracle Database Machine Oracle Maximum Availability Architecture White Paper April 2010 Maximum Availability Architecture Oracle Best Practices For High Availability

More information

Oracle MulBtenant Customer Success Stories

Oracle MulBtenant Customer Success Stories Oracle MulBtenant Customer Success Stories Mul1tenant Customer Sessions at Customer Session Venue Title SAS Cigna CON6328 Mon 2:45pm SAS SoluBons OnDemand: A MulBtenant Cloud Offering CON6379 Mon 5:15pm

More information

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011 SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications Jürgen Primsch, SAP AG July 2011 Why In-Memory? Information at the Speed of Thought Imagine access to business data,

More information

MACHINE X2-22 ORACLE EXADATA DATABASE ORACLE DATA SHEET FEATURES AND FACTS FEATURES

MACHINE X2-22 ORACLE EXADATA DATABASE ORACLE DATA SHEET FEATURES AND FACTS FEATURES ORACLE EXADATA DATABASE MACHINE X2-22 FEATURES AND FACTS FEATURES Up to 96 CPU cores and 1,152 GB memory for database processing Up to 168 CPU cores dedicated to SQL processing in storage From 2 to 8 database

More information

HP Oracle Database Platform / Exadata Appliance Extreme Data Warehousing

HP Oracle Database Platform / Exadata Appliance Extreme Data Warehousing HP Oracle Database Platform / Exadata Appliance Extreme Data Warehousing Shyam Varan Nath President, Oracle BIWA SIG & Founder Exadata SIG (http://oracleexadata.org) South Florida Oracle User Group March

More information

ORACLE EXADATA STORAGE SERVER X3-2

ORACLE EXADATA STORAGE SERVER X3-2 ORACLE EXADATA STORAGE SERVER X3-2 KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch High Performance or High Capacity disks 1.6 TB of Exadata Smart Flash Cache 12 CPU cores dedicated to SQL processing

More information

An Oracle White Paper March 2014. Best Practices for Implementing a Data Warehouse on the Oracle Exadata Database Machine

An Oracle White Paper March 2014. Best Practices for Implementing a Data Warehouse on the Oracle Exadata Database Machine An Oracle White Paper March 2014 Best Practices for Implementing a Data Warehouse on the Oracle Exadata Database Machine Introduction... 1! Data Models for a Data Warehouse... 2! Physical Model Implementing

More information

MACHINE X3-8 ORACLE DATA SHEET ORACLE EXADATA DATABASE FEATURES AND FACTS FEATURES

MACHINE X3-8 ORACLE DATA SHEET ORACLE EXADATA DATABASE FEATURES AND FACTS FEATURES ORACLE EXADATA DATABASE MACHINE X3-8 FEATURES AND FACTS FEATURES 160 CPU cores and 4 TB of memory for database processing 168 CPU cores dedicated to SQL processing in storage 2 database servers 14 Oracle

More information

Data Warehousing. Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de. Winter 2015/16. Jens Teubner Data Warehousing Winter 2015/16 1

Data Warehousing. Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de. Winter 2015/16. Jens Teubner Data Warehousing Winter 2015/16 1 Jens Teubner Data Warehousing Winter 2015/16 1 Data Warehousing Jens Teubner, TU Dortmund jens.teubner@cs.tu-dortmund.de Winter 2015/16 Jens Teubner Data Warehousing Winter 2015/16 13 Part II Overview

More information

How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing

How to Migrate your Database to Oracle Exadata. Noam Cohen, Oracle DB Consultant, E&M Computing How to Migrate your Database to Oracle Exadata Noam Cohen, Oracle DB Consultant, E&M Computing Who am I Working with Oracle Since 2000 Versions 8.0 11g Consulting on all areas from Infrastructure to Application

More information

The Revival of Direct Attached Storage for Oracle Databases

The Revival of Direct Attached Storage for Oracle Databases The Revival of Direct Attached Storage for Oracle Databases Revival of DAS in the IT Infrastructure Introduction Why is it that the industry needed SANs to get more than a few hundred disks attached to

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Internal Only

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Internal Only 1 Integrované systémy Datové sklady bez rizika Ing. Josef Krejčí Principal Sales Consultant, Engineered Systems 2 Information Technology Constant Change 1950 2012 3 New data - New opportunities New ways

More information

Exadata: from Beginner to Advanced in 3 Hours. Arup Nanda Longtime Oracle DBA (and now DMA)

Exadata: from Beginner to Advanced in 3 Hours. Arup Nanda Longtime Oracle DBA (and now DMA) Exadata: from Beginner to Advanced in 3 Arup Nanda Longtime Oracle DBA (and now DMA) Why this Session? If you are an Oracle DBA Familiar with RAC, 11gR2 and ASM about to be a Database Machine Administrator

More information

Boost Database Performance with the Cisco UCS Storage Accelerator

Boost Database Performance with the Cisco UCS Storage Accelerator Boost Database Performance with the Cisco UCS Storage Accelerator Performance Brief February 213 Highlights Industry-leading Performance and Scalability Offloading full or partial database structures to

More information

An Oracle White Paper November 2012. Hybrid Columnar Compression (HCC) on Exadata

An Oracle White Paper November 2012. Hybrid Columnar Compression (HCC) on Exadata An Oracle White Paper November 2012 Hybrid Columnar Compression (HCC) on Exadata Introduction... 3 Hybrid Columnar Compression: Technology Overview... 4 Warehouse Compression... 5 Archive Compression...

More information

Benchmarking Cassandra on Violin

Benchmarking Cassandra on Violin Technical White Paper Report Technical Report Benchmarking Cassandra on Violin Accelerating Cassandra Performance and Reducing Read Latency With Violin Memory Flash-based Storage Arrays Version 1.0 Abstract

More information

Oracle Exadata Database Machine Aké jednoznačné výhody prináša pre finančné inštitúcie

Oracle Exadata Database Machine Aké jednoznačné výhody prináša pre finančné inštitúcie Oracle Exadata Database Machine Aké jednoznačné výhody prináša pre finančné inštitúcie Gabriela Hečková Technology Sales Consultant, Engineered Systems Oracle Slovensko Copyright 2014 Oracle and/or its

More information

Texas Digital Government Summit. Data Analysis Structured vs. Unstructured Data. Presented By: Dave Larson

Texas Digital Government Summit. Data Analysis Structured vs. Unstructured Data. Presented By: Dave Larson Texas Digital Government Summit Data Analysis Structured vs. Unstructured Data Presented By: Dave Larson Speaker Bio Dave Larson Solu6ons Architect with Freeit Data Solu6ons In the IT industry for over

More information

ORACLE DATA SHEET RELATED PRODUCTS AND SERVICES RELATED PRODUCTS

ORACLE DATA SHEET RELATED PRODUCTS AND SERVICES RELATED PRODUCTS ORACLE EXADATA STORAGE EXPANSION RACK FEATURES AND FACTS FEATURES Grow the storage capacity of Oracle Exadata Database Machines and Oracle SPARC SuperCluster Includes from 4 to 18 Oracle Exadata Storage

More information

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

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

More information

Oracle Database Cloud Exadata Service

Oracle Database Cloud Exadata Service Oracle Database Cloud Exadata Service Exadata Performance, Cloud Simplicity The Oracle Database Cloud - Exadata Service (Exadata Service) delivers the world s best Cloud Database Platform by combining

More information

ORACLE EXADATA DATABASE MACHINE X5-2

ORACLE EXADATA DATABASE MACHINE X5-2 ORACLE EXADATA DATABASE MACHINE X5-2 The Oracle Exadata Database Machine is engineered to be the highest performing, most cost effective and most available platform for running Oracle Database. Exadata

More information

Introduction to Database as a Service

Introduction to Database as a Service Introduction to Database as a Service Exadata Platform Revised 8/1/13 Database as a Service (DBaaS) Starts With The Business Needs Establish an IT delivery model that reduces costs, meets demand, and fulfills

More information

ORACLE EXADATA DATABASE MACHINE X4-2

ORACLE EXADATA DATABASE MACHINE X4-2 ORACLE EXADATA DATABASE MACHINE X4-2 FEATURES AND FACTS FEATURES Up to 192 CPU cores and 4 TB memory for database processing Up to 168 CPU cores dedicated to SQL processing in storage From 2 to 8 database

More information

Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc.

Oracle BI EE Implementation on Netezza. Prepared by SureShot Strategies, Inc. Oracle BI EE Implementation on Netezza Prepared by SureShot Strategies, Inc. The goal of this paper is to give an insight to Netezza architecture and implementation experience to strategize Oracle BI EE

More information

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering

Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays. Red Hat Performance Engineering Removing Performance Bottlenecks in Databases with Red Hat Enterprise Linux and Violin Memory Flash Storage Arrays Red Hat Performance Engineering Version 1.0 August 2013 1801 Varsity Drive Raleigh NC

More information

TUT NoSQL Seminar (Oracle) Big Data

TUT NoSQL Seminar (Oracle) Big Data Timo Raitalaakso +358 40 848 0148 rafu@solita.fi TUT NoSQL Seminar (Oracle) Big Data 11.12.2012 Timo Raitalaakso MSc 2000 Work: Solita since 2001 Senior Database Specialist Oracle ACE 2012 Blog: http://rafudb.blogspot.com

More information

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option

Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option Optimize Oracle Business Intelligence Analytics with Oracle 12c In-Memory Database Option Kai Yu, Senior Principal Architect Dell Oracle Solutions Engineering Dell, Inc. Abstract: By adding the In-Memory

More information

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture

Flash Performance for Oracle RAC with PCIe Shared Storage A Revolutionary Oracle RAC Architecture Flash Performance for Oracle RAC with PCIe Shared Storage Authored by: Estuate & Virident HGST Table of Contents Introduction... 1 RAC Share Everything Architecture... 1 Oracle RAC on FlashMAX PCIe SSDs...

More information

Performance Management in Big Data Applica6ons. Michael Kopp, Technology Strategist @mikopp

Performance Management in Big Data Applica6ons. Michael Kopp, Technology Strategist @mikopp Performance Management in Big Data Applica6ons Michael Kopp, Technology Strategist NoSQL: High Volume/Low Latency DBs Web Java Key Challenges 1) Even Distribu6on 2) Correct Schema and Access paperns 3)

More information

Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services. By Ajay Goyal Consultant Scalability Experts, Inc.

Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services. By Ajay Goyal Consultant Scalability Experts, Inc. Enterprise Performance Tuning: Best Practices with SQL Server 2008 Analysis Services By Ajay Goyal Consultant Scalability Experts, Inc. June 2009 Recommendations presented in this document should be thoroughly

More information

Virident HGST Leading the Flash Pla6orm Transforma:on March 2014

Virident HGST Leading the Flash Pla6orm Transforma:on March 2014 Virident HGST Leading the Flash Pla6orm Transforma:on March 2014 www.virident.com Storage Technology Division Hard Drive Division Storage Technology Division www.virident.com ENTERPRISE 2014, Virident

More information

SQream Technologies Ltd - Confiden7al

SQream Technologies Ltd - Confiden7al SQream Technologies Ltd - Confiden7al 1 Ge#ng Big Data Done On a GPU- Based Database Ori Netzer VP Product 26- Mar- 14 Analy7cs Performance - 3 TB, 18 Billion records SQream Database 400x More Cost Efficient!

More information

Oracle Database 11g R1 & R2: New Features for Administrators

Oracle Database 11g R1 & R2: New Features for Administrators Oracle Database 11g R1 & R2: New Features for Administrators Summary This Oracle 11g course will assist experienced Oracle database administrators to quickly learn the new features and concepts associated

More information

Data Warehouse in the Cloud Marketing or Reality? Alexei Khalyako Sr. Program Manager Windows Azure Customer Advisory Team

Data Warehouse in the Cloud Marketing or Reality? Alexei Khalyako Sr. Program Manager Windows Azure Customer Advisory Team Data Warehouse in the Cloud Marketing or Reality? Alexei Khalyako Sr. Program Manager Windows Azure Customer Advisory Team Data Warehouse we used to know High-End workload High-End hardware Special know-how

More information

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Simon Law TimesTen Product Manager, Oracle Meet The Experts: Andy Yao TimesTen Product Manager, Oracle Gagan Singh Senior

More information

Resource Manager Overview. Sue Lee, Director of Development 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Resource Manager Overview. Sue Lee, Director of Development 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Resource Manager Overview Sue Lee, Director of Development 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Agenda Resource Manager Use Cases Consolidation Mixed Workloads Managing

More information

Oracle Database 12c Plug In. Switch On. Get SMART.

Oracle Database 12c Plug In. Switch On. Get SMART. Oracle Database 12c Plug In. Switch On. Get SMART. Duncan Harvey Head of Core Technology, Oracle EMEA March 2015 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Drilling Deep Into Exadata Performance With ASH, SQL Monitoring and Exadata Snapper

Drilling Deep Into Exadata Performance With ASH, SQL Monitoring and Exadata Snapper Drilling Deep Into Exadata Performance With ASH, SQL Monitoring and Exadata Snapper Tanel Põder Enkitec h=p:// h=p://blog.tanelpoder.com 1 Intro: About me Tanel Põder Former Oracle Database Performance

More information