38
Flash Technology for Oracle Database Server Technical Presentation May 2014

Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

Embed Size (px)

Citation preview

Page 1: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

Flash Technology for Oracle Database Server

Technical Presentation

May 2014

Page 2: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 2

1 Introduction to Storage Performance Tests

2 Storage Tiers

3 Storage Architectures

4 Benchmark Results

5 Summary

Contents

Page 3: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 3

Introduction to Storage Performance Tests

Storage performance is essential not only for overall Oracle database performance, but also for system management tasks like backup, recovery and archiving

Oracle uses all kinds of I/O patterns, but different o/s calls dependent upon the operating system

system load (Oracle changes system call dependent on load)

Why measure Storage performance?

Page 4: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 4

Oracle sequential read User processes: full table scan, full index

scan

Temp segment

Backup, restore, recovery RMAN, Export, Data Pump

ARCH: reading online REDO logfile

Oracle random read User processes

Oracle sequential write Temp segment

Backup, restore RMAN, Export, Data Pump

LWGR process: small block size

ARCH processes: writing archived REDO logfile

RVWR process: flashback log file writer

CTWR process: block change tracking file

Oracle random write DBWR processes

Introduction to Storage Performance Tests

Why measure Storage performance?

Page 5: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 5

Storage performance from the Oracle point of view Using database block size

I/O service time measured within Oracle

Throughput Data transfer in mega byte per second

[MBps]

Data transfer in database blocks per second [dbps]

I/O Operations in O/S system calls per second [IOPS]

Service Time For random I/O operation in [ms] or [µs]

Efficiency of Auto-Tiering

RAID-level

Striping

Remote mirroring

Virtualization

Introduction to Storage Performance Tests

What is measured?

Page 6: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 6

Introduction to Storage Performance Tests

Storage System I/O Performance Useful to test storage system performance at port level

Vendors data sheet numbers

Comparison of I/O Benchmarks

File System Volume Manager

Database System

Storage System

O/S Server

DataG

uard

Ne

two

rk Fu

sion

I/O In

terco

nn

ect

Storage

Netw

ork

Application(s)

Middleware

Fibre Channel Analyzer

Page 7: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 7

Introduction to Storage Performance Tests

Server System I/O Performance Tools like vdbench, Iometer, Orion, etc. just generate I/O

system calls, but no further I/O processing

Useful to analyze transfer performance between storage system and server system

Unable to benchmark storage grids

Unable to benchmark Oracle ASM infrastructure

Comparison of I/O Benchmarks

File System Volume Manager

Database System

Storage System

O/S Server

DataG

uard

Ne

two

rk Fu

sion

I/O In

terco

nn

ect

Storage

Netw

ork

Application(s)

Middleware

Iometer orion vdbench

Page 8: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 8

Database System I/O Performance Most complex I/O operation

Database buffer cache management

» find a free slot

» replace older blocks

» synchronize access to buffer cache

» database block consistency checks

Database I/O needs much more cpu resources than simple I/O generator

» Rule of thumb: 25’000 IOPS per x86 core

» Throughput does not scale linear

dbms_resource_manager.calibrate_io does not recognize hybrid storage systems and delivers wrong results

Introduction to Storage Performance Tests

Comparison of I/O Benchmarks

File System Volume Manager

Database System

Storage System

O/S Server

DataG

uard

Ne

two

rk Fu

sion

I/O In

terco

nn

ect

Storage

Netw

ork

Application(s)

Middleware

Benchware

Page 9: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 9

Introduction to Storage Performance Tests

0

1'000

2'000

3'000

4'000

5'000

6'000

1 2 4 8 16 32 64

All load profiles from single process to saturation

X-axis reports benchmark load, e.g. degree of parallelism • Inter SQL or Intra SQL dependent on

test • Parallelism 1 shows best case: only

one process • Number of involved RAC nodes

Y-axis reports understandable key performance metric, e.g. throughput • Transactions per second [tps] • Rows per second [rps] • Operations per second [ops] • Mega byte per second [MBps] • I/O operations per second [IOPS] • …

Optional additional information for each measuring point describes quality of performance, e.g. • I/O service time in µsec • Operations per core • …

950 µs

Page 10: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 10

Introduction to Storage Performance Tests

I/O throughput in MBps and IOPS

Monitoring

CPU CPU Physical Physical Physical Physical Physical Physical REDO Hitrate Hitrate Elap

busy sys read read read write write write write db flash exa flash time

