35 Database benchmarking 25/10/17 12:11 AM. Database benchmarking

Size: px
Start display at page:

Download "35 Database benchmarking 25/10/17 12:11 AM. Database benchmarking"

Transcription

1 Database benchmarking 1

2 Database benchmark? What is it? A database benchmark is a sample database and a group of database applications able to run on several different database systems in order to measure performance each system and relate it to price of each system (price/ performance ratio) Performance metric is typically a throughput metric (work/second, e.g number of transactions executed per second, number of queries executed per hour) Price metric is typically five years cost of ownership 2

3 Domain specific benchmarks A domain specific benchmark specifies a synthetic workload characterizing typical applications in the problem domain For example: numeric computations benchmark (number of floating point operations per second), transaction processing benchmark (number of transactions per second), query processing benchmark (number of queries per hour) 3

4 Properties Relevance A benchmark should be meaningful with a target domain Clarity A benchmark should clearly determine the measured characteristics Scalability It should be possible to scale up a benchmark Linearity, orthogonality, and monotonicity Linear scaling up a benchmark linearly increases its complexity benchmark parameters should be independent on each other, scaling benchmark up should always make it more demanding 4

5 Properties Coverage A benchmark should not oversimplify a typical environment Acceptance A benchmark should be accepted by the vendors and users 5

