Performance Baseline of Oracle Exadata X2-2 HR HC

Size: px
Start display at page:

Download "Performance Baseline of Oracle Exadata X2-2 HR HC"

Transcription

1 Performance Baseline of Oracle Exadata X2-2 HR HC Part I: CPU Performance Benchware Performance Suite Release 8.4 (Build ) June 2013

2 Contents 1 Introduction to CPU Performance Tests 2 CPU and Server Configuration 3 Benchmark Results Basic Arithmetic Operations 4 Benchmark Results Mixed Operations with SQL built-in functions 5 Benchmark Results Algorithms 6 Reviewing CPU Benchmark Results copyright 2013 by benchware.ch slide 2

3 CPU Performance Why measure CPU Performance? CPU performance has a huge impact on - performance of most database operations - Oracle license (core factor) and maintenance cost - even with Unlimited License Agreement (ULA) copyright 2013 by benchware.ch slide 3

4 CPU Performance What is measured? CPU performance from the Oracle point of view - Pure processor performance - Including level 1, 2, 3 cache - No memory access - No I/O operations Speed of single thread - Elapsed time [s] for algorithms - Operations per second [ops] Maximum throughput of system - Operations per second [ops] Scalability - Throughput per process for n = {1, 2, 4, 8,, n} Efficiency of - Multi threading - Virtualization - Encryption copyright 2013 by benchware.ch slide 4

5 CPU Performance How is CPU Performance measured? Following data types are most important for Oracle applications - PLS_INTEGER - NUMBER (no direct mapping to hardware data type) - VARCHAR2 - DATE Benchware uses Oracle data types in PL/SQL to measure the performance characteristics of a CPU - PL/SQL is the most powerful transaction programming language - Some important core applications are completely written in PL/SQL copyright 2013 by benchware.ch slide 5

6 CPU Performance Overview of CPU performance tests with Test Codes Oracle CPU Performance Test Code for SIMPLE_ INTEGER Test Code for SIMPLE_ FLOAT Test Code for PLS_INTEGER Test Code for NUMBER Test Code for Basic numeric operations CPU-11 CPU-12 CPU-13 CPU-14 - VARCHAR2 Oracle CPU Performance Mixed operations with SQL built in functions Test Code for SIMPLE_ INTEGER Test Code for SIMPLE_ FLOAT Test Code for PLS_INTEGER Test Code for NUMBER Test Code for VARCHAR2 - CPU-22 CPU-23 CPU-24 CPU-25 Oracle CPU Performance Fibonacci numbers n = {39, 40, 41, 42} Prime numbers [ , ] Test Code for SIMPLE_ INTEGER Test Code for SIMPLE_ FLOAT Test Code for PLS_INTEGER Test Code for NUMBER Test Code for VARCHAR CPU CPU-44 - Remarks: All CPU performance tests are using level 1, 2, 3 CPU cache and are therefore CPU bound. The Benchware Performance Suite uses optional encrypted tablespace to test the impact of encryption to performance. copyright 2013 by benchware.ch slide 6

7 CPU Performance Remarks on other benchmark tools... SAP, TPC, Swingbench, Hammerora, - No specific CPU performance tests for Oracle database operations with Oracle data types, e.g. with data type NUMBER, VARCHAR2, DATE SPEC, CPUbench, - No specific CPU performance tests for Oracle database operations with Oracle data types, e.g. with data type NUMBER, VARCHAR2, DATE Remarks: Application developers appreciate the very unique characteristics of the Oracle numeric data type NUMBER, therefore most Oracle applications use this data type as their standard numerical data type. The data type NUMBER uses a binary coded decimal implementation. This method can not be directly mapped to hardware data types and causes a lot of overhead. The performance of arithmetic operations with the data type NUMBER is therefore by factors slower than native data types like SIMPLE_INTEGER. Oracle implemented a specific software library for each processor architecture to handle numeric operations with the data type NUMBER. During our benchmarks, we experienced that the performance of the data type NUMBER does not correlate with industry standard SPEC benchmark results. copyright 2013 by benchware.ch slide 7

8 Contents 1 Introduction to CPU Performance Tests 2 CPU and Server Configuration 3 Benchmark Results Basic Arithmetic Operations 4 Benchmark Results Mixed Operations with SQL built-in functions 5 Benchmark Results Algorithms 6 Reviewing CPU Benchmark Results copyright 2013 by benchware.ch slide 8

9 CPU and Server Configuration CPU architecture CPU Intel Xeon X5675 Launch Date Q Frequency [GHz] #cores per socket 6 #threads per core 2 Performance numbers from other Benchmarks SPECint_base2006 (speed) 40.8 SPECint_base_rate_2006 (throughput) 361 Oracle CPU speed in sys.aux_stats$ 2795 Remark: Oracle has an internal estimation about CPU speed in sys.aux_stats$, but none estimation about CPU throughput. This value does not correlate with SPECint_base2006 copyright 2013 by benchware.ch slide 9

10 CPU and Server Configuration Server configuration Server One Exadata X2-2 Database Server CPU type Intel Xeon X5675 #sockets 2 #cores 12 #threads 24 Oracle Licensing Oracle core license factor x 0.5 Oracle license cost in USD Enterprise Edition (47 500) RAC Option (23 000) Partition Option (11 500) Diagnostic Pack (5 000) Tuning Pack (5 000) (list price 25th of June 2013) Total Oracle license cost copyright 2013 by benchware.ch slide 10

11 Contents 1 Introduction to CPU Performance Tests 2 CPU and Server Configuration 3 Benchmark Results Basic Arithmetic Operations 4 Benchmark Results Mixed Operations with SQL built-in functions 5 Benchmark Results Algorithms 6 Reviewing CPU Benchmark Results copyright 2013 by benchware.ch slide 11

12 Speed in [Mops] CPU Performance Speed of arithmetic ADD operation, different Oracle data types Exa X SIMPLE_INTEGER SIMPLE_FLOAT PLS_INTEGER NUMBER Single process copyright 2013 by benchware.ch slide 12

