資料載入處理中...
跳到主要內容
臺灣博碩士論文加值系統
:::
網站導覽
|
首頁
|
關於本站
|
聯絡我們
|
國圖首頁
|
常見問題
|
操作說明
English
|
FB 專頁
|
Mobile
免費會員
登入
|
註冊
切換版面粉紅色
切換版面綠色
切換版面橘色
切換版面淡藍色
切換版面黃色
切換版面藍色
功能切換導覽列
(18.97.14.89) 您好!臺灣時間:2025/01/25 04:30
字體大小:
字級大小SCRIPT,如您的瀏覽器不支援,IE6請利用鍵盤按住ALT鍵 + V → X → (G)最大(L)較大(M)中(S)較小(A)小,來選擇適合您的文字大小,如為IE7或Firefoxy瀏覽器則可利用鍵盤 Ctrl + (+)放大 (-)縮小來改變字型大小。
字體大小變更功能,需開啟瀏覽器的JAVASCRIPT功能
:::
詳目顯示
recordfocus
第 1 筆 / 共 1 筆
/1
頁
論文基本資料
摘要
外文摘要
目次
參考文獻
電子全文
紙本論文
論文連結
QR Code
本論文永久網址
:
複製永久網址
Twitter
研究生:
朱瑞翔
研究生(外文):
Rui-Xiang Zhu
論文名稱:
Locality-Aware SSD-Based RAID
論文名稱(外文):
Locality-Aware SSD-Based RAID
指導教授:
謝仁偉
指導教授(外文):
Jen-Wei Hsieh
口試委員:
謝仁偉
、
陳雅淑
、
張原豪
、
吳晉賢
口試委員(外文):
Jen-Wei Hsieh
、
Ya-Shu Chen
、
Yuan-Hao Chang
、
Chin-Hsien Wu
口試日期:
2017-07-20
學位類別:
碩士
校院名稱:
國立臺灣科技大學
系所名稱:
資訊工程系
學門:
工程學門
學類:
電資工程學類
論文種類:
學術論文
論文出版年:
2017
畢業學年度:
105
語文別:
英文
論文頁數:
58
中文關鍵詞:
SSD
、
NAND Flash
、
RAID
、
Reliability
外文關鍵詞:
固態硬碟
、
快閃記憶體
、
冗餘式儲存陣列
、
可靠性
相關次數:
被引用:
1
點閱:373
評分:
下載:0
書目收藏:0
As the process progresses, SSD costs continue to reduction. From the MLC to TLC or even the future launch of the QLC nand flash memory chip is gradually replacing the traditional hard drive. However, increasing the density of the chip to achieve high capacity must be affected by reliability degradation. RAID technology is designed to enhance the reliability and performance of storage systems. Unfortunately, there are some drawbacks to applying a RAID structure to an SSD. RAID technology balances requests for each storage device to improve its performance. In addition, the FTL implementation of the wear balance mechanism will cause the SSDs in the RAID array to age at the same rate, and cause the device to fail at the same time. If the faulty device exceeds the RAID tolerance range, it will lead to data loss occurs. In addition, RAID uses the parity protection mechanism, which means that when the corresponding user data is updated, the parity must be updated at the same time. When the user data is hot, too much overhead will lead to performance degradation. In this paper, we propose a novel SSD-based RAID storage system based on a system-level wear-unleveling mechanism to prevent data loss. And the use of the concept of spare devices to delay the aging rate of partial devices, thus preventing the devices failure at the same time. We also propose a difference from the traditional RAID write mechanism, which breaks the rules that must be updated with user data to update the parity. So the parity is no longer frequent updates, performance will be improved. The experimental results show that the proposed mechanism can maintain the probability of data loss at 5.1e-3. Although compared with the Diff-RAID slightly down, but the performance is still increased by 43.7% -63.6%.
As the process progresses, SSD costs continue to reduction. From the MLC to TLC or even the future launch of the QLC nand flash memory chip is gradually replacing the traditional hard drive. However, increasing the density of the chip to achieve high capacity must be affected by reliability degradation. RAID technology is designed to enhance the reliability and performance of storage systems. Unfortunately, there are some drawbacks to applying a RAID structure to an SSD. RAID technology balances requests for each storage device to improve its performance. In addition, the FTL implementation of the wear balance mechanism will cause the SSDs in the RAID array to age at the same rate, and cause the device to fail at the same time. If the faulty device exceeds the RAID tolerance range, it will lead to data loss occurs. In addition, RAID uses the parity protection mechanism, which means that when the corresponding user data is updated, the parity must be updated at the same time. When the user data is hot, too much overhead will lead to performance degradation. In this paper, we propose a novel SSD-based RAID storage system based on a system-level wear-unleveling mechanism to prevent data loss. And the use of the concept of spare devices to delay the aging rate of partial devices, thus preventing the devices failure at the same time. We also propose a difference from the traditional RAID write mechanism, which breaks the rules that must be updated with user data to update the parity. So the parity is no longer frequent updates, performance will be improved. The experimental results show that the proposed mechanism can maintain the probability of data loss at 5.1e-3. Although compared with the Diff-RAID slightly down, but the performance is still increased by 43.7% -63.6%.
0.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
0.2 Background and Related Work . . . . . . . . . . . . . . . . . . . . 8
0.2.1 Redundant Array of Independent Disks 5 . . . . . . . . . . 8
0.2.2 Dierential RAID . . . . . . . . . . . . . . . . . . . . . . . 8
0.2.3 Flash Aware RAID . . . . . . . . . . . . . . . . . . . . . . 8
0.3 Locality-Aware RAID . . . . . . . . . . . . . . . . . . . . . . . . . 9
0.3.1 Overview of System Architecture . . . . . . . . . . . . . . 9
0.3.2 Stripe Management . . . . . . . . . . . . . . . . . . . . . . 10
0.4 Evaluation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
0.4.1 Experiment Setup . . . . . . . . . . . . . . . . . . . . . . . 17
0.4.2 Bit Error Rate Module . . . . . . . . . . . . . . . . . . . . 19
0.4.3 Average Write Response Time . . . . . . . . . . . . . . . . 19
0.4.4 Average Read Response Time . . . . . . . . . . . . . . . . 20
0.4.5 Total Number of Write Operations . . . . . . . . . . . . . 20
0.4.6 Performance with Dierent Cache Size . . . . . . . . . . . 20
0.4.7 Reliability Analysis . . . . . . . . . . . . . . . . . . . . . . 21
0.4.8 Reliability Analysis with Dierent Parameter . . . . . . . 22
0.4.9 Reliability Analysis with Dierent Spare Device . . . . . . 22
0.4.10 Reliability Analysis with Dierent Initial Device . . . . . . 23
0.4.11 Average Life Page Copy Count of Each Erase . . . . . . . 23
0.4.12 Device Overhead . . . . . . . . . . . . . . . . . . . . . . . 23
0.4.13 Reconstruction Time . . . . . . . . . . . . . . . . . . . . . 24
0.5 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
[1] M. Balakrishnan, A. Kadav, V. Prabhakaran, and D. Malkhi, \Dieren-
tial raid: Rethinking raid for ssd reliability," ACM Transactions on Storage
(TOS), 2010.
[2] S. Im and D. Shin, \Flash-aware raid techniques for dependable and high-
performance
ash memory ssd," IEEE Transactions on Computers, vol. 60,
no. 1, pp. 80{92, Jan 2011.
[3] Hsieh, Jen-Wei, and M.-X. Liu, \Congurable reliability framework for
ssd-raid," Non-Volatile Memory Systems and Applications Symposium
(NVMSA), 2014.
[4] J. Kim, J. Lee, and J. Choi, \Improving ssd reliability with raid via elastic
striping and anywhere parity," Dependable Systems and Networks (DSN),
2013.
[5] Y. Pan, Y. Li, and Y. Xu, \Grouping-based elastic striping with hotness
awareness for improving ssd raid performance," Dependable Systems and Net-
works (DSN), 2015.
[6] \Micronl84128gb,256gb,512gbasync/syncenterprisenandfeatures." [Online].
Available: http://www.micron.com/parts/nand-
ash/enterprise-nand/
[7] UMassTraceRepository, \Oltp applications of two nancial institutions."
[Online]. Available: http://traces.cs.umass.edu/index.php/Storage/Storage
[8] L.-P. Chang and C.-D. Du, \Design and implementation of an ecient wear-
leveling algorithm for solid-state-disk microcontrollers," ACM Transactions
on Design Automation of Electronic Systems (TODAES), 2009.
[9] L.-P. Chang, \A hybrid approach to nand-
ash-based solid-state disks,"
IEEE Transactions on Computers, 2010.
[10] J.-W. Hsieh, C.-W. Chen, and H.-Y. Lin, \Adaptive ecc scheme for hybrid
ssds," IEEE Transactions on Computers, 2015.
[11] L. M. Grupp, A. M. Cauleld, and J. Coburn, \Characterizing
ash mem-
ory: Anomalies, observations, and applications," IEEE/ACM International
Symposium on, 2009.
電子全文
(
網際網路公開日期:20270828
)
國圖紙本論文
連結至畢業學校之論文網頁
點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
推文
當script無法執行時可按︰
推文
網路書籤
當script無法執行時可按︰
網路書籤
推薦
當script無法執行時可按︰
推薦
評分
當script無法執行時可按︰
評分
引用網址
當script無法執行時可按︰
引用網址
轉寄
當script無法執行時可按︰
轉寄
top
相關論文
相關期刊
熱門點閱論文
1.
RAID 4、RAID 5 採用 HDD 及 SSD 後的效能比較
無相關期刊
1.
Heal Unleveling: A Healing Scheme for Extending SSD Lifetime with Minimized Page-Copy Overhead
2.
Adaptive Page Programming Scheme forExtending SSD Lifespan
3.
Scale-RAID: An Efficient Scaling Scheme for SSD-based RAID-6
4.
Dual-Parity Cache Scheme for SSD-Based RAID5
5.
固態硬碟(SSD)新進晶片廠創新與市場行銷策略之研究-以K公司為例
6.
SSD發展衝擊下,HDD產業的機會與挑戰,個案研究-以WDC公司為例
7.
電子郵件系統採用HDD及SSD後的效能比較
8.
台灣個股期貨配對交易 - 現金管理模型在SSD方法之應用
9.
薄殼SSD硬碟外接盒鋁壓鑄件之三維誤差分析
10.
利用壓縮與延遲技術減少快閃記憶體使用容錯式磁碟陣列之下的冗餘碼問題
11.
六自由度外差式散斑干涉儀之開發
12.
氧化石墨烯複合式拋光液於單晶碳化矽晶圓化學機械拋光之研究
13.
智慧型手機使用者安全行為之影響因素:一個整合式模型
14.
苯並咪唑鋰鹽之反應動力學研究探討與其電化學還原反應後之鈍性膜結構分析
15.
從傳統學創造
簡易查詢
|
進階查詢
|
熱門排行
|
我的研究室