6 TPC-C benchmark (1992) Constructed by Transaction Processing Council (de facto industry standards body for online transaction processing performance, TPC-C models a wholesale supplier managing orders Transaction types: New-order: enter a new order from a customer Payment: update customer balance to reflect a payment Delivery: deliver orders (done as a batch transaction) Order-status: retrieve status of customer s most recent order Stock-level: monitor warehouse inventory Metrics: number of transactions processed per minute (tpmc), price/performance ($/tpmc) 6

7 TPC-C benchmark (1992) Transactions operate against a database of nine relational tables Transactions do update, insert, delete, and abort; primary and secondary key access. Response time requirement: 90% of each type of transaction must have a response time <= 5 seconds, except stock-level which is <= 20 seconds. 7

8 TPC-D benchmark (1995) Constructed by Transaction Processing Council (de facto industry standards body for online transaction processing performance, TPC-D is used to measure complex decision support system workload TPC-D models ad-hoc queries and concurrent updates in a multiuser environment CSCI317 sample database is the same as the database of TPC-D benchmark 8

9 TPC-D benchmark (1995) TPC-D database is generated by C language program dbgen TPC-D provide 17 query templates to be expanded by C language program qgen; the program replaces substitution variable with constants A sample query template: SELECT SUM(L_EXTENDEDPRICE*L_DISCOUNT) AS REVENUE FROM LINEITEM WHERE L_SHIPDATE >= DATE '[DATE]' AND L_SHIPDATE < DATE '[DATE]' + INTERVAL '1' YEAR AND L_DISCOUNTBETWEEN [DISCOUNT] AND [DISCOUNT] AND L_QUANTITY < [QUANTITY] 9

10 TPC-D benchmark (1995) TPC-D execution rules: (1) Power test Queries and updates are submitted in a single stream of query sets (no concurrency); each query set consist of 17 queries and it is followed by a sequence of updates (2) Throughput test Queries submitted in a number of concurrent streams versus one update stream (3) Load test Load test measures the time to go from an empty database to reproducible query runs; starts from empty database, loading the results of dbgen, building indexes, gathering statistics, and running queries 10

11 TPC-D benchmark (1995) Performance metrics Power metric ("queries per gigabyte hour") Size = 19 i = 17 Π i = * SF j = 2 QI ( i, 0 )* UI ( j, 0 ) Π j = 1 where QI(i,0) = Timing In terval for Query i, stream 0 UI(j,0) = Timing In terval for Update j, stream 0 SF = Scale Fac tor 11

12 TPC-D benchmark (1995) Performance metrics Throughput metric ("queries per gigabyte hour") Size = S * 17 T S ( ) 3600 * where: S = number of query str eams T = elapsed t ime of tes t (in seco nds) S SF 12

13 TPC-D benchmark (1995) Performance metrics Composite query per hour rating QphD Size QppD Size @ = * 13

14 TPC-H and TPC-R benchmarks (1999) TPC-H and TPC-R replaced TPC-D benchmark TPC-R is used to measure reporting load TPC-H is used to measure ad hoc-querying load TPC-H and TPC-R operate on the same database as TPC-D TPC-H and TPC-R extend the number of queries, updates and streams 14

15 TPC-W benchmark (2000) TPC-W is designed to measure performance of both hardware and software in e-commerce environment TPC-W is based on a business model that employs a shopping scenario typical of an online bookstore Metrics reported include "Web interactions per second" Configuration of TPC-W includes both database server and Web server 15

New TPC Benchmarks for Decision Support and Web Commerce

New TPC Benchmarks for Decision Support and Web Commerce New TPC Benchmarks for Decision Support and Web Commerce Meikel Poess Oracle Corporation, Redwood Shores, CA 94065 meikel.poess@oracle.com Chris Floyd IBM Corporation, Research Triangle Park, NC 27709

More information

Why You Should Run TPC-DS: A Workload Analysis

Why You Should Run TPC-DS: A Workload Analysis Why You Should Run TPC-DS: A Workload Analysis Meikel Poess Oracle USA Raghunath Othayoth Nambiar Hewlett-Packard Company Dave Walrath Sybase Inc (in absentia) Agenda Transaction Processing Performance

More information

IBM. IBM ^ pseries, IBM RS/6000 and IBM NUMA-Q Performance Report

IBM. IBM ^ pseries, IBM RS/6000 and IBM NUMA-Q Performance Report IBM IBM ^ pseries, IBM RS/6000 and IBM NUMA-Q Performance Report October 7, Table of Contents PERFORMANCE of IBM WEB SERVER SYSTEMS... 3 Section - and LINPACK PERFORMANCE... RS/6000 SP s... 4 Section a

More information

TPC Benchmark TM H Full Disclosure Report

TPC Benchmark TM H Full Disclosure Report TPC Benchmark TM H Full Disclosure Report for System x 3850 X6 using Microsoft SQL Server 2014 Enterprise Edition and Microsoft Windows Server 2012 R2 Standard Edition TPC-H TM Version 2.17.1 First Edition

More information

Ch. 7: Benchmarks and Performance Tests

Ch. 7: Benchmarks and Performance Tests Ch. 7: Benchmarks and Performance Tests Kenneth Mitchell School of Computing & Engineering, University of Missouri-Kansas City, Kansas City, MO 64110 Kenneth Mitchell, CS & EE dept., SCE, UMKC p. 1/3 Introduction

More information

Benchmark TPC-H 100.

Benchmark TPC-H 100. Benchmark TPC-H 100 vs Benchmark TPC-H Transaction Processing Performance Council (TPC) is a non-profit organization founded in 1988 to define transaction processing and database benchmarks and to disseminate

More information

HP ProLiant delivers #1 overall TPC-C price/performance result with the ML350 G6

HP ProLiant delivers #1 overall TPC-C price/performance result with the ML350 G6 HP ProLiant ML350 G6 sets new TPC-C price/performance record ProLiant ML350 continues its leadership for the small business HP Leadership with the ML350 G6» The industry s best selling x86 2-processor

More information

TPC Benchmark TM H Full Disclosure Report

TPC Benchmark TM H Full Disclosure Report TPC Benchmark TM H Full Disclosure Report for Lenovo System x 3950 X6 using Microsoft SQL Server 2016 Enterprise Edition and Microsoft Windows Server 2016 Standard Edition TPC-H TM Version 2.17.1 First

More information

Transaction Processing Performance Council (TPC) TPC Overview

Transaction Processing Performance Council (TPC) TPC Overview Transaction Processing Performance Council (TPC) Intro Welcome Thanks to Oracle Thanks to Klaus Thielen for reaching out to so many of you in a short time. TPC Mission The TPC is a non-profit corporation

More information

Cisco Systems, Inc. First Edition June 4, 2018

Cisco Systems, Inc. First Edition June 4, 2018 Cisco Systems, Inc. TPC Benchmark H Full Disclosure Report for Cisco UCS C240 M5 Rack-Mount Server using Microsoft SQL Server 2017 Enterprise Edition And Red Hat Enterprise Linux Server 7.3 First Edition

More information

TPC Benchmark TM H Full Disclosure Report for Langchao SP3000 using IBM DB2 Universal Database 8.1. Submitted for Review April 14, 2004

TPC Benchmark TM H Full Disclosure Report for Langchao SP3000 using IBM DB2 Universal Database 8.1. Submitted for Review April 14, 2004 TPC Benchmark TM H Full Disclosure Report for Langchao SP3000 using IBM DB2 Universal Database 8.1 Submitted for Review April 14, 2004 First Edition April 14, 2004 Langchao (Beijing) Electronic Information

More information

TPC Benchmark H Full Disclosure Report

TPC Benchmark H Full Disclosure Report TPC Benchmark H Full Disclosure Report IBM Power 780 Model 9179-MHB Using Sybase IQ Single Application Server Edition v.15.2 ESD #2 First Edition December 15, 2010 Trademarks The following terms used in

More information

Cisco Systems, Inc. First Edition April 2, 2019

Cisco Systems, Inc. First Edition April 2, 2019 Cisco Systems, Inc. TPC Benchmark H Full Disclosure Report for Cisco UCS C480 M5 Rack-Mount Server using Microsoft SQL Server 2017 Enterprise Edition And Red Hat Enterprise Linux 7.6 First Edition April

More information

Compaq Computer Corporation

Compaq Computer Corporation Compaq Computer Corporation TPC Benchmark C Full Disclosure Report for ProLiant DL760-900-128P using Microsoft SQL Server 2000 Enterprise Edition and Windows 2000 Advanced Server First Edition September

More information

NEC Express5800/1320Xe (32 SMP)

NEC Express5800/1320Xe (32 SMP) TPC Benchmark H Full Disclosure Report NEC Express5800/1320Xe (32 SMP) with Microsoft SQL Server 2005 Enterprise Itanium Edition and Microsoft Windows Server 2003, Datacenter Edition for 64-bit Itanium-based

More information

Cisco Systems, Inc. TPC Benchmark H Full Disclosure Report

Cisco Systems, Inc. TPC Benchmark H Full Disclosure Report Cisco Systems, Inc. TPC Benchmark H Full Disclosure Report Cisco UCS C460 M2 Rack-Mount Server using Microsoft SQL Server 2008 R2 Enterprise Edition and Windows Server 2008 R2 Enterprise Edition First

More information

TPC Benchmark TM H Full Disclosure Report

TPC Benchmark TM H Full Disclosure Report TPC Benchmark TM H Full Disclosure Report for Lenovo System x 3850 X6 using Microsoft SQL Server 2016 Enterprise Edition and Microsoft Windows Server 2016 Standard Edition TPC-H TM Version 2.17.1 Second

More information

TPC Benchmark H Full Disclosure Report. ThinkServer RD630 VectorWise RedHat Enterprise Linux 6.4

TPC Benchmark H Full Disclosure Report. ThinkServer RD630 VectorWise RedHat Enterprise Linux 6.4 TPC Benchmark H Full Disclosure Report ThinkServer RD630 VectorWise 3.0.0 RedHat Enterprise Linux 6.4 First Edition May 2013 TPC-H Full Disclosure Report 1 First Edition May, 2013 Lenovo Corp., the sponsor

More information

Performance evaluation and. INF5100 Autumn 2007 Jarle Søberg

Performance evaluation and. INF5100 Autumn 2007 Jarle Søberg Performance evaluation and benchmarking of DBMSs INF5100 Autumn 2007 Jarle Søberg Overview What is performance evaluation and benchmarking? Theory Examples Domain-specific benchmarks and benchmarking DBMSs

More information

Hewlett-Packard Enterprise

Hewlett-Packard Enterprise Hewlett-Packard Enterprise TPC Benchmark H Full Disclosure Report for HPE ProLiant DL380 Gen9 using Microsoft SQL Server 2016 Enterprise Edition and Windows Server 2012 R2 Standard Edition First Edition

More information

TPC Benchmark TM H Full Disclosure Report for IBM xseries 350 using Microsoft SQL Server 2000 Enterprise Edition. Submitted for Review

TPC Benchmark TM H Full Disclosure Report for IBM xseries 350 using Microsoft SQL Server 2000 Enterprise Edition. Submitted for Review TPC Benchmark TM H Full Disclosure Report for IBM xseries 350 using Microsoft SQL Server 2000 Enterprise Edition Submitted for Review March 23, 2001 First Edition - March 2001 THE INFORMATION CONTAINED

More information

Oracle Price Comparison -- IBM High-end UNIX Servers Versus Sun E10000 and HP Superdome. January 25, Jim McGaughan

Oracle Price Comparison -- IBM High-end UNIX Servers Versus Sun E10000 and HP Superdome. January 25, Jim McGaughan Oracle Price Comparison -- IBM High-end UNIX Servers Versus and January 25, 200 Jim McGaughan jmcgaugh@us.ibm.com The purpose of this document is to give you an understanding on how Oracle prices its databases

More information

TPC Benchmark TM H Full Disclosure Report for IBM Netfinity 8500R using Microsoft SQL Server 2000 Enterprise Edition

TPC Benchmark TM H Full Disclosure Report for IBM Netfinity 8500R using Microsoft SQL Server 2000 Enterprise Edition TPC Benchmark TM H Full Disclosure Report for IBM Netfinity 85R using Microsoft SQL Server 2 Enterprise Edition Submitted for Review May 23, 2 Amended June 9, 2 Second Edition - June 2 THE INFORMATION

More information

Hewlett-Packard Enterprise

Hewlett-Packard Enterprise Hewlett-Packard Enterprise TPC Benchmark H Full Disclosure Report for HPE ProLiant DL380 Gen9 using Microsoft SQL Server 2016 Enterprise Edition and Windows Server 2012 R2 Standard Edition First Edition

More information

Comparing Software versus Hardware RAID Performance

Comparing Software versus Hardware RAID Performance White Paper VERITAS Storage Foundation for Windows Comparing Software versus Hardware RAID Performance Copyright 2002 VERITAS Software Corporation. All rights reserved. VERITAS, VERITAS Software, the VERITAS

More information

Relational Database Systems 2 1. System Architecture

Relational Database Systems 2 1. System Architecture Relational Database Systems 2 1. System Architecture Silke Eckstein Andreas Kupfer Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de Organizational Information

More information

Performance evaluation and benchmarking of DBMSs. INF5100 Autumn 2009 Jarle Søberg

Performance evaluation and benchmarking of DBMSs. INF5100 Autumn 2009 Jarle Søberg Performance evaluation and benchmarking of DBMSs INF5100 Autumn 2009 Jarle Søberg Overview What is performance evaluation and benchmarking? Theory Examples Domain-specific benchmarks and benchmarking DBMSs

More information

Bull Novascale TPC Benchmark TM H Full Disclosure Report

Bull Novascale TPC Benchmark TM H Full Disclosure Report 66 TPC Benchmark TM H Full Disclosure Report Bull Novascale 5160 Using Microsoft Windows Server 2003, Datacenter Edition for 64-bit Itanium-based Systems and Microsoft SQL Server TM 2005, Enterprise Edition

More information

TPC Benchmark TM H Full Disclosure Report for MAXDATA PLATINUM TM R using IBM DB2 Universal Database 8.1. Submitted for Review July 3, 2003

TPC Benchmark TM H Full Disclosure Report for MAXDATA PLATINUM TM R using IBM DB2 Universal Database 8.1. Submitted for Review July 3, 2003 TPC Benchmark TM H Full Disclosure Report for MAXDATA PLATINUM TM 9000-4R using IBM DB2 Universal Database 8.1 Submitted for Review July 3, 2003 First Edition July, 2003 The use of this information or

More information

Infor Lawson on IBM i 7.1 and IBM POWER7+

Infor Lawson on IBM i 7.1 and IBM POWER7+ Infor Lawson on IBM i 7.1 and IBM POWER7+ IBM Systems & Technology Group Mike Breitbach mbreit@us.ibm.com This document can be found on the web, Version Date: March, 2014 Table of Contents 1. Introduction...

More information

Hewlett-Packard Enterprise Company

Hewlett-Packard Enterprise Company Hewlett-Packard Enterprise Company TPC Benchmark H Full Disclosure Report for Hewlett Packard Enterprise ProLiant DL580 Gen9 using and Red Hat Enterprise Linux Server 7.2 Edition First Edition i Hewlett-Packard

More information

TPC Benchmark H Full Disclosure Report

TPC Benchmark H Full Disclosure Report TPC Benchmark H Full Disclosure Report Sun SPARC Enterprise M9000 Using Oracle Database 11g Release 2 Enterprise Edition with Partitioning and Automatic Storage Management Submitted for Review April 10

More information

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

TPC Benchmark H Full Disclosure Report. SPARC T5-4 Server Using Oracle Database 11g Release 2 Enterprise Edition with Partitioning TPC Benchmark H Full Disclosure Report SPARC T5-4 Server Using Oracle Database g Release 2 Enterprise Edition with Partitioning Submitted for Review November 25, 203 First Printing Copyright November 25,

More information

Hewlett-Packard Enterprise

Hewlett-Packard Enterprise Hewlett-Packard Enterprise TPC Benchmark H Full Disclosure Report for HPE ProLiant DL380 Gen10 using Microsoft SQL Server 2017 Enterprise Edition and Windows Server 2016 Standard Edition First Edition

More information

IBM Power 780 Server Model 9179-MHB Using AIX Version 6.1 and DB2 Enterprise 9.5. TPC Benchmark TM C Full Disclosure Report

IBM Power 780 Server Model 9179-MHB Using AIX Version 6.1 and DB2 Enterprise 9.5. TPC Benchmark TM C Full Disclosure Report IBM Power 780 Server Model 9179-MHB Using AIX Version 6.1 and DB2 Enterprise 9.5 TPC Benchmark TM C Full Disclosure Report Third Edition July 19, 2010 Special Notices The following terms used in this publication

More information

Data Modeling and Databases Ch 7: Schemas. Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich

Data Modeling and Databases Ch 7: Schemas. Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich Data Modeling and Databases Ch 7: Schemas Gustavo Alonso, Ce Zhang Systems Group Department of Computer Science ETH Zürich Database schema A Database Schema captures: The concepts represented Their attributes

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark H Full Disclosure Report for HP ProLiant DL585 G2 using Microsoft SQL Server 2005 Enterprise x64 Edition SP2 and Windows Server 2003 Enterprise x64 Edition SP1 First

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark H Full Disclosure Report for HP ProLiant DL585G1 using Microsoft SQL Server 2005 Enterprise x64 Edition and Windows Server 2003 Enterprise x64 Edition First Edition

More information

Dell Guide to Server Benchmarks

Dell Guide to Server Benchmarks Contents Introduction: Choosing a Benchmark 1 Important System Benchmark Quick Reference Chart by Application 3 4 TPC C 4 TPC H 5 TPC App 6 MMB3 7 SPEC CPU 8 SPECweb 9 SPECjbb 10 SPEC SFS 3.0 11 SPECjAppServer

More information

NEC Express5800/1320Xe (32 SMP)

NEC Express5800/1320Xe (32 SMP) TPC Benchmark H Full Disclosure Report NEC Express5800/1320Xe (32 SMP) with Microsoft SQL Server 2005 Enterprise Edition 64-bit and Microsoft Windows Server 2003, Datacenter Edition for 64-bit Itanium-based

More information

Cisco Systems, Inc. First Edition May 16, 2016

Cisco Systems, Inc. First Edition May 16, 2016 Cisco Systems, Inc. TPC Benchmark H Full Disclosure Report for Cisco UCS C460 M4 Rack-Mount Server using Microsoft SQL Server 2016 Enterprise Edition And Windows Server 2012 R2 Standard Edition First Edition

More information

Hewlett-Packard Enterprise

Hewlett-Packard Enterprise Hewlett-Packard Enterprise TPC Benchmark H Full Disclosure Report for HPE ProLiant DL380 Gen10 using Microsoft SQL Server 2017 Enterprise Edition and SUSE Linux Enterprise Server 12 SP3 First Edition November

More information

Benchmarking with TPC-H on Off-the-Shelf Hardware An Experiments Report

Benchmarking with TPC-H on Off-the-Shelf Hardware An Experiments Report Benchmarking with TPC-H on Off-the-Shelf Hardware An Experiments Report Anna Thanopoulou 1, Paulo Carreira 1,2, Helena Galhardas 1,2 1 Department of Computer Science and Engineering, Technical University

More information

TPC Benchmark C Full Disclosure Report

TPC Benchmark C Full Disclosure Report TPC Benchmark C Full Disclosure Report Second Edition 31 May 2017 Using Goldilocks v3.1 Standard Edition on Jet-speed HHA2212 1 Second Edition: 31-May-2017 TTA, Telecommunications Technology Association,

More information

A Comparison of Memory Usage and CPU Utilization in Column-Based Database Architecture vs. Row-Based Database Architecture

A Comparison of Memory Usage and CPU Utilization in Column-Based Database Architecture vs. Row-Based Database Architecture A Comparison of Memory Usage and CPU Utilization in Column-Based Database Architecture vs. Row-Based Database Architecture By Gaurav Sheoran 9-Dec-08 Abstract Most of the current enterprise data-warehouses

More information

TPC Benchmark H Full Disclosure Report

TPC Benchmark H Full Disclosure Report TPC Benchmark H Full Disclosure Report Ingres VectorWise 1.5 using HP Proliant DL380 G7 Submitted for Review Report Date March 1, 2011 TPC Benchmark H Full Disclosure Report Second Printing i Second Edition

More information

Columnstore and B+ tree. Are Hybrid Physical. Designs Important?

Columnstore and B+ tree. Are Hybrid Physical. Designs Important? Columnstore and B+ tree Are Hybrid Physical Designs Important? 1 B+ tree 2 C O L B+ tree 3 B+ tree & Columnstore on same table = Hybrid design 4? C O L C O L B+ tree B+ tree ? C O L C O L B+ tree B+ tree

More information

TPC BenchmarkTM C Full Disclosure Report for IBM eservertm xseries 460 using IBM DB2 UDB 8.2 and

TPC BenchmarkTM C Full Disclosure Report for IBM eservertm xseries 460 using IBM DB2 UDB 8.2 and TPC Benchmark TM C Full Disclosure Report for IBM eserver TM xseries 460 using IBM DB2 UDB 8.2 and Microsoft Windows Server 2003 Enterprise x64 Edition TPC-C Version 5.6 Submitted for Review March 7, 2006

More information

EMC ACCELERATES ORACLE

EMC ACCELERATES ORACLE White Paper EMC ACCELERATES ORACLE Increase database query performance Increase I/O bandwidth available to concurrent workloads Simple installation and transparent operation EMC Solutions Group Abstract

More information

HITACHI BladeSymphony BS1000 (8 SMP)

HITACHI BladeSymphony BS1000 (8 SMP) TPC Benchmark H Full Disclosure Report HITACHI BladeSymphony BS1000 (8 SMP) with Microsoft SQL Server 2005 Enterprise Edition for Itanium SP1 and Microsoft Windows Server 2003, Enterprise Edition for Itanium

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

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

Cisco Systems, Inc. Second Edition. December 17, 2014

Cisco Systems, Inc. Second Edition. December 17, 2014 Cisco Systems, Inc. TPC Benchmark H Full Disclosure Report for Cisco UCS C460 M4 Rack-Mount Server using Microsoft SQL Server 2014 Enterprise Edition And Windows Server 2012 R2 Standard Edition Second

More information

On-Disk Bitmap Index Performance in Bizgres 0.9

On-Disk Bitmap Index Performance in Bizgres 0.9 On-Disk Bitmap Index Performance in Bizgres 0.9 A Greenplum Whitepaper April 2, 2006 Author: Ayush Parashar Performance Engineering Lab Table of Contents 1.0 Summary...1 2.0 Introduction...1 3.0 Performance

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

TPC Benchmark TM H Full Disclosure Report

TPC Benchmark TM H Full Disclosure Report TPC Benchmark TM H Full Disclosure Report INSPUR K1-810 using Actian Vector 3.0.0 and Inspur K-UX 2.2 First Edition May 2014 First Edition May, 2014 Inspur Inc., the sponsor of this benchmark test, believes

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for HP ProLiant BL45p - 4P using Microsoft SQL Server 2000 Enterprise Edition SP3 and Windows Server 2003, Enterprise Edition SP1 Second Edition

More information

Scaling PostgreSQL on SMP Architectures

Scaling PostgreSQL on SMP Architectures Scaling PostgreSQL on SMP Architectures Doug Tolbert, David Strong, Johney Tsai {doug.tolbert, david.strong, johney.tsai}@unisys.com PGCon 2007, Ottawa, May 21-24, 2007 Page 1 Performance vs. Scalability

More information

Finding the Pitfalls in Query Performance

Finding the Pitfalls in Query Performance Finding the Pitfalls in Query Performance M.L. Kersten P. Koutsourakis Y. Zhang CWI, MonetDB Solutions EU H2020 project ACTiCLOUD The Challenge MonetDB Mar-18 Which system is relatively better? Postgres

More information

Oracle s JD Edwards EnterpriseOne IBM POWER7 performance characterization

Oracle s JD Edwards EnterpriseOne IBM POWER7 performance characterization Oracle s JD Edwards EnterpriseOne IBM POWER7 performance characterization Diane Webster IBM Oracle International Competency Center January 2012 Copyright IBM Corporation, 2012. All Rights Reserved. All

More information

TPC Benchmark TM H Full Disclosure Report

TPC Benchmark TM H Full Disclosure Report TPC Benchmark TM H Full Disclosure Report INSPUR K1-810 using Actian Analytics Database Vector 3.5.1 and Inspur K-UX 2.2 First Edition August 2014 First Edition August, 2014 Inspur Inc., the sponsor of

More information

First Edition December 2003

First Edition December 2003 Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for ProLiant DL380-G3-1M-1P using Microsoft SQL Server 2000 Enterprise Edition and Microsoft Windows Server 2003, Enterprise Edition First

More information

NEC Express5800/140Hb (4 SMP)

NEC Express5800/140Hb (4 SMP) TPC Benchmark C Full Disclosure Report NEC Express5800/140Hb (4 SMP) Using Microsoft SQL Server 2000,Enterprise Edition and Microsoft Windows2000 Adanced Server First Edition Submitted for Review June,

More information

HyPer-sonic Combined Transaction AND Query Processing

HyPer-sonic Combined Transaction AND Query Processing HyPer-sonic Combined Transaction AND Query Processing Thomas Neumann Technische Universität München October 26, 2011 Motivation - OLTP vs. OLAP OLTP and OLAP have very different requirements OLTP high

More information

Hewlett-Packard Enterprise Company

Hewlett-Packard Enterprise Company Hewlett-Packard Enterprise Company TPC Benchmark H Full Disclosure Report for Hewlett Packard Enterprise ProLiant DL580 Gen9 using Actian Vector 5.0 and Red Hat Enterprise Linux Server 7.2 Edition First

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark H Full Disclosure Report HP BladeSystem 64P using Oracle Database 10g Enterprise Edition with Real Application Cluster and Partitioning; and Red Hat Enterprise Linux

More information

TPC Benchmark TM C Full Disclosure Report

TPC Benchmark TM C Full Disclosure Report Data General TPC Benchmark TM C Full Disclosure Report Data General AViiON 6600 Server Using Microsoft SQL Server v. 6.5, Enterprise Edition and Microsoft Windows NT Server v. 4.0, Enterprise Edition First

More information

TPC Benchmark C Full Disclosure Report

TPC Benchmark C Full Disclosure Report TPC Benchmark C Full Disclosure Report First Edition 21 Nov 2018 Using Goldilocks v3.1 Standard Edition on ATEC A208G2 1 First Edition: 21-Nov-2018 TTA, Telecommunications Technology Association, believes

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

Bottleneck Hunters: How Schooner increased MySQL throughput by more than 800% Jeremy Cole

Bottleneck Hunters: How Schooner increased MySQL throughput by more than 800% Jeremy Cole Bottleneck Hunters: How Schooner increased MySQL throughput by more than 800% Jeremy Cole On the genesis of Schooner: Hardware is massively under-utilized I/O has long

More information

SPC BENCHMARK 2/ENERGY EXECUTIVE SUMMARY IBM CORPORATION IBM XIV STORAGE SYSTEM GEN3 SPC-2/E V1.4

SPC BENCHMARK 2/ENERGY EXECUTIVE SUMMARY IBM CORPORATION IBM XIV STORAGE SYSTEM GEN3 SPC-2/E V1.4 SPC BENCHMARK 2/ENERGY EXECUTIVE SUMMARY IBM CORPORATION IBM XIV STORAGE SYSTEM GEN3 SPC-2/E V1.4 Submitted for Review: October 19, 2011 EXECUTIVE SUMMARY Page 2 of 9 EXECUTIVE SUMMARY Test Sponsor and

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for HP ProLiant DL385 G1/32GB/ Opteron 2.4GHz Dual Core using Microsoft SQL Server 2005 Enterprise Edition and Windows Server 2003, Enterprise

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for HP ProLiant DL380 G5/2.66GHz Quad Core using Microsoft SQL Server 2005 Enterprise (x64) Edition (SP1) and Windows Server 2003 Enterprise

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for HP ProLiant DL585-G1/2.4GHzDC using IBM DB2 UDB v8.2 and Windows Server 2003 Enterprise Edition x64 SP1 First Edition December 2005 HP

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for HP ProLiant DL580 G5 using Microsoft SQL Server 2005 Enterprise x64 Edition SP2 and Windows Server 2003 Enterprise x64 Edition R2 First

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark H Full Disclosure Report for HP ProLiant DL785 G6 using Microsoft SQL Server 2008 Enterprise Edition SP1 for x64 and Windows Server 2008 R2 Enterprise Edition for

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for HP ProLiant DL385-G1/2.6 GHz Dual Core using Microsoft SQL Server 2005 Enterprise (x86) Edition (SP1) and Windows Server 2003, Enterprise

More information

Is the cloud the right place for IBM Informix? A TPC-C based stress test of Informix 12.10

Is the cloud the right place for IBM Informix? A TPC-C based stress test of Informix 12.10 Is the cloud the right place for IBM Informix? A TPC-C based stress test of Informix 12.1 Prepared by: Oninit Consulting Ltd Date: April 216 Table of Contents Acknowledgments... 3 About the Author... 3

More information

NEC Express5800/180Rb-7 (8 SMP)

NEC Express5800/180Rb-7 (8 SMP) TPC Benchmark C Full Disclosure Report NEC Express5800/180Rb-7 (8 SMP) Using Microsoft SQL Server 2000,Enterprise Edition SP1 and Microsoft Windows2000 Adanced Server First Edition Submitted for Review

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for HP ProLiant DL585-G1/2.8GHz using Microsoft SQL Server 2005 Enterprise Edition and Windows Server 2003, Enterprise Edition SP1 First Edition

More information

TPC Benchmark TM H Full Disclosure Report. Dell PowerEdge R720xd using EXASolution 5.0

TPC Benchmark TM H Full Disclosure Report. Dell PowerEdge R720xd using EXASolution 5.0 TPC Benchmark TM H Full Disclosure Report Dell PowerEdge R720xd using EXASolution 5.0 First Edition September 22, 2014 First Edition September 22, 2014 Dell PowerEdge R720xd using EXASolution 5.0 Dell

More information

<Insert Picture Here>

<Insert Picture Here> The Other HPC: Profiling Enterprise-scale Applications Marty Itzkowitz Senior Principal SW Engineer, Oracle marty.itzkowitz@oracle.com Agenda HPC Applications

More information

TPC Benchmark H Full Disclosure Report

TPC Benchmark H Full Disclosure Report HP Integrity Superdome Enterprise Server using HP-UX 11.i V2 64-bit and Oracle 10g Database Enterprise Edition with Partitioning TPC Benchmark H Full Disclosure Report First Edition January 5 2004 First

More information

TPC Benchmark C Full Disclosure Report

TPC Benchmark C Full Disclosure Report TPC Benchmark C Full Disclosure Report Unisys Corporation Enterprise Systems Aquanta ES2025 Server using Microsoft SQL Server 7.0, Enterprise Edition on Microsoft NT Server 4.0, Enterprise Edition First

More information

SPC BENCHMARK 2 EXECUTIVE SUMMARY EMC CORPORATION EMC VMAX 400K SPC-2 V1.5. Submitted for Review: July 30, 2015 Submission Identifier: B00073

SPC BENCHMARK 2 EXECUTIVE SUMMARY EMC CORPORATION EMC VMAX 400K SPC-2 V1.5. Submitted for Review: July 30, 2015 Submission Identifier: B00073 SPC BENCHMARK 2 EXECUTIVE SUMMARY EMC CORPORATION SPC-2 V1.5 Submitted for Review: July 30, 2015 EXECUTIVE SUMMARY Page 2 of 11 EXECUTIVE SUMMARY Test Sponsor and Contact Information Test Sponsor Primary

More information

TPC Benchmark TM H Full Disclosure Report

TPC Benchmark TM H Full Disclosure Report Computer Corporation TPC Benchmark TM H Full Disclosure Report Compaq ProLiant 8000 Microsoft SQL Server 2000 Second Edition November 30, 2000 Second Edition November 30, 2000 Compaq Computer Corporation,

More information

Hewlett-Packard Company

Hewlett-Packard Company Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for HP ProLiant DL380 G5 5160 using Microsoft SQL Server 2005 Enterprise x64 Edition SP1 and Windows Server 2003 Enterprise x64 Edition SP1

More information

7-8 June 2018 Frankfurt Germany. Improving Business Performance Through Big Data Benchmarking

7-8 June 2018 Frankfurt Germany. Improving Business Performance Through Big Data Benchmarking 7- Frankfurt Germany Improving Business Performance Through Big Data Benchmarking Todor Ivanov (todor@dbis.cs.uni-frankfurt.de) Frankfurt Big Data Lab, Goethe University Benchmarking The Term Benchmark:

More information

Veritas Storage Foundation and. Sun Solaris ZFS. A performance study based on commercial workloads. August 02, 2007

Veritas Storage Foundation and. Sun Solaris ZFS. A performance study based on commercial workloads. August 02, 2007 Veritas Storage Foundation and Sun Solaris ZFS A performance study based on commercial workloads August 02, 2007 Introduction...3 Executive Summary...4 About Veritas Storage Foundation...5 Veritas Storage

More information

First Edition May 2012

First Edition May 2012 Dell Inc. TPC Benchmark H Full Disclosure Report PowerEdge R720 using VectorWise 2.0.1 and RedHat Enterprise Linux 6.1 First Edition May 2012 1 First Edition May, 2012 Dell Inc., the sponsor of this benchmark

More information

TPC Benchmark C Full Disclosure Report for Dell PowerEdge 2900 using Oracle 11g Database Server Standard Edition and Microsoft Windows Server 2003

TPC Benchmark C Full Disclosure Report for Dell PowerEdge 2900 using Oracle 11g Database Server Standard Edition and Microsoft Windows Server 2003 TPC Benchmark C Full Disclosure Report for Dell PowerEdge 2900 using Oracle 11g Database Server Standard Edition and Microsoft Windows Server 2003 Standard x64 Edition SP1 First Edition Submitted for Review

More information

TPC Benchmark C Full Disclosure Report for ProLiant DL380 G3 using Microsoft SQL Server 2000 Standard Edition and Windows Server 2003 Standard Edition

TPC Benchmark C Full Disclosure Report for ProLiant DL380 G3 using Microsoft SQL Server 2000 Standard Edition and Windows Server 2003 Standard Edition Hewlett-Packard Company TPC Benchmark C Full Disclosure Report for ProLiant DL380 G3 using Microsoft SQL Server 2000 Standard Edition and Windows Server 2003 Standard Edition Third Edition September 2003

More information

HP SAS benchmark performance tests

HP SAS benchmark performance tests HP SAS benchmark performance tests technology brief Abstract... 2 Introduction... 2 Test hardware... 2 HP ProLiant DL585 server... 2 HP ProLiant DL380 G4 and G4 SAS servers... 3 HP Smart Array P600 SAS

More information

WEB SITE GUIDE. PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL

WEB SITE GUIDE. PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL WEB SITE GUIDE PLACE AN ORDER - Drop Ship Account INDEPENDENCE MEDICAL Place an Order To place an order, roll over the Place Order tab. From here, you will be able to add items to your cart using the Reorder,

More information

Midterm Review. March 27, 2017

Midterm Review. March 27, 2017 Midterm Review March 27, 2017 1 Overview Relational Algebra & Query Evaluation Relational Algebra Rewrites Index Design / Selection Physical Layouts 2 Relational Algebra & Query Evaluation 3 Relational

More information

TPC Benchmark TM C Full Disclosure Report

TPC Benchmark TM C Full Disclosure Report TPC Benchmark TM C Full Disclosure Report for IBM System x3850 M2 using Microsoft SQL Server 2005 Enterprise x64 Edition (SP2) and Microsoft Windows Server 2003 R2 Enterprise x64 Edition (SP2) TPC-C Version

More information

TPC BENCHMARK TM H (Decision Support) Standard Specification Revision

TPC BENCHMARK TM H (Decision Support) Standard Specification Revision TPC BENCHMARK TM H (Decision Support) Standard Specification Revision 2.17.3 Transaction Processing Performance Council (TPC) Presidio of San Francisco Building 572B Ruger St. (surface) P.O. Box 29920

More information

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

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

More information

TPCX-BB (BigBench) Big Data Analytics Benchmark

TPCX-BB (BigBench) Big Data Analytics Benchmark TPCX-BB (BigBench) Big Data Analytics Benchmark Bhaskar D Gowda Senior Staff Engineer Analytics & AI Solutions Group Intel Corporation bhaskar.gowda@intel.com 1 Agenda Big Data Analytics & Benchmarks Industry

More information

Transaction Processing Performance Council. Past, Present, Future

Transaction Processing Performance Council. Past, Present, Future Transaction Processing Performance Council Past, Present, Future June 2008 Past: Industry Prior to TPC Formation 1980 ATMs and end-user interaction with databases spur an industry transformation from batch

More information