13 Throughput in [Mops] CPU Performance Throughput of arithmetic ADD operation, different Oracle data types 7'000 6'000 5'000 4'000 3'000 Exa X2-2 2'000 1'000 0 SIMPLE_INTEGER SIMPLE_FLOAT PLS_INTEGER NUMBER N processes up to saturation of 1 server NUMBER is by far the slowest numeric Oracle data type copyright 2013 by benchware.ch slide 13

14 Throughput in [Mops] CPU Performance Oracle CPU performance on data type SIMPLE_INTEGER add operation 30'000 25' cores / 96 threads 20'000 15'000 10' cores / 48 threads Exa X2-2 5' cores / 24 threads nodes 4 nodes Number of processes / nodes copyright 2013 by benchware.ch slide 14

15 Intel Xeon X GHz CPU Performance Oracle CPU performance on data type SIMPLE_INTEGER add operation CPU CPU CPU CPU Throughput Elap busy user sys idle ops/sec time Run Tst Code #N #J #T [%] [%] [%] [%] [ops] [s] CPU E CPU E CPU E CPU E CPU E CPU E CPU E CPU E Legend: #N number of RAC nodes #J number of jobs #T number of threads (PX) [s] elapsed time in seconds [ops] operations per second copyright 2013 by benchware.ch slide 15

16 Throughput in [Mops] CPU Performance Oracle CPU performance on data type PLS_INTEGER add operation 10'000 9'000 8' cores / 96 threads 7'000 6'000 5'000 4'000 3'000 2'000 1' cores / 32 threads 24 cores / 48 threads Exa X nodes Number of processes / nodes 4 nodes copyright 2013 by benchware.ch slide 16

17 Intel Xeon X GHz CPU Performance Oracle CPU performance on data type PLS_INTEGER add operation CPU CPU CPU CPU Throughput Elap busy user sys idle ops/sec time Run Tst Code #N #J #T [%] [%] [%] [%] [ops] [s] CPU E CPU E CPU E CPU E CPU E CPU E CPU E CPU E Legend: #N number of RAC nodes #J number of jobs #T number of threads (PX) [s] elapsed time in seconds [ops] operations per second copyright 2013 by benchware.ch slide 17

18 Throughput in [Mops] CPU Performance Oracle CPU performance on data type NUMBER add operation 1'800 1' cores / 96 threads 1'400 1'200 1' cores / 32 threads 24 cores / 48 threads Exa nodes 4 nodes Number of processes / nodes copyright 2013 by benchware.ch slide 18

19 Intel Xeon X GHz CPU Performance Oracle CPU performance on data type NUMBER add operation CPU CPU CPU CPU Throughput Elap busy user sys idle ops/sec time Run Tst Code #N #J #T [%] [%] [%] [%] [ops] [s] CPU E CPU E CPU E CPU E CPU E CPU E CPU E CPU E Legend: #N number of RAC nodes #J number of jobs #T number of threads (PX) [s] elapsed time in seconds [ops] operations per second copyright 2013 by benchware.ch slide 19

20 Contents 1 Introduction to CPU Performance Tests 2 CPU and Server Configuration 3 Benchmark Results Basic Arithmetic Operations 4 Benchmark Results Mixed Operations and SQL built-in functions 5 Benchmark Results Algorithms 6 Reviewing CPU Benchmark Results copyright 2013 by benchware.ch slide 20

21 Speed in [Mops] CPU Performance Speed of mixed arithmetic operations, different Oracle data types Exa NUMBER VARCHAR2 Single process copyright 2013 by benchware.ch slide 21

22 Throughput in [Mops] CPU Performance Throughput of mixed arithmetic operations, different Oracle data types Exa NUMBER VARCHAR2 N processes up to saturation of 1 server copyright 2013 by benchware.ch slide 22

23 Throughput in [kops] CPU Performance Oracle CPU performance on data type NUMBER mixed operations cores / 96 threads cores / 48 threads Exa cores / 32 threads nodes 4 nodes Number of processes / nodes copyright 2013 by benchware.ch slide 23

24 Intel Xeon X GHz CPU Performance Oracle CPU performance on data type NUMBER mixed operations CPU CPU CPU CPU Throughput Elap busy user sys idle ops/sec time Run Tst Code #N #J #T [%] [%] [%] [%] [ops] [s] CPU E CPU E CPU E CPU E CPU E CPU E CPU E CPU E Legend: #N number of RAC nodes #J number of jobs #T number of threads (PX) [s] elapsed time in seconds [ops] operations per second copyright 2013 by benchware.ch slide 24

25 Throughput in [Mops] CPU Performance Oracle CPU performance on data type VARCHAR2 mixed operation cores / 96 threads cores / 48 threads Exa cores / 32 threads nodes 4 nodes Number of processes / nodes copyright 2013 by benchware.ch slide 25

26 Intel Xeon X GHz CPU Performance Oracle CPU performance on data type VARCHAR2 mixed operation CPU CPU CPU CPU Throughput Elap busy user sys idle ops/sec time Run Tst Code #N #J #T [%] [%] [%] [%] [ops] [s] CPU E CPU E CPU E CPU E CPU E CPU E CPU E CPU E Legend: #N number of RAC nodes #J number of jobs #T number of threads (PX) [s] elapsed time in seconds [ops] operations per second copyright 2013 by benchware.ch slide 26

27 Contents 1 Introduction to CPU Performance Tests 2 CPU and Server Configuration 3 Benchmark Results Basic Arithmetic Operations 4 Benchmark Results Mixed Operations with SQL built-in functions 5 Benchmark Results Algorithms 6 Reviewing CPU Benchmark Results copyright 2013 by benchware.ch slide 27

28 Speed in [sec] CPU Performance Calculation of fibonacci numbers Exa n=39 n=40 n=41 n=42 Single process copyright 2013 by benchware.ch slide 28

29 Speed in [sec] CPU Performance Calculation of prime numbers in given interval Exa [ , ] Single process copyright 2013 by benchware.ch slide 29

