15-721 ADVANCED DATABASE SYSTEMS Lecture #24 Non-Volatile Memory - - PowerPoint PPT Presentation

15 721
SMART_READER_LITE
LIVE PREVIEW

15-721 ADVANCED DATABASE SYSTEMS Lecture #24 Non-Volatile Memory - - PowerPoint PPT Presentation

15-721 ADVANCED DATABASE SYSTEMS Lecture #24 Non-Volatile Memory Databases Andy Pavlo / / Carnegie Mellon University / / Spring 2016 @Andy_Pavlo // Carnegie Mellon University // Spring 2017 2 ADMINISTRIVIA Final Exam: May 4 th @


slide-1
SLIDE 1 Andy Pavlo / / Carnegie Mellon University / / Spring 2016

ADVANCED

DATABASE SYSTEMS

Lecture #24 – Non-Volatile Memory Databases

15-721

@Andy_Pavlo // Carnegie Mellon University // Spring 2017
slide-2
SLIDE 2 CMU 15-721 (Spring 2017)

ADMINISTRIVIA

Final Exam: May 4th @ 12:00pm

→ Multiple choice + short-answer questions. → I will provide sample questions this week.

Code Review #2: May 4th @ 11:59pm

→ We will use the same group pairings as before.

Final Presentations: May 9th @ 5:30pm

→ WEH Hall 7500 → 12 minutes per group → Food and prizes for everyone!

2
slide-3
SLIDE 3 CMU 15-721 (Spring 2017)

TODAY’S AGENDA

Background Storage & Recovery Methods for NVM

3
slide-4
SLIDE 4 CMU 15-721 (Spring 2017)

NON-VOLATILE MEMORY

Emerging storage technology that provide low latency read/writes like DRAM, but with persistent writes and large capacities like SSDs.

→ AKA Storage-class Memory, Persistent Memory

First devices will be block-addressable (NVMe) Later devices will be byte-addressable.

4
slide-5
SLIDE 5 CMU 15-721 (Spring 2017)

FUNDAMENTAL ELEMENTS OF CIRCUITS

5

Capacitor (ca. 1745) Resistor (ca. 1827) Inductor (ca. 1831)

slide-6
SLIDE 6 CMU 15-721 (Spring 2017)

FUNDAMENTAL ELEMENTS OF CIRCUITS

In 1971, Leon Chua at Berkeley predicted the existence of a fourth fundamental element. A two-terminal device whose resistance depends

  • n the voltage applied to it, but when that voltage

is turned off it permanently remembers its last resistive state.

6 TWO CENTURIES OF MEMRISTORS Nature Materials 2012
slide-7
SLIDE 7 CMU 15-721 (Spring 2017)

FUNDAMENTAL ELEMENTS OF CIRCUITS

7

Capacitor (ca. 1745) Resistor (ca. 1827) Inductor (ca. 1831) Memristor (ca. 1971)

slide-8
SLIDE 8 CMU 15-721 (Spring 2017)

MERISTORS

A team at HP Labs led by Stanley Williams stumbled upon a nano-device that had weird properties that they could not understand. It wasn’t until they found Chua’s 1971 paper that they realized what they had invented.

8 HOW WE FOUND THE MISSING MEMRISTOR IEEE Spectrum 2008
slide-9
SLIDE 9 CMU 15-721 (Spring 2017)

MERISTORS

A team at HP Labs led by Stanley Williams stumbled upon a nano-device that had weird properties that they could not understand. It wasn’t until they found Chua’s 1971 paper that they realized what they had invented.

8 HOW WE FOUND THE MISSING MEMRISTOR IEEE Spectrum 2008
slide-10
SLIDE 10 CMU 15-721 (Spring 2017)

MERISTORS

A team at HP Labs led by Stanley Williams stumbled upon a nano-device that had weird properties that they could not understand. It wasn’t until they found Chua’s 1971 paper that they realized what they had invented.

