You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
It seems that I fail to find any definition of this term in Google.com. I guess it may refer to the meaning that all block files are located in the same directory, is that right?
Queston 2 : Does this phrase "在块设备基础上建立自有的文件系统,减少EXT3等文件系统数据碎片带来的性能损耗" mean that TFS does not use API provided by VFS layer and write data to file /dev/sda1 directly ?
The text was updated successfully, but these errors were encountered:
“Flat structure“ means tfs doesn’t have a hierarchical directory structure similar to traditional filesystem, you can simply think that all the files are located in the same root path.
Question 2
Tfs uses ext4(or some other fs) to store block which contains many small files in it, not directly use raw device.
发件人: chenttuuvv [mailto:notifications@github.com]
发送时间: 2013年8月28日 10:33
收件人: alibaba/tfs
主题: [tfs] What is "flat structure" mean in the introduction part of the project homepage? (#1)
It seems that I fail to find any definition of this term in Google.com. I guess it may refer to the meaning that all block files are located in the same directory, is that right?
Queston 2 : Does this phrase "在块设备基础上建立自有的文件系统,减少EXT3等文件系统数据碎片带来的性能损耗" mean that TFS does not use API provided by VFS layer and write data to file /dev/sda1 directly ?
It seems that I fail to find any definition of this term in Google.com. I guess it may refer to the meaning that all block files are located in the same directory, is that right?
Queston 2 : Does this phrase "在块设备基础上建立自有的文件系统,减少EXT3等文件系统数据碎片带来的性能损耗" mean that TFS does not use API provided by VFS layer and write data to file /dev/sda1 directly ?
The text was updated successfully, but these errors were encountered: