<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	「OpenWrt 下各文件系统性能测试」的评论	</title>
	<atom:link href="https://note.hzy.pw/3475.html/feed" rel="self" type="application/rss+xml" />
	<link>https://note.hzy.pw/3475.html</link>
	<description>我的个人知识库</description>
	<lastBuildDate>Wed, 20 Dec 2017 03:34:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		评论者：胡中元		</title>
		<link>https://note.hzy.pw/3475.html/comment-page-1#comment-82</link>

		<dc:creator><![CDATA[胡中元]]></dc:creator>
		<pubDate>Wed, 20 Dec 2017 03:34:38 +0000</pubDate>
		<guid isPermaLink="false">https://note.hzy.pw/?p=3475#comment-82</guid>

					<description><![CDATA[ext4 支持根据用户需求采用多种模式的日志记录。
例如，ext4 支持 Writeback 模式，它仅记录元数据；或 Ordered 模式，它记录元数据，但写为元数据的数据是从日志中写入的；或 Journal 模式（最可靠的模式），它同时记录元数据和数据。注意，虽然 Journal 模式是确保文件系统一致的最佳选择，但它也是最慢的，因为所有数据都要经过日志。]]></description>
			<content:encoded><![CDATA[<p>ext4 支持根据用户需求采用多种模式的日志记录。<br />
例如，ext4 支持 Writeback 模式，它仅记录元数据；或 Ordered 模式，它记录元数据，但写为元数据的数据是从日志中写入的；或 Journal 模式（最可靠的模式），它同时记录元数据和数据。注意，虽然 Journal 模式是确保文件系统一致的最佳选择，但它也是最慢的，因为所有数据都要经过日志。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

使用页面缓存Disk: Enhanced 
数据库缓存31/38查询，在0.008秒内使用Disk

Served from: note.hzy.pw @ 2026-07-26 16:45:39 by W3 Total Cache
-->