30 Contents 1 Introduction to CPU Performance Tests 2 CPU and Server Configuration 3 Benchmark Results Basic Arithmetic Operations 4 Benchmark Results Mixed Operations with SQL built-in functions 5 Benchmark Results Algorithms 6 Reviewing CPU Benchmark Results copyright 2013 by benchware.ch slide 30

31 Performance Results Reviewing CPU Performance Metric One Exadata X2-2 Database Server #cores 12 #threads 24 Basic arithmetic ADD operation Metric One Exadata X2-2 Database Server Speed SIMPLE_INTEGER SIMPLE_FLOAT PLS_INTEGER NUMBER Throughput SIMPLE_INTEGER SIMPLE_FLOAT PLS_INTEGER NUMBER Legend: [Mops] million operations per second [Mops] [Mops] [Mops] [Mops] [Mops] [Mops] [Mops] [Mops] copyright 2013 by benchware.ch slide 31

32 Performance Results Reviewing CPU Performance Metric One Exadata X2-2 Database Server #cores 12 #threads 24 Mixed arithmetic operations Metric One Exadata X2-2 Database Server Speed SIMPLE_FLOAT PLS_INTEGER NUMBER Throughput SIMPLE_FLOAT PLS_INTEGER NUMBER Legend: [Mops] million operations per second [Mops] [Mops] [Mops] [Mops] [Mops] [Mops] copyright 2013 by benchware.ch slide 32

33 Performance Results Reviewing CPU Performance Metric One Exadata X2-2 Database Server #cores 12 #threads 24 Mixed string operation Metric One Exadata X2-2 Database Server Speed VARCHAR2 [Mops] 2.1 Throughput VARCHAR2 [Mops] 28 Legend: [Mops] million operations per second copyright 2013 by benchware.ch slide 33

34 Performance Results Reviewing CPU Performance Metric One Exadata X2-2 Database Server #cores 12 #threads 24 Algorithms Metric One Exadata X2-2 Database Server Speed, calculation of fibonacci numbers N = 39 N = 40 N = 41 N = 42 Speed, calculation of prime numbers Interval [ , ] [s] 58 Legend: [s] elapsed time in seconds [s] [s] [s] [s] copyright 2013 by benchware.ch slide 34

35 swiss precision in performance measurement

Performance Baseline of Hitachi Data Systems UCP for Oracle

Performance Baseline of Hitachi Data Systems UCP for Oracle Performance Baseline of Hitachi Data Systems UCP for Oracle Part I: CPU Performance Benchware Performance Suite Release 8.5 (Build 131015) October2013 Contents 1 Introduction to CPU Performance Tests 2

More information

Performance Baseline of Exadata X4-2

Performance Baseline of Exadata X4-2 Performance Baseline of Exadata X4-2 Part I: Processor (CPU) Performance Technical Presentation June 2014 Contents 1 Introduction to CPU Performance Tests 2 CPU and Server Configuration 3 CPU Benchmark

More information

Oracle Server Benchmark with In-Memory SQL Processing Exadata X2-2 half-rack high-capacity

Oracle Server Benchmark with In-Memory SQL Processing Exadata X2-2 half-rack high-capacity Oracle Server Benchmark with In-Memory SQL Processing Exadata X2-2 half-rack high-capacity Benchware Performance Suite Release 8.4 (Build 130630) June 2013 Contents 1 Introduction to Tests 2 CPU and Server

More information

Oracle Platform Performance Baseline Oracle 12c on Hitachi VSP G1000. Benchmark Report December 2014

Oracle Platform Performance Baseline Oracle 12c on Hitachi VSP G1000. Benchmark Report December 2014 Oracle Platform Performance Baseline Oracle 12c on Hitachi VSP G1000 Benchmark Report December 2014 Contents 1 System Configuration 2 Introduction into Oracle Platform Performance Tests 3 Storage Benchmark

More information

Oracle Performance on M5000 with F20 Flash Cache. Benchmark Report September 2011

Oracle Performance on M5000 with F20 Flash Cache. Benchmark Report September 2011 Oracle Performance on M5000 with F20 Flash Cache Benchmark Report September 2011 Contents 1 About Benchware 2 Flash Cache Technology 3 Storage Performance Tests 4 Conclusion copyright 2011 by benchware.ch

More information

Exadata Evaluation using Key Performance Metrics

Exadata Evaluation using Key Performance Metrics Exadata Evaluation using Key Performance Metrics Manfred Drozd DOAG Jahrestagung 2011 November 2011 About us Strong cooperation in Exadata projects Benchware AG - independent company - services and products

More information

Hitachi Converged Platform for Oracle

Hitachi Converged Platform for Oracle Hitachi Converged Platform for Oracle Manfred Drozd, Benchware Ltd. Sponsored by Hitachi Data Systems Corporation Introduction Because of their obvious advantages, engineered platforms are becoming increasingly

More information

Oracle auf HP/Violin Wirklich ein Exadata Killer? DOAG Jahreskonferenz November 2012

Oracle auf HP/Violin Wirklich ein Exadata Killer? DOAG Jahreskonferenz November 2012 Oracle auf HP/Violin Wirklich ein Exadata Killer? DOAG Jahreskonferenz November 2012 Contents 1 About Benchware 2 Architecture Overview 3 Qualitative Comparison 4 Quantitative Comparison 5 Conclusion copyright

More information

Designing for Performance. Patrick Happ Raul Feitosa

Designing for Performance. Patrick Happ Raul Feitosa Designing for Performance Patrick Happ Raul Feitosa Objective In this section we examine the most common approach to assessing processor and computer system performance W. Stallings Designing for Performance

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

ORACLE Linux / TSC.

ORACLE Linux / TSC. ORACLE Linux / TSC Sekook.jang@oracle.com Unbreakable Linux Unbreakable Support Unbreakable Products Unbreakable Performance Asianux Then. Next? Microsoft Scalability 20 User Workgroup Computing Microsoft

More information

Independent consultant. (Ex-) Oracle ACE Director. Member of OakTable Network. Performance Troubleshooting In-house workshops

