关于BTRFS 与oracle database
在DBA+北京1号群(微信群)里,杨建荣ACE说到了BTRFS 这个文件系统,我是第一次听说,于是就mos了一把,结果还真有。
见如下的mos文章
Supported and Recommended File Systems on Linux (文档 ID 236826.1)
The current support includes ext2, ext3, ext4 (Oracle Linux 5.6 and later), btrfs and NFS-based storage systems (e.g. NetApp).
To be acceptable for database usage,
the file system must support certain minimum functions such as write acknowledgement,
write-through cache and file permissions. Counter examples are
simple NFS: lacks acknowledge
VFAT: lacks file permissions
btrfs: production-ready with Unbreakable Enterprise Kernel 2 but absolutely not recommended for Oracle RDBMS data files.
看来,BTRFS还是不要用在Oracle database环境中为好。

本文探讨了BTRFS文件系统在Oracle数据库环境中的适用性,指出其虽支持数据库所需的基本功能,但不推荐用于Oracle RDBMS数据文件。详细对比了BTRFS与其他文件系统的特性,并提供了相关技术文档链接。
666

被折叠的 条评论
为什么被折叠?