8 HOW WE FOUND THE MISSING MEMRISTOR IEEE Spectrum 2008
slide-11
SLIDE 11 CMU 15-721 (Spring 2017)

MEMRISTOR – HYSTERESIS LOOP

9 TWO CENTURIES OF MEMRISTORS Nature Materials 2012

Vacuum Circuits (ca. 1948)

slide-12
SLIDE 12 CMU 15-721 (Spring 2017)

TECHNOLOGIES

Phase-Change Memory (PRAM) Resistive RAM (ReRAM) Magnetoresistive RAM (MRAM)

10
slide-13
SLIDE 13 CMU 15-721 (Spring 2017)

PHASE-CHANGE MEMORY

Storage cell is comprised of two metal electrodes separated by a resistive heater and the phase change material (chalcogenide). The value of the cell is changed based on how the material is heated.

→ A short pulse changes the cell to a ‘0’. → A long, gradual pulse changes the cell to a ‘1’.

11 PHASE CHANGE MEMORY ARCHITECTURE AND THE QUEST FOR SCALABILITY Communications of the ACM 2010 Heater Bitline Access chalcogenide
slide-14
SLIDE 14 CMU 15-721 (Spring 2017)

RESISTIVE RAM

Two metal layers with two TiO2 layers in between. Running a current one direction moves electrons from the top TiO2 layer to the bottom, thereby changing the resistance. May be programmable storage fabric…

→ Bertrand Russell’s Material Implication Logic

12 HOW WE FOUND THE MISSING MEMRISTOR IEEE Spectrum 2008 Platinum Platinum TiO2 Layer TiO2-x Layer
slide-15
SLIDE 15 CMU 15-721 (Spring 2017) 13 Source: Luke Kilpatrick
slide-16
SLIDE 16 CMU 15-721 (Spring 2017)

MAGNETORESISTIVE RAM

Stores data using magnetic storage elements instead of electric charge or current flows. Spin-Transfer Torque (STT-MRAM) is the leading technology for this type of NVM.

→ Supposedly able to scale to very small sizes (10nm) and have SRAM latencies.

14 Fixed FM Layer→ Oxide Layer Free FM Layer ↔ SPIN MEMORY SHOWS ITS MIGHT IEEE Spectrum 2014
slide-17
SLIDE 17 CMU 15-721 (Spring 2017)

WHY THIS IS FOR REAL THIS TIME

Industry has agreed to standard technologies and form factors. Linux and Microsoft have added support for NVM in their kernels (DAX). Intel has added new instructions for flushing cache lines to NVM.

15
slide-18
SLIDE 18 CMU 15-721 (Spring 2017)

NVM DIMM FORM FACTORS

NVDIMM-F (2015)

→ Flash only. Has to be paired with DRAM DIMM.

NVDIMM-N (2015)

→ Flash and DRAM together on the same DIMM. → Appears as volatile memory to the OS.

NVDIMM-P (2018)

→ True persistent memory. No DRAM or flash.

16
slide-19
SLIDE 19 CMU 15-721 (Spring 2017)

NVM FOR DATABASE SYSTEMS

Block-addressable NVM is not that interesting. Byte-addressable NVM will be a game changer but will require some work to use correctly.

→ In-memory DBMSs will be better positioned to use byte- addressable NVM. → Disk-oriented DBMSs will initially treat NVM as just a faster SSD.

17
slide-20
SLIDE 20 CMU 15-721 (Spring 2017)

STORAGE & RECOVERY METHODS

Understand how a DBMS will behave on a system that only has byte-addressable NVM. Develop NVM-optimized implementations of standard DBMS architectures. Based on the N-Store prototype DBMS.

18 LET'S TALK ABOUT STORAGE & RECOVERY METHODS FOR NON-VOLATILE MEMORY DATABASE SYSTEMS SIGMOD 2015
slide-21
SLIDE 21 CMU 15-721 (Spring 2017)

SYNCHRONIZATION