Independent consultant. (Ex-) Oracle ACE Director. Member of OakTable Network. Performance Troubleshooting In-house workshops Independent consultant Performance Troubleshooting In-house workshops Cost-Based Optimizer Performance By Design (Ex-) Oracle ACE Director 2009-2016 Alumni Member of OakTable Network http://oracle-randolf.blogspot.com

More information

Response Time and Throughput

Response Time and Throughput Response Time and Throughput Response time How long it takes to do a task Throughput Total work done per unit time e.g., tasks/transactions/ per hour How are response time and throughput affected by Replacing

More information

Performance Analysis in the Real World of Online Services

Performance Analysis in the Real World of Online Services Performance Analysis in the Real World of Online Services Dileep Bhandarkar, Ph. D. Distinguished Engineer 2009 IEEE International Symposium on Performance Analysis of Systems and Software My Background:

More information

Performance, Power, Die Yield. CS301 Prof Szajda

Performance, Power, Die Yield. CS301 Prof Szajda Performance, Power, Die Yield CS301 Prof Szajda Administrative HW #1 assigned w Due Wednesday, 9/3 at 5:00 pm Performance Metrics (How do we compare two machines?) What to Measure? Which airplane has the

More information

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic An Oracle White Paper September 2011 Oracle Utilities Meter Data Management 2.0.1 Demonstrates Extreme Performance on Oracle Exadata/Exalogic Introduction New utilities technologies are bringing with them

More information

Oracle Database 12c: JMS Sharded Queues

Oracle Database 12c: JMS Sharded Queues Oracle Database 12c: JMS Sharded Queues For high performance, scalable Advanced Queuing ORACLE WHITE PAPER MARCH 2015 Table of Contents Introduction 2 Architecture 3 PERFORMANCE OF AQ-JMS QUEUES 4 PERFORMANCE

More information

SPARC T4-4 Server with. Oracle Database 11g Release 2

SPARC T4-4 Server with. Oracle Database 11g Release 2 SPARC T4-4 Server with Oracle Database 11g Release 2 TPC-H Rev. 2.14.2 TPC-Pricing 1.6.0 Report Date: November 30, 2011 Total System Cost Composite Query per Hour Metric Price / Performance $843,656 USD

More information

Moving Databases to Oracle Cloud: Performance Best Practices

Moving Databases to Oracle Cloud: Performance Best Practices Moving Databases to Oracle Cloud: Performance Best Practices Kurt Engeleiter Product Manager Oracle Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

What is Good Performance. Benchmark at Home and Office. Benchmark at Home and Office. Program with 2 threads Home program.

What is Good Performance. Benchmark at Home and Office. Benchmark at Home and Office. Program with 2 threads Home program. Performance COMP375 Computer Architecture and dorganization What is Good Performance Which is the best performing jet? Airplane Passengers Range (mi) Speed (mph) Boeing 737-100 101 630 598 Boeing 747 470

More information

OpenWorld 2018 SQL Tuning Tips for Cloud Administrators

OpenWorld 2018 SQL Tuning Tips for Cloud Administrators OpenWorld 2018 SQL Tuning Tips for Cloud Administrators GP (Prabhaker Gongloor) Senior Director of Product Management Bjorn Bolltoft Dr. Khaled Yagoub Systems and DB Manageability Development Oracle Corporation

More information

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c

Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c White Paper Deploy a High-Performance Database Solution: Cisco UCS B420 M4 Blade Server with Fusion iomemory PX600 Using Oracle Database 12c What You Will Learn This document demonstrates the benefits

More information

Fujitsu M10 Standard Benchmark Results Rev 3.6

Fujitsu M10 Standard Benchmark Results Rev 3.6 Presented with with Fujitsu M0 Standard Benchmark Results Rev 3.6 FOrCE (Fujitsu Center of Excellence) October 2, 204 Copyright 204 and/or its affiliates. All rights reserved. Confidential Internal Restriction

More information

TPC Benchmark H Full Disclosure Report. SPARC T4-4 Server Using Oracle Database 11g Release 2 Enterprise Edition with Partitioning

TPC Benchmark H Full Disclosure Report. SPARC T4-4 Server Using Oracle Database 11g Release 2 Enterprise Edition with Partitioning TPC Benchmark H Full Disclosure Report SPARC T4-4 Server Using Oracle Database 11g Release 2 Enterprise Edition with Partitioning Submitted for Review September 26, 2011 First Printing September 26, 2011

More information

Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies

Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies Session 1079: Using Real Application Testing to Successfully Migrate to Exadata - Best Practices and Customer Case Studies Prabhaker Gongloor (GP) Product Management Director, Database Manageability, Oracle

More information

Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers

Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers Performance and Energy Efficiency of the 14 th Generation Dell PowerEdge Servers This white paper details the performance improvements of Dell PowerEdge servers with the Intel Xeon Processor Scalable CPU

More information

Managing Oracle Database 12c with Oracle Enterprise Manager 12c

Managing Oracle Database 12c with Oracle Enterprise Manager 12c Managing Oracle Database 12c with Oracle Enterprise Manager 12c The preceding is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle Exadata: Strategy and Roadmap

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

More information

Sun SPARC Enterprise M9000 Server with Oracle Database 11g Release 2

Sun SPARC Enterprise M9000 Server with Oracle Database 11g Release 2 Sun SPARC Enterprise M9000 Server with Oracle Database 11g Release 2 TPC-H 2.11.0 TPC-Pricing 1.5.0 Report Date:October 5, 2010 First Revision: December 9, 2010 Second Revision: September 14, 2011 Total

More information

What s New in MySQL 5.7 Geir Høydalsvik, Sr. Director, MySQL Engineering. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

What s New in MySQL 5.7 Geir Høydalsvik, Sr. Director, MySQL Engineering. Copyright 2015, Oracle and/or its affiliates. All rights reserved. What s New in MySQL 5.7 Geir Høydalsvik, Sr. Director, MySQL Engineering Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN Russ Fellows Enabling you to make the best technology decisions November 2017 EXECUTIVE OVERVIEW* The new Intel Xeon Scalable platform

