我正在读取RDBMS中的文件系统。
我有一些疑问。
我知道这三个文件系统之间的一些区别。他们是
主存储: -
* Main storage is temporary.
* The main storage is directly accessible from CPU.
* Main storage is a volatile memory.
二级存储: -
* Secondary storage is permanent.
* Secondary storage is directly accessible form main storage.
* Secondary storage is a non-volatile memory.
稳定存储: -
* The stable storage gives the guarantees for the atomicity for a given write operation in database.
* All logs are written onto the stable storage.
* In stable storage the data is written in more than one disk.
这三个文件系统之间是否还有其他区别。
答案 0 :(得分:0)
你错过了稳定存储的差异
在写入操作后立即出现错误,这会增加到 或替换存储的数据
此存储使用多个磁盘来保存相同的数据,因此如果进行写入操作,则会同时将相同的信息写入所有连接的磁盘。
和一般差异是,
写入类型 - 是只读,只写还是可读 可写的
费用 - 每兆字节的费用