<?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>Comments on: ﻿MariaDB</title>
	<atom:link href="http://linuxtoy.org/archives/mariadb.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/mariadb.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Thu, 24 May 2012 17:43:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: muxi</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168510</link>
		<dc:creator>muxi</dc:creator>
		<pubDate>Sat, 04 Sep 2010 14:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168510</guid>
		<description>&lt;p&gt;@liangsuilong&lt;/p&gt;

&lt;p&gt;哈哈，严重赞同&lt;/p&gt;

&lt;p&gt;MySQL 5.5 的Innodb 速度至少快了50%以上，读速度与MyISAM不相上下，并发写的性能却好很多，即使在5.1左右的版本中MyISAM也很少用于高负载的生产环境，当然这也要看业务需求了，不过一般来说，假如有数据缓存中间产品，比如memcache，即使读远大于写的情况，在5.*版本中依然建议采用Innodb，这玩意应对突发事件靠谱&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@liangsuilong</p>

<p>哈哈，严重赞同</p>

<p>MySQL 5.5 的Innodb 速度至少快了50%以上，读速度与MyISAM不相上下，并发写的性能却好很多，即使在5.1左右的版本中MyISAM也很少用于高负载的生产环境，当然这也要看业务需求了，不过一般来说，假如有数据缓存中间产品，比如memcache，即使读远大于写的情况，在5.*版本中依然建议采用Innodb，这玩意应对突发事件靠谱</p>]]></content:encoded>
	</item>
	<item>
		<title>By: clxer</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168251</link>
		<dc:creator>clxer</dc:creator>
		<pubDate>Thu, 02 Sep 2010 12:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168251</guid>
		<description>&lt;p&gt;还有个firebird&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>还有个firebird</p>]]></content:encoded>
	</item>
	<item>
		<title>By: liangsuilong</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168160</link>
		<dc:creator>liangsuilong</dc:creator>
		<pubDate>Wed, 01 Sep 2010 17:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168160</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-168145&quot; rel=&quot;nofollow&quot;&gt;Mike&lt;/a&gt;: @&lt;a href=&quot;#comment-168153&quot; rel=&quot;nofollow&quot;&gt;Petty&lt;/a&gt;: &lt;/p&gt;

&lt;p&gt;XtraDB 是基于 InnoDB 的性能优化版本，兼容 InnoDB。Maria 是在 MyISAM 上维护和增加功能的版本，也兼容 MyISAM。要是O记漏了点零钱出来败了 Percona 回来。另外 XtraDB 也是 GPL 的，O记也可以把 Percona 的改进 merge 到自己的 InnoDB 里面啊，至于 MyISAM，我想O记自己不会做什么大改进了。MySQL 5.5 Linux 版本默认也会改用 InnoDB 了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-168145" rel="nofollow">Mike</a>: @<a href="#comment-168153" rel="nofollow">Petty</a>: </p>

<p>XtraDB 是基于 InnoDB 的性能优化版本，兼容 InnoDB。Maria 是在 MyISAM 上维护和增加功能的版本，也兼容 MyISAM。要是O记漏了点零钱出来败了 Percona 回来。另外 XtraDB 也是 GPL 的，O记也可以把 Percona 的改进 merge 到自己的 InnoDB 里面啊，至于 MyISAM，我想O记自己不会做什么大改进了。MySQL 5.5 Linux 版本默认也会改用 InnoDB 了。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Petty</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168153</link>
		<dc:creator>Petty</dc:creator>
		<pubDate>Wed, 01 Sep 2010 15:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168153</guid>
		<description>&lt;p&gt;原文说了MariaDB用XtraDB替换了InnoDB，用Maria替换了MyISAM。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>原文说了MariaDB用XtraDB替换了InnoDB，用Maria替换了MyISAM。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168145</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168145</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-168139&quot; rel=&quot;nofollow&quot;&gt;liangsuilong&lt;/a&gt;: XtraDB才是future -v-&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-168139" rel="nofollow">liangsuilong</a>: XtraDB才是future -v-</p>]]></content:encoded>
	</item>
	<item>
		<title>By: liangsuilong</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168139</link>
		<dc:creator>liangsuilong</dc:creator>
		<pubDate>Wed, 01 Sep 2010 08:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168139</guid>
		<description>&lt;p&gt;MariaDB 好像 fork 的是 MyISAM 引擎做改进和优化的，还是 InnoDB 强一点，特别是新版本的 InnoDB 插件。但是 MySQL 5.5 都好像拖了很久了。&lt;/p&gt;