Existing programming models assume that any write to memory is non-volatile.

→ CPU decides when to move data from caches to DRAM.

The DBMS needs a way to ensure that data is flushed from caches to NVM.

19

STORE STORE

L1 Cache L2 Cache
slide-22
SLIDE 22 CMU 15-721 (Spring 2017)

NAMING

If the DBMS process restarts, we need to make sure that all of the pointers for in-memory data point to the same data.

20

Table Heap

Tuple #00 Tuple #02 Tuple #01

Index

slide-23
SLIDE 23 CMU 15-721 (Spring 2017)

NAMING

If the DBMS process restarts, we need to make sure that all of the pointers for in-memory data point to the same data.

20

Table Heap

Tuple #00 Tuple #02 Tuple #01

Index

Tuple #00 (v2)

slide-24
SLIDE 24 CMU 15-721 (Spring 2017)

NAMING

If the DBMS process restarts, we need to make sure that all of the pointers for in-memory data point to the same data.

20

Table Heap

Tuple #00 Tuple #02 Tuple #01

Index

Tuple #00 (v2)

X X

slide-25
SLIDE 25 CMU 15-721 (Spring 2017)

NAMING

If the DBMS process restarts, we need to make sure that all of the pointers for in-memory data point to the same data.

20

Table Heap

Tuple #00 Tuple #02 Tuple #01

Index

Tuple #00 (v2)

slide-26
SLIDE 26 CMU 15-721 (Spring 2017)

NVM-AWARE MEMORY ALLOCATOR

Feature #1: Synchronization

→ The allocator writes back CPU cache lines to NVM using the CLFLUSH instruction. → It then issues a SFENCE instruction to wait for the data to become durable on NVM.

Feature #2: Naming

→ The allocator ensures that virtual memory addresses assigned to a memory-mapped region never change even after the OS or DBMS restarts.

21
slide-27
SLIDE 27 CMU 15-721 (Spring 2017)

DBMS ENGINE ARCHITECTURES

Choice #1: In-place Updates

→ Table heap with a write-ahead log + snapshots. → Example: VoltDB

Choice #2: Copy-on-Write

→ Create a shadow copy of the table when updated. → No write-ahead log. → Example: LMDB

Choice #3: Log-structured

→ All writes are appended to log. No table heap. → Example: RocksDB

22
slide-28
SLIDE 28 CMU 15-721 (Spring 2017)

IN-PLACE UPDATES ENGINE

23

In-Memory Table Heap

Tuple #00 Tuple #02

Durable Storage

Write-Ahead Log

In-Memory Index

Tuple #01

Snapshots
slide-29
SLIDE 29 CMU 15-721 (Spring 2017)

IN-PLACE UPDATES ENGINE

23

In-Memory Table Heap

Tuple #00 Tuple #02

Durable Storage

Write-Ahead Log

Tuple Delta

In-Memory Index

Tuple #01

Snapshots

1

slide-30
SLIDE 30 CMU 15-721 (Spring 2017)

IN-PLACE UPDATES ENGINE

23

In-Memory Table Heap

Tuple #00 Tuple #02

Durable Storage

Write-Ahead Log

Tuple Delta

In-Memory Index

Tuple #01

Snapshots

Tuple #01 (!)

1 2

slide-31
SLIDE 31 CMU 15-721 (Spring 2017)

IN-PLACE UPDATES ENGINE

23

In-Memory Table Heap

Tuple #00 Tuple #02

Durable Storage

Write-Ahead Log

Tuple Delta

In-Memory Index

Tuple #01

Snapshots

Tuple #01 (!) Tuple #01 (!)

1 2 3

slide-32
SLIDE 32 CMU 15-721 (Spring 2017)

IN-PLACE UPDATES ENGINE

23

In-Memory Table Heap

Tuple #00 Tuple #02

Durable Storage

Write-Ahead Log

Tuple Delta

In-Memory Index

Tuple #01