Run Tst Code #N #J #T [%] [%] [iops] [dbps] [MBps] [iops] [dbps] [MBps] [iops] [%] [%] [s]

---- ---- ------ ---- ----- ---- ---- ---- --------- --------- -------- --------- --------- -------- --------- -------- --------- -----

2 20 STO-14 1 1 1 1 0 10082 1280024 10000 27 29 0 6 0 67 300

21 STO-14 1 2 1 1 0 25605 3255841 25437 20 25 0 2 0 94 301

22 STO-14 1 4 1 2 0 49250 6270027 48985 20 24 0 3 0 94 300

23 STO-14 1 8 1 3 0 87799 11208636 87568 21 25 0 3 0 88 302

24 STO-14 1 16 1 3 1 98534 12582808 98303 22 26 0 3 0 87 302

25 STO-14 1 32 1 3 1 103230 13184237 103002 23 26 0 4 0 87 304

26 STO-14 1 64 1 4 1 105525 13480546 105317 24 27 0 5 0 86 308

Speed: • Best performance for one process • No conflicts • No contention

Max throughput: • Storage system saturated

Legend: Run benchmark run id #N number of RAC nodes [rps] rows per second [iops] i/o operations per second [s] time in seconds Tst benchmark test id #J number of load generators (jobs) [tps] transactions per second [dbps] database blocks per second [ms] time in milli seconds Code benchmark test code #T number of threads (PX) [ops] operations per second [MBps] mega byte per second [μs] time in micro seconds

Page 11: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 11

1 Introduction to Storage Performance Tests

2 Storage Tiers

3 Storage Architectures

4 Benchmark Results

5 Summary

Contents

Page 12: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 12

Architectures with Flash Technology

Capacity and access times

Server System Capacity Average Access Time Throughput

CPU register 1 KByte < 1 ns

Level 1 Cache on-chip 128 KByte 1 ns

Level 2 Cache 8 MByte 5 ns

Level 3 Cache 32 MByte 15 ns

Main memory 4 TByte 100 ns Seq/Ran: > 10 GBps

PCI attached flash n x 2.4 TByte < 100’000 ns Seq: > 1 GBps

Ran: > 500’000 IOPS

Storage System

Cache <= 1 TByte 500’000 ns

Solid state disks (SSD) n x 1.4 TByte 1‘000’000 ns Seq: > 1 GBps

Ran: > 200’000 IOPS

Hard drive disks (HDD) n x 600 GByte, 15k rpm 8’000’000 ns Ran: 250 IOPS

Hard drive disks (HDD) n x 3.0 TByte, 7.2k rpm 15’000’000 ns Ran: 120 IOPS

Tape drive n x 2.5 TByte pro LTO Cartridge 50’000’000’000 ns Seq: 160 MBps

Page 13: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 13

Architectures with Flash Technology

Capacity and access times

Server System Capacity Average Access Time Throughput

CPU register 1 KByte < 1 ns

Level 1 Cache on-chip 128 KByte 1 ns

Level 2 Cache 8 MByte 5 ns

Level 3 Cache 32 MByte 15 ns

Main memory 4 TByte 100 ns Seq/Ran: > 10 GBps

PCI attached flash n x 2.4 TByte < 100’000 ns Seq: > 1 GBps

Ran: > 500’000 IOPS

Storage System

Cache <= 1 TByte 500’000 ns

Solid state disks (SSD) n x 1.4 TByte 1‘000’000 ns Seq: > 1 GBps

Ran: > 200’000 IOPS

Hard drive disks (HDD) n x 600 GByte, 15k rpm 8’000’000 ns Ran: 250 IOPS

Hard drive disks (HDD) n x 3.0 TByte, 7.2k rpm 15’000’000 ns Ran: 120 IOPS

Tape drive n x 2.5 TByte pro LTO Cartridge 50’000’000’000 ns Seq: 160 MBps x

80

’00

0

Page 14: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 14

Architectures with Flash Technology

Capacity and access times

Server System Capacity Average Access Time Throughput

CPU register 1 KByte < 1 ns

Level 1 Cache on-chip 128 KByte 1 ns

Level 2 Cache 8 MByte 5 ns

Level 3 Cache 32 MByte 15 ns

Main memory 4 TByte 100 ns Seq/Ran: > 10 GBps

PCI attached flash n x 2.4 TByte < 100’000 ns Seq: > 1 GBps

Ran: > 500’000 IOPS

Storage System

Cache <= 1 TByte 500’000 ns

