論文 Transactional NVM Cache with High Performance and Crash Consistency (SC2017)
読書状況: 読みかけ
読んだ動機
概要
NVM をディスクキャッシュとして使うジャーナリングファイルシステムを想定。ディスクキャッシュとファイルシステムの両方でクラッシュ一貫性を実現するのは無駄が大きい。
ディスクキャッシュとファイルシステムの一貫性保証の仕組みを組み合わせ、lightweight transaction scheme を使ってジャーナリングの性能ペナルティを取り除く Tinca (transactional NVM disk cache) の提案。
評価
Evaluations confirm that Tinca significantly outperforms state-of-the-art design by up to 2.5× in local and cluster tests without causing any inconsistency issue.
疑問・感想
"lightweight transaction scheme" って何?
#論文 #ストレージ