3、ext4 我的大資料_探索(3)!

來源:互聯網
上載者:User

廢話:

        我在幹什嗎?調整完raid用iometer和程式測得最高效能後,開始選擇調配合適的檔案系統。希望達到比較好的效能,目前關注ext4,xfs;

正題:

命令:        

mke4fs -N 1000000 -I 128 -O ^has_journal,extent,meta_bg,flex_bg /dev/sdd

mke2fs -O journal_dev,extents,huge_file,dir_index,flex_bg,bigalloc,mballoc,delalloc -t ext4 -E stride=1024 stripe-width=5 /dev/sdd

mount參數“extents,mballoc,delalloc,barrier=1,data=writeback,noatime,nodiratime,acl,user_xattr”這樣合適嗎?

推薦:"extents,mballoc,delalloc,barrier=0,noatime,nodiratime,acl,user_xattr"

ext4採用了extent結構後,資料分布在硬碟的連續性已經是大大提高了。

bigalloc只能在此基礎上,再提高一些吞吐,不敢說“大大的增加”當然,如果你是從ext3升級到ext4 bigalloc,那麼效能的提升還是會非常顯眼的

 

祈禱:

            我的e2fsprogs,快點安裝好吧!

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.