&lt;p&gt;题外话，Fedora 的一个 provenpackager Remi 说过一阵子他把 mysql-workbench 提交上 Fedora，比起官方的 RPM 包，进入了 Fedora 以后，减少了很多静态库，用回系统自带的库，体积少多了，功能没有减少。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>MariaDB 好像 fork 的是 MyISAM 引擎做改进和优化的，还是 InnoDB 强一点，特别是新版本的 InnoDB 插件。但是 MySQL 5.5 都好像拖了很久了。</p>

<p>题外话，Fedora 的一个 provenpackager Remi 说过一阵子他把 mysql-workbench 提交上 Fedora，比起官方的 RPM 包，进入了 Fedora 以后，减少了很多静态库，用回系统自带的库，体积少多了，功能没有减少。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ab</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168138</link>
		<dc:creator>ab</dc:creator>
		<pubDate>Wed, 01 Sep 2010 08:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168138</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-168134&quot; rel=&quot;nofollow&quot;&gt;Petty&lt;/a&gt;: http://www.postgresql.org/developer/
PostgreSQL项目没有专职雇佣的程序员，基本不受资金限制。
http://www.postgresql.org/about/sponsors
sun作为贡献者已经成为历史，oracle不在名单之列，但是看到HP，Fujitsu，EnterpriseDB，Red Hat，Skype我也放心了。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-168134" rel="nofollow">Petty</a>: <a href="http://www.postgresql.org/developer/" rel="nofollow">http://www.postgresql.org/developer/</a>
PostgreSQL项目没有专职雇佣的程序员，基本不受资金限制。
<a href="http://www.postgresql.org/about/sponsors" rel="nofollow">http://www.postgresql.org/about/sponsors</a>
sun作为贡献者已经成为历史，oracle不在名单之列，但是看到HP，Fujitsu，EnterpriseDB，Red Hat，Skype我也放心了。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: OSMSG</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168136</link>
		<dc:creator>OSMSG</dc:creator>
		<pubDate>Wed, 01 Sep 2010 08:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168136</guid>
		<description>&lt;p&gt;已经习惯mysql了...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>已经习惯mysql了...</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Petty</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168135</link>
		<dc:creator>Petty</dc:creator>
		<pubDate>Wed, 01 Sep 2010 08:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168135</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-168120&quot; rel=&quot;nofollow&quot;&gt;kidfruit&lt;/a&gt;: 去年一月开始的吧，要说早也不算很早。话说谁熟悉Linux下的非SQL数据库，最近这个好像很热。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-168120" rel="nofollow">kidfruit</a>: 去年一月开始的吧，要说早也不算很早。话说谁熟悉Linux下的非SQL数据库，最近这个好像很热。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Petty</title>
		<link>http://linuxtoy.org/archives/mariadb.html#comment-168134</link>
		<dc:creator>Petty</dc:creator>
		<pubDate>Wed, 01 Sep 2010 08:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=4340#comment-168134</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-168109&quot; rel=&quot;nofollow&quot;&gt;proguru&lt;/a&gt;: @&lt;a href=&quot;#comment-168112&quot; rel=&quot;nofollow&quot;&gt;ab&lt;/a&gt;: PostgresQL也是受SUN资助的项目，一定程度上会受Oracle肘制。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-168109" rel="nofollow">proguru</a>: @<a href="#comment-168112" rel="nofollow">ab</a>: PostgresQL也是受SUN资助的项目，一定程度上会受Oracle肘制。</p>]]></content:encoded>
	</item>
</channel>
</rss>