More information

HANA Performance. Efficient Speed and Scale-out for Real-time BI

HANA Performance. Efficient Speed and Scale-out for Real-time BI HANA Performance Efficient Speed and Scale-out for Real-time BI 1 HANA Performance: Efficient Speed and Scale-out for Real-time BI Introduction SAP HANA enables organizations to optimize their business

More information

1.3 Data processing; data storage; data movement; and control.

1.3 Data processing; data storage; data movement; and control. CHAPTER 1 OVERVIEW ANSWERS TO QUESTIONS 1.1 Computer architecture refers to those attributes of a system visible to a programmer or, put another way, those attributes that have a direct impact on the logical

More information

Benchmark Performance Results for Pervasive PSQL v11. A Pervasive PSQL White Paper September 2010

Benchmark Performance Results for Pervasive PSQL v11. A Pervasive PSQL White Paper September 2010 Benchmark Performance Results for Pervasive PSQL v11 A Pervasive PSQL White Paper September 2010 Table of Contents Executive Summary... 3 Impact Of New Hardware Architecture On Applications... 3 The Design

More information

HP ProLiant DL580 G7

HP ProLiant DL580 G7 TPC-Energy Rev. 1.2.0 Total System Cost Composite Query per Hour Metric Price / Performance TPC-Energy Metric $78,687 USD 121,345.6 $0.65 USD 10.33 QphH@300GB $/QphH@300GB Watts/KQphH@300GB Database Size

More information

Full Text Search Agent Throughput

Full Text Search Agent Throughput Full Text Search Agent Throughput Best Practices Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: December 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY BX924 S2

WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY BX924 S2 WHITE PAPER PERFORMANCE REPORT PRIMERGY BX924 S2 WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY BX924 S2 This document contains a summary of the benchmarks executed for the PRIMERGY BX924

More information

IC220 Slide Set #5B: Performance (Chapter 1: 1.6, )

IC220 Slide Set #5B: Performance (Chapter 1: 1.6, ) Performance IC220 Slide Set #5B: Performance (Chapter 1: 1.6, 1.9-1.11) Measure, Report, and Summarize Make intelligent choices See through the marketing hype Key to understanding underlying organizational

More information

Parallel and Distributed Optimization with Gurobi Optimizer

Parallel and Distributed Optimization with Gurobi Optimizer Parallel and Distributed Optimization with Gurobi Optimizer Our Presenter Dr. Tobias Achterberg Developer, Gurobi Optimization 2 Parallel & Distributed Optimization 3 Terminology for this presentation

More information

Computer Architecture. What is it?

Computer Architecture. What is it? Computer Architecture Venkatesh Akella EEC 270 Winter 2005 What is it? EEC270 Computer Architecture Basically a story of unprecedented improvement $1K buys you a machine that was 1-5 million dollars a

More information

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers Consolidating OLTP Workloads on Dell PowerEdge R720 12 th generation Servers B Balamurugan Phani MV Dell Database Solutions Engineering March 2012 This document is for informational purposes only and may

More information

What is Real Application Testing?

What is Real Application Testing? Real Application Testing Real Application Testing Enterprise Manager Management Packs Enhancements What is Real Application Testing? New database option available with EE only Includes two new features

More information

Performance improvements in MySQL 5.5

Performance improvements in MySQL 5.5 Performance improvements in MySQL 5.5 Percona Live Feb 16, 2011 San Francisco, CA By Peter Zaitsev Percona Inc -2- Performance and Scalability Talk about Performance, Scalability, Diagnostics in MySQL

More information

DISCLAIMER 2 PURPOSE 3

DISCLAIMER 2 PURPOSE 3 SLOB 2 DISCLAIMER 2 PURPOSE 3 SLOB 2 FUNCTIONALITY IN COMMON WITH PRIOR VERSIONS 3 TABLESPACE REQUIREMENT 3 SYS V IPC SEMAPHORES 3 DATABASE CREATION KIT 3 THE RUNIT.SH SCRIPT 3 CATCHING UP ON THE PAST

More information

CIS 601 Graduate Seminar. Dr. Sunnie S. Chung Dhruv Patel ( ) Kalpesh Sharma ( )

CIS 601 Graduate Seminar. Dr. Sunnie S. Chung Dhruv Patel ( ) Kalpesh Sharma ( ) Guide: CIS 601 Graduate Seminar Presented By: Dr. Sunnie S. Chung Dhruv Patel (2652790) Kalpesh Sharma (2660576) Introduction Background Parallel Data Warehouse (PDW) Hive MongoDB Client-side Shared SQL

More information

Performance Pack. Benchmarking with PlanetPress Connect and PReS Connect

Performance Pack. Benchmarking with PlanetPress Connect and PReS Connect Performance Pack Benchmarking with PlanetPress Connect and PReS Connect Contents 2 Introduction 4 Benchmarking results 5 First scenario: Print production on demand 5 Throughput vs. Output Speed 6 Second

More information

Outline Marquette University

Outline Marquette University COEN-4710 Computer Hardware Lecture 1 Computer Abstractions and Technology (Ch.1) Cristinel Ababei Department of Electrical and Computer Engineering Credits: Slides adapted primarily from presentations

More information

Key to A Successful Exadata POC

Key to A Successful Exadata POC BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning Certified Expert Oracle Business Intelligence

More information

SPARC T5-4 Server. Total System Cost Composite Query per Hour Metric Price / Performance

SPARC T5-4 Server. Total System Cost Composite Query per Hour Metric Price / Performance SPARC T5-4 Server TPC-H Rev. 2.16.0 TPC-Pricing 1.7.0 Report Date: November 25, 2013 Total System Cost Composite Query per Hour Metric Price / Performance $1,755,709 USD 377,594.3 QphH@10,000GB $4.65/QphH@10,000GB

More information

HP ProLiant DL380 G7