Solid state disks (SSD) n x 1.4 TByte 1‘000’000 ns Seq: > 1 GBps

Ran: > 200’000 IOPS

Hard drive disks (HDD) n x 600 GByte, 15k rpm 8’000’000 ns Ran: 250 IOPS

Hard drive disks (HDD) n x 3.0 TByte, 7.2k rpm 15’000’000 ns Ran: 120 IOPS

Tape drive n x 2.5 TByte pro LTO Cartridge 50’000’000’000 ns Seq: 160 MBps x

80

x 2

’00

0

Page 15: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 15

Architectures with Flash Technology

Capacity and access times

Server System Capacity Average Access Time Throughput

CPU register 1 KByte < 1 ns

Level 1 Cache on-chip 128 KByte 1 ns

Level 2 Cache 8 MByte 5 ns

Level 3 Cache 32 MByte 15 ns

Main memory 4 TByte 100 ns Seq/Ran: > 10 GBps

PCI attached flash n x 2.4 TByte < 100’000 ns Seq: > 1 GBps

Ran: > 500’000 IOPS

Storage System

Cache <= 1 TByte 500’000 ns

Solid state disks (SSD) n x 1.4 TByte 1‘000’000 ns Seq: > 1 GBps

Ran: > 200’000 IOPS

Hard drive disks (HDD) n x 600 GByte, 15k rpm 8’000’000 ns Ran: 250 IOPS

Hard drive disks (HDD) n x 3.0 TByte, 7.2k rpm 15’000’000 ns Ran: 120 IOPS

Tape drive n x 2.5 TByte pro LTO Cartridge 50’000’000’000 ns Seq: 160 MBps x

10

’00

0

Page 16: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 16

Flash Technology currently changes architecture of computer systems dramatically

Flash Technology may change application architecture and algorithms

Example of a very new flash system: IBM Flash 840 (launched Q2 2014) Rack space 2 units

Raw capacity 66 TByte

Usable capacity 48 TByte

Throughput ~ 500’000 IOPS - 8 kByte - 150 μs (estimation at port level)

Power 625 Watt

Hardware vendors offer different architectures with flash technology for Oracle platforms

Architectures with Flash Technology

Page 17: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 17

Architectures with Flash Technology

The architectures provided by hardware vendors differ in Volatility

Capacity

Throughput

Latency

Cost

Manageability

Shareability

Page 18: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 18

1 Introduction to Storage Performance Tests

2 Storage Tiers

3 Storage Architectures

4 Benchmark Results

5 Summary

Contents

Page 19: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 19

Conventional System Architecture

Architecture without any Flash Technology

CPU’s Main Memory

Database Buffer Cache

Storage System Cache & Switched Network

FC-based network IP-based network

Serv

er S

yste

m

Sto

rage

Sys

tem

Hard Disk Drives (HDD)

Access times (Sep 2011): • CPU cache (SRAM) 1 x 10-9 s • Database cache (DRAM) 100 x 10-9 s

• Storage system cache 500 x 10-6 s • Storage system hdd 8 x 10-3 s

Page 20: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 20

Storage System with mixed disks

Automatic tiering, e.g. EMC, HDS or IBM storage systems

Serv

er S

yste

m

Sto

rage

Sys

tem

CPU’s Main Memory

Database Buffer Cache

Storage System Cache & Switched Network

Hard Disk Drives (HDD)

FC-based network IP-based network

Solid State Disks (SSD)

Access times (Sep 2011): • CPU cache (SRAM) 1 x 10-9 s • Database cache (DRAM) 100 x 10-9 s • Storage system ssd < 1 x 10-3 s • Storage system cache 500 x 10-6 s • Storage system hdd 8 x 10-3 s

Page 21: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 21

Storage System with solid state disks only

All Flash Array, e.g. HDS HUS VM AFA

Serv

er S

yste

m

Sto

rage

Sys

tem

CPU’s Main Memory

Database Buffer Cache

Storage System Cache & Switched Network

FC-based network IP-based network

Solid State Disks (SSD)

Access times (Sep 2011): • CPU cache (SRAM) 1 x 10-9 s • Database cache (DRAM) 100 x 10-9 s • Storage system ssd < 1 x 10-3 s • Storage system cache 500 x 10-6 s

Page 22: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 22

Storage System based on Flash Technology

Storage Systems completely build on flash technology, e.g. Violin, IBM Flash 840

Serv

er S

yste

m

Sto

rage

Sys

tem