Snapshots

Tuple #01 (!) Tuple #01 (!)

1 2 3

Duplicate Data Recovery Latency

slide-33
SLIDE 33 CMU 15-721 (Spring 2017)

NVM-OPTIMIZED ARCHITECTURES

Leverage the allocator’s non-volatile pointers to

  • nly record what changed rather than how it

changed. The DBMS only has to maintain a transient UNDO log for a txn until it commits.

→ Dirty cache lines from an uncommitted txn can be flushed by hardware to the memory controller. → No REDO log because we flush all the changes to NVM at the time of commit.

24
slide-34
SLIDE 34 CMU 15-721 (Spring 2017)

NVM IN-PLACE UPDATES ENGINE

25

NVM Table Heap

Tuple #00 Tuple #02

NVM Storage

Write-Ahead Log

NVM Index

Tuple #01

slide-35
SLIDE 35 CMU 15-721 (Spring 2017)

NVM IN-PLACE UPDATES ENGINE

25

NVM Table Heap

Tuple #00 Tuple #02

NVM Storage

Write-Ahead Log

Tuple Pointers

NVM Index

Tuple #01

1

slide-36
SLIDE 36 CMU 15-721 (Spring 2017)

NVM IN-PLACE UPDATES ENGINE

25

NVM Table Heap

Tuple #00 Tuple #02

NVM Storage

Write-Ahead Log

Tuple Pointers

NVM Index

Tuple #01 Tuple #01 (!)

1 2

slide-37
SLIDE 37 CMU 15-721 (Spring 2017)

COPY-ON-WRITE ENGINE

26

Current Directory Master Record Leaf 1 Leaf 2

Slotted Page #00 Slotted Page #01
slide-38
SLIDE 38 CMU 15-721 (Spring 2017)

COPY-ON-WRITE ENGINE

26

Current Directory Master Record Leaf 1 Leaf 2

1

Slotted Page #00 Slotted Page #01

Updated Leaf 1

Slotted Page #00
slide-39
SLIDE 39 CMU 15-721 (Spring 2017)

COPY-ON-WRITE ENGINE

26

Current Directory Dirty Directory Master Record Leaf 1 Leaf 2

1 2

Slotted Page #00 Slotted Page #01

Updated Leaf 1

Slotted Page #00
slide-40
SLIDE 40 CMU 15-721 (Spring 2017)

COPY-ON-WRITE ENGINE

26

Current Directory Dirty Directory Master Record Leaf 1 Leaf 2

1 2 3

Slotted Page #00 Slotted Page #01

Updated Leaf 1

Slotted Page #00
slide-41
SLIDE 41 CMU 15-721 (Spring 2017)

COPY-ON-WRITE ENGINE

26

Current Directory Dirty Directory Master Record Leaf 1 Leaf 2

1 2 3

Expensive Copies

Slotted Page #00 Slotted Page #01

Updated Leaf 1

Slotted Page #00
slide-42
SLIDE 42 CMU 15-721 (Spring 2017)

NVM COPY-ON-WRITE ENGINE

27

Current Directory

Tuple #00

Master Record Leaf 1 Leaf 2

Tuple #01

slide-43
SLIDE 43 CMU 15-721 (Spring 2017)

NVM COPY-ON-WRITE ENGINE

27

Current Directory

Tuple #00

Master Record Leaf 1 Leaf 2 Updated Leaf 1

Tuple #00 (!)

1

Tuple #01 Only Copy Pointers

slide-44
SLIDE 44 CMU 15-721 (Spring 2017)

NVM COPY-ON-WRITE ENGINE

27

Current Directory Dirty Directory

Tuple #00

Master Record Leaf 1 Leaf 2 Updated Leaf 1

Tuple #00 (!)

1 2 3

Tuple #01 Only Copy Pointers

slide-45
SLIDE 45 CMU 15-721 (Spring 2017)

LOG-STRUCTURED ENGINE

28