HP ProLiant DL380 G7 TPC-Energy Rev. 1.1.1 Total System Cost Composite Query per Hour Metric Price / Performance TPC-Energy Metric $42,680 USD 73,974.6 $0.58 USD 5.93 QphH@100GB $/QphH@100GB Watts/KQphH@100GB Database Size

More information

Oracle 1Z0-417 Exam Questions and Answers (PDF) Oracle 1Z0-417 Exam Questions 1Z0-417 BrainDumps

Oracle 1Z0-417 Exam Questions and Answers (PDF) Oracle 1Z0-417 Exam Questions 1Z0-417 BrainDumps Oracle 1Z0-417 Dumps with Valid 1Z0-417 Exam Questions PDF [2018] The Oracle 1Z0-417 Oracle Database Performance and Tuning Essentials 2015 Exam exam is an ultimate source for professionals to retain their

More information

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer

Oracle Exadata X7. Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer Oracle Exadata X7 Uwe Kirchhoff Oracle ACS - Delivery Senior Principal Service Delivery Engineer 05.12.2017 Oracle Engineered Systems ZFS Backup Appliance Zero Data Loss Recovery Appliance Exadata Database

More information

The Role of Performance

The Role of Performance Orange Coast College Business Division Computer Science Department CS 116- Computer Architecture The Role of Performance What is performance? A set of metrics that allow us to compare two different hardware

More information

Performance Analysis of LS-DYNA in Huawei HPC Environment

Performance Analysis of LS-DYNA in Huawei HPC Environment Performance Analysis of LS-DYNA in Huawei HPC Environment Pak Lui, Zhanxian Chen, Xiangxu Fu, Yaoguo Hu, Jingsong Huang Huawei Technologies Abstract LS-DYNA is a general-purpose finite element analysis

More information

T T T T T T N T T T T T T T T N T T T T T T T T T N T T T T T T T T T T T N.

T T T T T T N T T T T T T T T N T T T T T T T T T N T T T T T T T T T T T N. A1: Architecture (25 points) Consider these four possible branch predictors: (A) Static backward taken, forward not taken (B) 1-bit saturating counter (C) 2-bit saturating counter (D) Global predictor

More information

Performance COE 403. Computer Architecture Prof. Muhamed Mudawar. Computer Engineering Department King Fahd University of Petroleum and Minerals

Performance COE 403. Computer Architecture Prof. Muhamed Mudawar. Computer Engineering Department King Fahd University of Petroleum and Minerals Performance COE 403 Computer Architecture Prof. Muhamed Mudawar Computer Engineering Department King Fahd University of Petroleum and Minerals What is Performance? How do we measure the performance of

More information

stec Host Cache Solution

stec Host Cache Solution White Paper stec Host Cache Solution EnhanceIO SSD Cache Software and the stec s1120 PCIe Accelerator speed decision support system (DSS) workloads and free up disk I/O resources for other applications.

More information

Exadata Implementation Strategy

Exadata Implementation Strategy BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance Tuning Certified Expert Oracle Business Intelligence

More information

CPE300: Digital System Architecture and Design

CPE300: Digital System Architecture and Design CPE300: Digital System Architecture and Design Fall 2011 MW 17:30-18:45 CBC C316 Number Representation 09212011 http://www.egr.unlv.edu/~b1morris/cpe300/ 2 Outline Recap Logic Circuits for Register Transfer

More information

CO Computer Architecture and Programming Languages CAPL. Lecture 15

CO Computer Architecture and Programming Languages CAPL. Lecture 15 CO20-320241 Computer Architecture and Programming Languages CAPL Lecture 15 Dr. Kinga Lipskoch Fall 2017 How to Compute a Binary Float Decimal fraction: 8.703125 Integral part: 8 1000 Fraction part: 0.703125

More information

COMPUTER ORGANIZATION AND DESIGN. 5 th Edition. The Hardware/Software Interface. Chapter 1. Computer Abstractions and Technology

COMPUTER ORGANIZATION AND DESIGN. 5 th Edition. The Hardware/Software Interface. Chapter 1. Computer Abstractions and Technology COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface 5 th Edition Chapter 1 Computer Abstractions and Technology Classes of Computers Personal computers General purpose, variety of software

More information

Performance evaluation. Performance evaluation. CS/COE0447: Computer Organization. It s an everyday process

Performance evaluation. Performance evaluation. CS/COE0447: Computer Organization. It s an everyday process Performance evaluation It s an everyday process CS/COE0447: Computer Organization and Assembly Language Chapter 4 Sangyeun Cho Dept. of Computer Science When you buy food Same quantity, then you look at

More information

SQL Gone Wild: Taming Bad SQL the Easy Way (or the Hard Way) Sergey Koltakov Product Manager, Database Manageability

SQL Gone Wild: Taming Bad SQL the Easy Way (or the Hard Way) Sergey Koltakov Product Manager, Database Manageability SQL Gone Wild: Taming Bad SQL the Easy Way (or the Hard Way) Sergey Koltakov Product Manager, Database Manageability Oracle Enterprise Manager Top-Down, Integrated Application Management Complete, Open,

More information

Lecture: Benchmarks, Pipelining Intro. Topics: Performance equations wrap-up, Intro to pipelining

Lecture: Benchmarks, Pipelining Intro. Topics: Performance equations wrap-up, Intro to pipelining Lecture: Benchmarks, Pipelining Intro Topics: Performance equations wrap-up, Intro to pipelining 1 Measuring Performance Two primary metrics: wall clock time (response time for a program) and throughput

More information

Hammerdb Test for OracleRAC with Memblaze PBlaze SSD

Hammerdb Test for OracleRAC with Memblaze PBlaze SSD Hammerdb Test for OracleRAC with Memblaze PBlaze SSD Executive Summary Accompany with the Oracle Engineered Systems portfolio evolution, the NVMe SSD stepped into enterprise application total solution

More information

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. 5 th. Edition. Chapter 1. Computer Abstractions and Technology

COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface. 5 th. Edition. Chapter 1. Computer Abstractions and Technology COMPUTER ORGANIZATION AND DESIGN The Hardware/Software Interface 5 th Edition Chapter 1 Computer Abstractions and Technology The Computer Revolution Progress in computer technology Underpinned by Moore