CPU’s Main Memory

Database Buffer Cache

Flash Controller & Switched Network

FC-based network IB-based network PCI-attached

Flash Technology

Access times (Sep 2011): • CPU cache (SRAM) 1 x 10-9 s • Database cache (DRAM) 100 x 10-9 s • Storage system ssd < 500 x 10-6 s

Page 23: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 23

Oracle Database Smart Flash Cache Technology

Specific solution only for Solaris and OEL and Sun Fx0 Flash

CPU’s Main Memory

Database Buffer Cache

Storage System Cache & Switched Network

Flash Cache Fx0 Flash Accelerator

Hard Disk Drives (HDD)

FC-based network IP-based network

PCI-based connection Se

rver

Sys

tem

St

ora

ge S

yste

m

• subset of DB in flash • flash cache automatic managed

by Oracle

• db_flash_cache_file • db_flash_cache_size • read cache • RAC aware

Access times (Sep 2011): • CPU cache (SRAM) 1 x 10-9 s • Database cache (DRAM) 100 x 10-9 s • PCI Flash Server 100 x 10-6 s • Storage system cache 500 x 10-6 s • Storage system hdd 8 x 10-3 s

Page 24: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 24

Mirrored Database in Server Fusion IO Cards

Mirrored ASM failure group, e.g. Hitachi UCP

CPU’s Main Memory

Database Buffer Cache

Storage System Cache & Switched Network

Hard Disk Drives (HDD)

FC-based network IP-based network

PCI-based connection Se

rver

Sys

tem

St

ora

ge S

yste

m

FusionIO

• mirrored ASM failure group • complete DB in flash • read from Flash • write to disk and flash

• not RAC aware

Access times (Sep 2011): • CPU cache (SRAM) 1 x 10-9 s • Database cache (DRAM) 100 x 10-9 s • PCI Flash Server 100 x 10-6 s • Storage system cache 500 x 10-6 s • Storage system hdd 8 x 10-3 s

Page 25: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 25

Intelligent Storage Grid

Offloaded database functions, e.g. Oracle Exadata

Hard Disk Drives (HDD)

IB-based network

Sto

rage

Cel

l Se

rver

Sys

tem

CPU’s Main Memory

Database Buffer Cache

JBOD architecture Access times (Sep 2011): • CPU cache (SRAM) 1 x 10-9 s • Database cache (DRAM) 100 x 10-9 s

• Storage system ssd 1 x 10-3 s • Storage system hdd 8 x 10-3 s

Page 26: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 26

1 Introduction to Storage Performance Tests

2 Storage Tiers

3 Storage Architectures

4 Benchmark Results

5 Summary

Contents

Page 27: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 27

PCI attached Server Flash

4'200

4'400

4'600

4'800

5'000

5'200

5'400

5'600

1 2 4 8 16 32 64 128

Fusion IO

Number of load generators

Thro

ugh

pu

t in

[M

Bp

s]

Oracle storage performance: sequential read

Uses ASM preferred read feature from server internal Flash storage

Page 28: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 28

PCI attached Server Flash

0

100'000

200'000

300'000

400'000

500'000

600'000

1 2 4 8 16 32 64 128

Fusion IO

Number of load generators

Thro

ugh

pu

t in

[io

ps]

Oracle storage performance: random read

120 μs

105 μs

100 μs

100 μs

123 μs

188 μs

436 μs

1’668 μs

Uses ASM preferred read feature from server internal Flash storage

Page 29: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 29

PCI attached Server Flash

Oracle storage performance: random read

CPU CPU Physical Physical Physical Physical Physical Physical REDO Hitrate Hitrate Elap

busy sys read read read write write write write db flash exa flash time

Run Tst Code #N #J #T [%] [%] [iops] [dbps] [MBps] [iops] [dbps] [MBps] [iops] [%] [%] [s]

---- ---- ------ ---- ----- ---- ---- ---- --------- --------- -------- --------- --------- -------- --------- -------- --------- -----

15 10 STO-62 1 1 1 3 2 31747 31745 248 11 23 0 2 0 0 51

11 STO-62 1 2 1 6 4 64039 64037 500 59 68 1 5 0 0 51

12 STO-62 1 4 1 12 7 124897 124895 976 164 168 1 10 0 0 52

13 STO-62 1 8 1 23 13 228361 228359 1784 356 351 3 19 0 0 57

14 STO-62 1 16 1 45 27 382520 382518 2988 629 607 5 31 0 0 68