SSTable MemTable

Write-Ahead Log

Bloom Filter

slide-46
SLIDE 46 CMU 15-721 (Spring 2017)

LOG-STRUCTURED ENGINE

28

SSTable MemTable

Write-Ahead Log

Tuple Delta Bloom Filter

1

slide-47
SLIDE 47 CMU 15-721 (Spring 2017)

LOG-STRUCTURED ENGINE

28

SSTable MemTable

Write-Ahead Log

Tuple Delta Bloom Filter Tuple Delta Tuple Data

1 2 3

slide-48
SLIDE 48 CMU 15-721 (Spring 2017)

LOG-STRUCTURED ENGINE

28

SSTable MemTable

Write-Ahead Log

Tuple Delta Bloom Filter Tuple Delta Tuple Data

1 2 3

Duplicate Data Compactions

slide-49
SLIDE 49 CMU 15-721 (Spring 2017)

NVM LOG-STRUCTURED ENGINE

29

SSTable MemTable

Write-Ahead Log

Tuple Delta Bloom Filter Tuple Delta Tuple Data

1 2 3

slide-50
SLIDE 50 CMU 15-721 (Spring 2017)

NVM LOG-STRUCTURED ENGINE

29

SSTable MemTable

Write-Ahead Log

Tuple Delta Bloom Filter Tuple Delta Tuple Data

1 2 3

X

slide-51
SLIDE 51 CMU 15-721 (Spring 2017)

NVM LOG-STRUCTURED ENGINE

29

MemTable

Write-Ahead Log

Tuple Delta 1

slide-52
SLIDE 52 CMU 15-721 (Spring 2017)

SUMMARY

Storage Optimizations

→ Leverage byte-addressability to avoid unnecessary data duplication.

Recovery Optimizations

→ NVM-optimized recovery protocols avoid the overhead

  • f processing a log.

→ Non-volatile data structures ensure consistency.

30
slide-53
SLIDE 53 CMU 15-721 (Spring 2017)

EVALUATION

N-Store DBMS testbed with pluggable storage manager architecture.

→ H-Store-style concurrency control

Intel Labs NVM Hardware Emulator

→ NVM latency = 2x DRAM latency

Yahoo! Cloud Serving Benchmark

→ 2 million records + 1 million transactions → 10% Reads / 90% Writes → High-skew setting

31
slide-54
SLIDE 54 CMU 15-721 (Spring 2017)

RUNTIME PERFORMANCE

32 400000 800000 1200000

In-Place Copy-on-Write Log-Structured

Throughput (txn/sec)

Traditional NVM-Optimized

YCSB Workload – 10% Reads / 90% Writes NVRAM – 2x DRAM Latency

slide-55
SLIDE 55 CMU 15-721 (Spring 2017)

WRITE ENDURANCE

33 100 200 300

In-Place Copy-on-Write Log-Structured

NVM Stores (M)

Traditional NVM-Optimized

YCSB Workload – 10% Reads / 90% Writes NVRAM – 2x DRAM Latency

↓25% ↓40% ↓20%

slide-56
SLIDE 56 CMU 15-721 (Spring 2017)

RECOVERY LATENCY

34 0.01 0.1 1 10 100 1000

10^3 10^4 10^5 10^3 10^4 10^5 10^3 10^4 10^5 In-Place Copy-on-Write Log-Structured

Recovery Time (ms)

Traditional NVM-Optimized No Recovery Needed

Elapsed time to replay log on recovery NVRAM – 2x DRAM Latency

slide-57
SLIDE 57 CMU 15-721 (Spring 2017)

PARTING THOUGHTS

Designing for NVM is important

→ Non-volatile data structures provide higher throughput and faster recovery

Byte-addressable NVM is going to be a game changer when it comes out.

35
slide-58
SLIDE 58 CMU 15-721 (Spring 2017)

NEXT CLASS

Final Exam Review Marcel Kornacker (Cloudera Impala)

36