More information

Extreme Performance Platform for Real-Time Streaming Analytics

Extreme Performance Platform for Real-Time Streaming Analytics Extreme Performance Platform for Real-Time Streaming Analytics Achieve Massive Scalability on SPARC T7 with Oracle Stream Analytics O R A C L E W H I T E P A P E R A P R I L 2 0 1 6 Disclaimer The following

More information

ORACLE 11g R2 New Features

ORACLE 11g R2 New Features KNOWLEDGE POWER Oracle Grid Infrastructure Installation and Upgrade Enhancements Oracle Restart ASM Enhancements Storage Enhancements Data Warehouse and Partitioning Enhancements Oracle SecureFiles Security

More information

4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015)

4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Benchmark Testing for Transwarp Inceptor A big data analysis system based on in-memory computing Mingang Chen1,2,a,

More information

Solaris Engineered Systems

Solaris Engineered Systems Solaris Engineered Systems SPARC SuperCluster Introduction Andy Harrison andy.harrison@oracle.com Engineered Systems, Revenue Product Engineering The following is intended to outline

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 12 Managing Oracle Database 12c with Oracle Enterprise Manager 12c Martin

More information

Introduction. Assessment Test. Chapter 1 Introduction to Performance Tuning 1. Chapter 2 Sources of Tuning Information 33

Introduction. Assessment Test. Chapter 1 Introduction to Performance Tuning 1. Chapter 2 Sources of Tuning Information 33 Contents at a Glance Introduction Assessment Test xvii xxvii Chapter 1 Introduction to Performance Tuning 1 Chapter 2 Sources of Tuning Information 33 Chapter 3 SQL Application Tuning and Design 85 Chapter

More information

Computer and Information Sciences College / Computer Science Department CS 207 D. Computer Architecture

Computer and Information Sciences College / Computer Science Department CS 207 D. Computer Architecture Computer and Information Sciences College / Computer Science Department CS 207 D Computer Architecture The Computer Revolution Progress in computer technology Underpinned by Moore s Law Makes novel applications

More information

Oracle Database 12c: RAC Administration Ed 1

Oracle Database 12c: RAC Administration Ed 1 Oracle University Contact Us: +7 (495) 641-14-00 Oracle Database 12c: RAC Administration Ed 1 Duration: 4 Days What you will learn This Oracle Database 12c: RAC Administration training will teach you about

More information

The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases

The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases The Role of Database Aware Flash Technologies in Accelerating Mission- Critical Databases Gurmeet Goindi Principal Product Manager Oracle Flash Memory Summit 2013 Santa Clara, CA 1 Agenda Relational Database

More information

Fit for Purpose Platform Positioning and Performance Architecture

Fit for Purpose Platform Positioning and Performance Architecture Fit for Purpose Platform Positioning and Performance Architecture Joe Temple IBM Monday, February 4, 11AM-12PM Session Number 12927 Insert Custom Session QR if Desired. Fit for Purpose Categorized Workload

More information

Quest. Quest. Toad Shareplex Foglight. Quest. Toad - Spotlight - SQL. Shareplex - Foglight - Space Manager with LiveReorg - Oracle

Quest. Quest. Toad Shareplex Foglight. Quest. Toad - Spotlight - SQL. Shareplex - Foglight - Space Manager with LiveReorg - Oracle Quest Quest Windows Toad Shareplex Foglight Quest Quest Quest 100,000 100 Toad - Spotlight - SQL Shareplex - Foglight - Space Manager with LiveReorg - Oracle 150 .0 Quest Quest ( ) Solutions Quest Foglight

More information

Performance Report PRIMERGY TX120 S2

Performance Report PRIMERGY TX120 S2 Performance Report PRIMERGY TX120 S2 Version 2.0 February 2010 Pages 17 Abstract This document contains a summary of the benchmarks executed for the PRIMERGY TX120 S2. The PRIMERGY TX120 S2 performance

More information

EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER

EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER White Paper EMC XTREMCACHE ACCELERATES MICROSOFT SQL SERVER EMC XtremSF, EMC XtremCache, EMC VNX, Microsoft SQL Server 2008 XtremCache dramatically improves SQL performance VNX protects data EMC Solutions

More information

New Features Bulletin Replication Server Options 15.6

New Features Bulletin Replication Server Options 15.6 Bulletin Replication Server Options 15.6 Linux, Microsoft Windows, and UNIX DOCUMENT ID: DC01004-01-1560-01 LAST REVISED: November 2010 Copyright 2010 by Sybase, Inc. All rights reserved. This publication

More information

Oracle Database 12c R2: RAC Administration Ed 2

Oracle Database 12c R2: RAC Administration Ed 2 Oracle University Contact Us: +36 1224 1760 Oracle Database 12c R2: RAC Administration Ed 2 Duration: 4 Days What you will learn This Oracle Database 12c R2: RAC Administration training will teach you

More information

Advanced and parallel architectures. Part B. Prof. A. Massini. June 13, Exercise 1a (3 points) Exercise 1b (3 points) Exercise 2 (8 points)

Advanced and parallel architectures. Part B. Prof. A. Massini. June 13, Exercise 1a (3 points) Exercise 1b (3 points) Exercise 2 (8 points) Advanced and parallel architectures Prof. A. Massini June 13, 2017 Part B Exercise 1a (3 points) Exercise 1b (3 points) Exercise 2 (8 points) Student s Name Exercise 3 (4 points) Exercise 4 (3 points)

More information

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant

Exadata X3 in action: Measuring Smart Scan efficiency with AWR. Franck Pachot Senior Consultant Exadata X3 in action: Measuring Smart Scan efficiency with AWR Franck Pachot Senior Consultant 16 March 2013 1 Exadata X3 in action: Measuring Smart Scan efficiency with AWR Exadata comes with new statistics

More information

WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY RX600 S6

WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY RX600 S6 WHITE PAPER PERFORMANCE REPORT PRIMERGY RX600 S6 WHITE PAPER FUJITSU PRIMERGY SERVERS PERFORMANCE REPORT PRIMERGY RX600 S6 This document contains a summary of the benchmarks executed for the PRIMERGY RX600

More information

E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER

E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER O RACLE E-BUSINESS B ENCHMARK R EV. 1.1 E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER As a global

More information

[Contents. Sharing. sqlplus. Storage 6. System Support Processes 15 Operating System Files 16. Synonyms. SQL*Developer

[Contents. Sharing. sqlplus. Storage 6. System Support Processes 15 Operating System Files 16. Synonyms. SQL*Developer ORACLG Oracle Press Oracle Database 12c Install, Configure & Maintain Like a Professional Ian Abramson Michael Abbey Michelle Malcher Michael Corey Mc Graw Hill Education New York Chicago San Francisco

More information

Under the Hood of Oracle Database Appliance. Alex Gorbachev

Under the Hood of Oracle Database Appliance. Alex Gorbachev Under the Hood of Oracle Database Appliance Alex Gorbachev Mountain View, CA 9-Nov-2011 http://bit.ly/pythianasmwebinar 2 Alex Gorbachev CTO, The Pythian Group Blogger OakTable Network member Oracle ACE

More information

* Contributed while interning at SAP. September 1 st, 2017 PUBLIC

* Contributed while interning at SAP. September 1 st, 2017 PUBLIC Adaptive Recovery for SCM-Enabled Databases Ismail Oukid (TU Dresden & SAP), Daniel Bossle* (SAP), Anisoara Nica (SAP), Peter Bumbulis (SAP), Wolfgang Lehner (TU Dresden), Thomas Willhalm (Intel) * Contributed

More information

School of Computer and Information Science

School of Computer and Information Science School of Computer and Information Science CIS Research Placement Report Multiple threads in floating-point sort operations Name: Quang Do Date: 8/6/2012 Supervisor: Grant Wigley Abstract Despite the vast

More information

MySQL Performance Tuning

MySQL Performance Tuning MySQL Performance Tuning Student Guide D61820GC30 Edition 3.0 January 2017 D89524 Learn more from Oracle University at education.oracle.com Authors Mark Lewin Jeremy Smyth Technical Contributors and Reviewers

More information

Oracle Audit Vault. Trust-but-Verify for Enterprise Databases. Tammy Bednar Sr. Principal Product Manager Oracle Database Security

Oracle Audit Vault. Trust-but-Verify for Enterprise Databases. Tammy Bednar Sr. Principal Product Manager Oracle Database Security Oracle Audit Vault Trust-but-Verify for Enterprise Databases Tammy Bednar Sr. Principal Product Manager Oracle Database Security Agenda Business Drivers Audit Vault Overview Audit

More information

A Case Study: Performance Evaluation of a DRAM-Based Solid State Disk

A Case Study: Performance Evaluation of a DRAM-Based Solid State Disk A Case Study: Performance Evaluation of a DRAM-Based Solid State Disk Hitoshi Oi The University of Aizu November 2, 2007 Japan-China Joint Workshop on Frontier of Computer Science and Technology (FCST)

More information

Real Application Testing Certified for SAP

Real Application Testing Certified for SAP Real Application Testing Certified for SAP Making a change to the SAP database can represent a significant risk to an organisation. The effects of an unexpected problem could be widely felt and have serious

More information

Understanding Application Hiccups

Understanding Application Hiccups Understanding Application Hiccups and what you can do about them An introduction to the Open Source jhiccup tool Gil Tene, CTO & co-founder, Azul Systems About me: Gil Tene co-founder, CTO @Azul Systems

More information

Munara Tolubaeva Technical Consulting Engineer. 3D XPoint is a trademark of Intel Corporation in the U.S. and/or other countries.

Munara Tolubaeva Technical Consulting Engineer. 3D XPoint is a trademark of Intel Corporation in the U.S. and/or other countries. Munara Tolubaeva Technical Consulting Engineer 3D XPoint is a trademark of Intel Corporation in the U.S. and/or other countries. notices and disclaimers Intel technologies features and benefits depend

More information

Data Processing at the Speed of 100 Gbps using Apache Crail. Patrick Stuedi IBM Research

Data Processing at the Speed of 100 Gbps using Apache Crail. Patrick Stuedi IBM Research Data Processing at the Speed of 100 Gbps using Apache Crail Patrick Stuedi IBM Research The CRAIL Project: Overview Data Processing Framework (e.g., Spark, TensorFlow, λ Compute) Spark-IO FS Albis Streaming

More information

MAXGAUGE for Oracle Web Version 5.3

MAXGAUGE for Oracle Web Version 5.3 www.maxgauge.com MAXGAUGE for Oracle Web Version 5.3 PRODUCT DOCUMENTATION 0 INDEX MAXGAUGE OVERVIEW ARCHITECTURE REALTIME MONITOR OVERVIEW VIEW TYPE METHOD FRAME MENU ICON TOOL CONFIG PERFORMANCE ANALYZER

More information

SQL Server 2005 on a Dell Scalable Enterprise Foundation

SQL Server 2005 on a Dell Scalable Enterprise Foundation on a Dell Scalable Enterprise Foundation Dell s vision for the scalable enterprise is based on the standardization of core elements of the data center to provide superior value, and encompasses the core

More information

Workload Characterization and Optimization of TPC-H Queries on Apache Spark

Workload Characterization and Optimization of TPC-H Queries on Apache Spark Workload Characterization and Optimization of TPC-H Queries on Apache Spark Tatsuhiro Chiba and Tamiya Onodera IBM Research - Tokyo April. 17-19, 216 IEEE ISPASS 216 @ Uppsala, Sweden Overview IBM Research

More information

Lecture 3: Evaluating Computer Architectures. How to design something:

Lecture 3: Evaluating Computer Architectures. How to design something: Lecture 3: Evaluating Computer Architectures Announcements - (none) Last Time constraints imposed by technology Computer elements Circuits and timing Today Performance analysis Amdahl s Law Performance

More information