<?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: File-based database 與 client/server-based 的效能差異</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/210/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/210/</link>
	<description>(My smile insists of having nose. :-)</description>
	<lastBuildDate>Thu, 03 Nov 2011 00:43:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: jeffhung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/210/comment-page-1/#comment-348</link>
		<dc:creator>jeffhung</dc:creator>
		<pubDate>Mon, 24 Oct 2005 01:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/articles/jeffhung/210/#comment-348</guid>
		<description>謝謝 jabakuo。:-)</description>
		<content:encoded><![CDATA[<p>謝謝 jabakuo。:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jabakuo</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/210/comment-page-1/#comment-343</link>
		<dc:creator>jabakuo</dc:creator>
		<pubDate>Sun, 23 Oct 2005 08:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/articles/jeffhung/210/#comment-343</guid>
		<description>&lt;a href=&quot;http://www.sqlite.org/speed.html&quot; rel=&quot;nofollow&quot;&gt;http://www.sqlite.org/speed.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.sqlite.org/speed.html" rel="nofollow">http://www.sqlite.org/speed.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffhung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/210/comment-page-1/#comment-150</link>
		<dc:creator>jeffhung</dc:creator>
		<pubDate>Sun, 17 Jul 2005 03:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/articles/jeffhung/210/#comment-150</guid>
		<description>Nekobe：好久不見啦。:-)</description>
		<content:encoded><![CDATA[<p>Nekobe：好久不見啦。:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JeffHung.Blog</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/210/comment-page-1/#comment-149</link>
		<dc:creator>JeffHung.Blog</dc:creator>
		<pubDate>Sun, 17 Jul 2005 03:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/articles/jeffhung/210/#comment-149</guid>
		<description>&lt;strong&gt;能夠花錢解決的問題，就不要花力氣去ㄍㄧㄣ&lt;/strong&gt;

	抱歉，在標題裡用了注音符號了，沒辦法，這個台語不曉得怎麼用國語表達。
	貓部大概是無意間逛到了我的 Blog，留了個言，提到：
	而事實上, 花很多心思去榨出那5%, 10%的效能, 花的時間力...</description>
		<content:encoded><![CDATA[<p><strong>能夠花錢解決的問題，就不要花力氣去ㄍㄧㄣ</strong></p>
<p>	抱歉，在標題裡用了注音符號了，沒辦法，這個台語不曉得怎麼用國語表達。<br />
	貓部大概是無意間逛到了我的 Blog，留了個言，提到：<br />
	而事實上, 花很多心思去榨出那5%, 10%的效能, 花的時間力...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nekobe</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/210/comment-page-1/#comment-148</link>
		<dc:creator>nekobe</dc:creator>
		<pubDate>Sat, 16 Jul 2005 10:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/articles/jeffhung/210/#comment-148</guid>
		<description>在MySQL的src裡頭有個sql-bench的東西, 可以拿來試試看
但其實要很全面的測試出一套DBMS適合A, B, or C 是很困難的
最直覺的方式還是用程式去剔除一些connection/disconnection的耗損
然後大量的重複同樣SQL結構卻不同條件的statements去測速

而事實上, 花很多心思去榨出那5%, 10%的效能, 花的時間力氣可能遠超過說服老闆用好一點的hardware/software, 這是很悲哀的. 有時不如花這些時間去跟老闆social一下, 對前途還比較有幫助, 哈....工作這麼多年有感.

btw, jeffhung, 好久不見, 好久不見.</description>
		<content:encoded><![CDATA[<p>在MySQL的src裡頭有個sql-bench的東西, 可以拿來試試看<br />
但其實要很全面的測試出一套DBMS適合A, B, or C 是很困難的<br />
最直覺的方式還是用程式去剔除一些connection/disconnection的耗損<br />
然後大量的重複同樣SQL結構卻不同條件的statements去測速</p>
<p>而事實上, 花很多心思去榨出那5%, 10%的效能, 花的時間力氣可能遠超過說服老闆用好一點的hardware/software, 這是很悲哀的. 有時不如花這些時間去跟老闆social一下, 對前途還比較有幫助, 哈....工作這麼多年有感.</p>
<p>btw, jeffhung, 好久不見, 好久不見.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffhung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/210/comment-page-1/#comment-87</link>
		<dc:creator>jeffhung</dc:creator>
		<pubDate>Thu, 14 Jul 2005 03:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/articles/jeffhung/210/#comment-87</guid>
		<description>就弄一些資料，把環境設起來，然後執行看看囉。這樣當然是不很嚴謹的測試，不過結果的誤差應該還算可以接受。

我之前測 &lt;a href=&quot;http://www.sqlite.org/&quot; rel=&quot;nofollow&quot;&gt;SQLite&lt;/a&gt; 的時候，是剛好在做的案子有數千個 XML 資料檔要放進資料庫，所以資料是真實會用到的資料。</description>
		<content:encoded><![CDATA[<p>就弄一些資料，把環境設起來，然後執行看看囉。這樣當然是不很嚴謹的測試，不過結果的誤差應該還算可以接受。</p>
<p>我之前測 <a href="http://www.sqlite.org/" rel="nofollow">SQLite</a> 的時候，是剛好在做的案子有數千個 XML 資料檔要放進資料庫，所以資料是真實會用到的資料。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: balduran</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/210/comment-page-1/#comment-86</link>
		<dc:creator>balduran</dc:creator>
		<pubDate>Wed, 13 Jul 2005 07:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.idv.tw/blog/articles/jeffhung/210/#comment-86</guid>
		<description>你好

像這樣資料庫的效能
你們是怎麼測試的啊
自己起一個環境起來測？

我對資料庫很不熟 所以問問 :)</description>
		<content:encoded><![CDATA[<p>你好</p>
<p>像這樣資料庫的效能<br />
你們是怎麼測試的啊<br />
自己起一個環境起來測？</p>
<p>我對資料庫很不熟 所以問問 :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

