• 검색 결과가 없습니다.

Overview of Flash Translation Layer

N/A
N/A
Protected

Academic year: 2022

Share "Overview of Flash Translation Layer"

Copied!
22
0
0

로드 중.... (전체 텍스트 보기)

전체 글

(1)

Overview of

Flash Translation Layer

Jihong Kim

Dept. of CSE, SNU

(2)

Layout of FTL

Mapping Table

Garbage Collector FTL

Manager (Engine)

Wear Leveler

FTL Interface

Block Manager

Data Separator

(3)

FTL Overview.3 Jihong Kim (SNU)

Block Information in FTL

• Block Information

– Maintains status of blocks

Status of a block

Free, Clean, Dirty, Dead

Erasure Counts

– Page bitmap

Denotes which page in a block is used or not

Used page bit is set to ‘1’

Mapping Table

Garbage Collector FTL

Manager (Engine)

Wear Leveler

FTL Interface

Block Manager

Data Separator

(4)

Mapping Table

• Address Translation

– Logical Block Address -> Physical Block Address

• Various Mapping Techniques

– Block mapping

Logical block vs. physical block

– Page mapping

Logical page vs. physical block

– Hybrid mapping

Block mapping + page mapping

Mapping Table

Garbage Collector FTL

Manager (Engine)

Wear Leveler

FTL Interface

Block Manager

Data Separator

(5)

A Naive Solution: Direct Mapped FTL

1:1 direct mapping between a logical page and a physical page

A write to logical page N

Read in the entire block with page N Erase the entire block

Write to logical (i.e., physical) page N

(+) No need for a complex FTL

(-) Performance issue: very bad write performance

Expensive read-modify-write operations

(-) Reliability issue: a short flash lifetime

Client workload controls wear out

Repeated overwrites to the same data

E.g., file system metadata  same block erasures

Very high WAF

Most FTLs are log structured

Logging a write to the next free page Need a L2P mapping table

(6)

Block Mapping

• Each table entry maps one block

01 23

45 67

89 1011

1213 1415 LBN 0

LBN 1 LBN 2 LBN 3

Data blocks

00000010 11 Logical

block number Page offset within a block

Logical page #11

(7)

FTL Overview.7 Jihong Kim (SNU)

Overwrites in Flash Memory

• Block Mapping

Data Blocks:

block mapping

Free Blocks

New write (2K): 0.2ms

Overwrite (2K)

63 2K-reads = 6.3ms

63 2K-writes = 12.6ms

1 2K-write = 0.2ms

1 erase = 1.5ms

Total = 20.6ms

(8)

Page Mapping

• Each table entry maps one page

01 144

105 67

28 1113

159 123

Physical data blocks

LPN 0 LPN 1 LPN 2 LPN 3 LPN 4 LPN 5 LPN 6 LPN 7 LPN 8 LPN 9 LPN 10 LPN 11 LPN 12 LPN 13 LPN 14 LPN 15

(9)

FTL Overview.9 Jihong Kim (SNU)

Page & Block Mappings

Page mapping Pros

Can map any logical page to any physical page

Efficient flash page utilization

Cons

mapping table is large

E.g., 16GB flash, 2KB flash page, requires 32MB SRAM As flash size increases, SRAM size must scale

Too expensive!

Block mapping Pros

Mapping table size reduced by a factor of (block size / page size) ~ 64 times

Cons

Page number offset within a block is fixed

Garbage collection overheads grow

(10)

Hybrid Mapping FTLs

• Exploits both mapping schemes

– Page mapping

Update blocks/ log blocks

– Block mapping

Data blocks

• Garbage Collection Frequency

– Page level << hybrid <<< block level

• Memory Requirements

– Page level >>> hybrid > block level

(11)

FTL Overview.11 Jihong Kim (SNU)

Hybrid Mapping FTL

Update

request? YesYes No

(12)

Example of Hybrid Mapping

• Background

2 kinds of blocks

Data block: block level managed block (most)

Log block: page level managed block (a few)

Temporary storage for small size writes to data blocks

