文件系统对服务器的影响

时间:2021-09-03 09:01:21

文件系统,对服务器的性能有比较重要的影响:

 

大型网站为了追求性能,通常是不同的服务器承载不同的服务,这样可以通过调整各种参数,来最大化性能。

 

WEB开发中的服务器常有以下几种业务用途:

 

图片服务器:   小文件

下载服务器:   大文件

数据库服务器: 数据和日志文件

 

不同的文件系统适用不同的服务。

 

 

以下是*对一些文件系统的介绍:

 

Journaled File System or JFS is a 64-bit journaling filesystem created by IBM . It is available as free software under the terms of the GNU General Public License (GPL).

 

XFS is a high-performance journaling file system created by Silicon Graphics , originally for their IRIX operating system and later ported to the Linux kernel . XFS is particularly proficient at handling large files and at offering smooth data transfers .