OCFS2,ASM和RAW
Saturday, April 12th, 2008最近试用了一下OCFS2,这是一个全新的集群文件系统,有自己的节点管理,心跳等集群中的概念,而且相对OCFS来说,有很大的改进,是一个全新的文件系统,支持较多的Oracle文件,包括OCR和Voting Disk等。
但是和ASM和RAW比起来,还是有一些本质的不同,在网上看到关于这几者之间的一个大讨论,特别深入,转载一下,学习之。 原文地址:http://zhouwf0726.itpub.net/post/9689/221194
先看一下Oracle OCFS2的官方定义:
WHAT IS OCFS2?
OCFS2 is the next generation of the Oracle Cluster File System for Linux. It is an extent based, POSIX compliant file system. Unlike the previous release (OCFS), OCFS2 is a general-purpose file system that can be used for shared Oracle home installations making management of Oracle Real Application Cluster (RAC) installations even easier. Among the new features and benefits are:
* Node and architecture local files using Context Dependent Symbolic Links (CDSL)
* Network based pluggable DLM
* Improved journaling / node recovery using the Linux Kernel “JBD” subsystem
* Improved performance of meta-data operations (space allocation, locking, etc).
* Improved data caching / locking (for files such as oracle binaries, libraries, etc)
这个大讨论是从一个问题引起的:200亿条数据,就是20T吧,用ASM好?还是用OCFS好?还是用RAW好?
(more…)