valid

valid valid valid

Write! Data is written

to a log block.

Data Block Log Block

(13)

FTL Overview.13 Jihong Kim (SNU)

Data Separation Techniques

• Motivation

– Data have different spatial and temporal localities

– “Frequently updated data are likely to be updated soon”

Hot data identification has a critical impact on

– The performance (due to GC) – The lifespan (due to WL)

Mapping Table

Garbage Collector FTL

Manager (Engine)

Wear Leveler

FTL Interface

Block Manager

Data Separator

(14)

Hot/Cold Data Separation Technique

• Key Assumption

Temporal locality of data updates

• Classification based-on data update frequency

Hot: frequently updated data Cold: infrequently updated data

Hot block

Yes Frequently No

updated data?

Cold block

(15)

FTL Overview.15 Jihong Kim (SNU)

Garbage Collection

• Get a free block by

reclaiming dirty/dead blocks

• GC Flow

– Select a victim block

– Move valid pages in the victim block to a new block

– Erase the victim block

Mapping Table

Garbage Collector

FTL Manager (Engine)

Wear Leveler

FTL Interface

Block Manager

Data Separator

(16)

Example of Garbage Collection

Valid page Invalid page Free page

Write data into logical block address 0

Block 0 Block 1

Overwrite X

Address Translation Table

Address Translation

Garbage Collection

(3 copies and 1 erasure)

Page 0 Page 1 Page 2 Page 3

(17)

FTL Overview.17 Jihong Kim (SNU)

Victim Selection Policy

• Random

– Selects randomly a victim block

• Greedy

– Selects the block including the least number of valid pages

• Cost benefit

– Based on Greedy Policy=>(min cost) – Consider data hotness

Prefer cold data => (max benefit)

(18)

Wear Leveler in FTL

• Main idea

– Allocates youngest blocks – Data Swapping

Hot data->young block

Cold data -> old block

• Algorithms

– Hot-Cold Swapping – Dual-Pool Algorithm

Mapping Table

Garbage Collector FTL

Manager (Engine)

Wear Leveler

FTL Interface

Block Manager

Data Separator

(19)

FTL Overview.19 Jihong Kim (SNU)

Booting Sequence in FTL

• Initialize storage system parameter

• Load metadata in Memory

– Mapping Table

– Block Status Table – Page Bitmap

– Bad Block List

(20)

Build Metadata (1)

• Full Scanning

– Store metadata to spare area of each page

– Reload metadata in spare area at mounting time

NAND flash memory Spare Area

R E A D

(21)

FTL Overview.21 Jihong Kim (SNU)

Build Metadata (2)

• Snapshot-based approach

Stores metadata snapshot to dedicated areas in round- robin manner

Reloads the latest metadata snapshot at mounting time

The latest snapshot

(22)

Mounting File System with FTL

In-memory metadata of file systems root

Dentry Dentry Dentry Dentry

inode inode inode Storage Systems

Mapping Table NAND flash memory Mapping

Information

R E A D

File System

Super

block inode Inode table

Directory

entry inode

참조

관련 문서

– Crew cost: varies by composition of junior and senior members as well as size; also equipment. – Time (duration): by

ƒ Performing the selection as early as possible reduces the size of Performing the selection as early as possible reduces the size of the relation to be joined... number of

select item-name, color, size, sum(number) select item name, color, size, sum(number) from sales. group by

Particle size and size distribution of ethylene -modified polystyrene with different EAA concentration at 140% degree of neutralization of EAA. Latex Particle Size

 Data stream consists of a universe of elements chosen from a set of size N.  Maintain a count of the number of distinct elements

Mechanical and Aerospace Engineering, Seoul National University 151 decision due to the dearth of data, Bayesian RBDOs for each sample size are performed 20 times using both

– The sequential log block for handling sequential writes causes frequent garbage collection.. • Cost of a garbage collection

• DFTL incurs extra overheads due to its translation mechanism – The address translation accounts for 90% of the extra overhead. • DFTL yields a 3-fold reduction