Changes between Initial Version and Version 1 of waue/2009/1001


Ignore:
Timestamp:
Oct 2, 2009, 9:42:25 AM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2009/1001

    v1 v1  
     1 = 測試 hdfs - fuse  =
     2
     3 * 已知問題(讀與寫的效能都比原生dfsclient低)
     4
     51. if you alias ls to ls --color=auto and try listing a directory with lots (over thousands) of files, expect it to be slow and at 10s of thousands, expect it to be very very slow. This is because --color=auto causes ls to stat every file in the directory. Since fuse-dfs does not cache attribute entries when doing a readdir, this is very slow. see HADOOP-3797
     6
     72. Writes are approximately 33% slower than the DFSClient. TBD how to optimize this. see: HADOOP-3805 - try using -obig_writes if on a >2.6.26 kernel, should perform much better since bigger writes implies less context switching.
     8
     93. Reads are ~20-30% slower even with the read buffering.
     10