15 STO-62 1 32 1 77 45 506050 506047 3954 854 812 6 41 0 0 103

16 STO-62 1 64 1 95 51 534207 534206 4174 879 832 7 41 0 0 196

17 STO-62 1 128 1 98 51 508957 508962 3976 810 764 6 40 0 0 305

18 STO-62 1 256 1 98 48 508889 508888 3976 793 730 6 61 0 0 310

Fusi

on

IO

Top 5 Timed Foreground Events

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Avg

wait % DB

Event Waits Time(s) (ms) time Wait Class

------------------------------ ------------ ----------- ------ ------ ----------

DB CPU 4,451 20.9

db file parallel read 2,686,643 2,033 1 9.6 User I/O

db file sequential read 3,079,002 1,343 0 6.3 User I/O

Remarks: • In this test case, Oracle optimizes random I/O operations • “db file sequential read” is a true single block read operation (one system call per database block read) • “db file parallel read” is an optimized non-contiguous multi block random read operation (one system call for at least 2 or more database block read)

Page 30: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 30

Conventional Storage Performance AFA

0

2'000

4'000

6'000

8'000

10'000

12'000

14'000

16'000

18'000

20'000

1 2 4 8 16 32 64 128

HDS HUS VM

Number of load generators

Thro

ugh

pu

t in

[M

Bp

s]

Oracle storage performance: sequential read

Page 31: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 31

Conventional Storage Performance AFA

0

100'000

200'000

300'000

400'000

500'000

600'000

700'000

800'000

900'000

1 2 4 8 16 32 64 128 2 nodes 4 nodes

HDS HUS VM

Number of load generators

Thro

ugh

pu

t in

[io

ps]

Oracle storage performance: random read

840 μs

552 μs

565 μs

418 μs

388 μs

373 μs

Page 32: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 32

Exadata Storage Grid

0

20'000

40'000

60'000

80'000

100'000

120'000

1 2 4 8 16 32 64 128

X2-2

X3-2

X4-2

Number of load generators

Thro

ugh

pu

t in

[M

Bp

s]

Oracle storage performance: sequential read, 1 DB Server

• X4-2 FR • X3-2 FR • X2-2 HR

Page 33: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 33

Exadata Storage Grid

0

20'000

40'000

60'000

80'000

100'000

120'000

1 node 2 nodes 4 nodes 8 nodes

X2-2

X3-2

X4-2

Maximum load on all nodes

Oracle storage performance: sequential read, Cluster

Thro

ugh

pu

t in

[M

Bp

s]

• X4-2 FR • X3-2 FR • X2-2 HR

Page 34: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 34

Exadata Storage Grid

0

100'000

200'000

300'000

400'000

500'000

600'000

700'000

800'000

1 2 4 8 16 32 64 128 256

X2-2

X3-2

X4-2

Number of load generators

Thro

ugh

pu

t in

[io

ps]

Oracle storage performance: random read, 1 DB server

619 μs

340 μs

340 μs

360 μs

389 μs

432 µs

Exadata Flash Cache: • Excellent throughput • Very low service times • Ideal platform for OLTP

applications

435 µs

423 µs

382 μs

5 ms

5 ms

5 ms

Page 35: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 35

Exadata Storage Grid

0

500'000

1'000'000

1'500'000

2'000'000

2'500'000

3'000'000

3'500'000

4'000'000

1 node 2 nodes 4 nodes 8 nodes

X2-2

X3-2

X4-2

Maximum load on all nodes

Thro

ugh

pu

t in

[io

ps]

Oracle storage performance: random read, Cluster

454 μs

540 μs

631 μs

619 μs

690’000 IOPS/node

610’000 IOPS/node

560’000 IOPS/node

470’000 IOPS/node • X4-2 FR • X3-2 FR • X2-2 HR

Page 36: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 36

1 Introduction to Storage Performance Tests

2 Storage Tiers

3 Storage Architectures

4 Benchmark Results

5 Summary

Contents

Page 37: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

copyright © 2014 by benchware.ch slide 37

Do you need MORE storage I/O performance? Avoid shared storage systems

Replace last century hard disk drive technology

Where is the pain Quick fix for some specific systems?

Overall poor performance on shared storage system?

Smooth integration?

Summary

Page 38: Flash Technology for Oracle Database Server - Benchware · Flash Technology currently changes architecture of ... Hardware vendors offer different architectures with flash technology

www.benchware.ch

[email protected]

swiss precision in performance measurement