<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>就是我-Database</title>
<link>http://blog.roodo.com/thegiive/archives/cat_200295.html</link>
<description>一個 Web Programmer 的工作日誌



_uacct = &quot;UA-107073-7&quot;;
urchinTracker();
</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/thegiive/archives/cat_200295.xml" rel="self" type="application/rss+xml" />
<item>
	<title>sqlite : 雞刀還是牛刀？</title>
	<description><![CDATA[
			殺雞焉用牛刀是 sqlite 最常用的推銷詞
這告訴我們 sqlite 的特質
當你只需要簡單的 DB 功能時
你是要花大量的 memory 在 mysql 上面呢
還是簡單的安裝 370 KB 大小的 sqlite 
最近開始研究 sqlite ，發現素來稱為雞刀的他
似乎並沒有想像中的那麼陽春...
		]]>
	</description>
	<content:encoded><![CDATA[
			殺雞焉用牛刀是 sqlite 最常用的推銷詞<br />
這告訴我們 sqlite 的特質<br />
當你只需要簡單的 DB 功能時<br />
你是要花大量的 memory 在 mysql 上面呢<br />
還是簡單的安裝 370 KB 大小的 sqlite <br />
最近開始研究 sqlite ，發現素來稱為<b>雞刀</b>的他<br />
似乎並沒有想像中的那麼陽春...
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1979396.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1979396.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1979396.html</guid>
	<category>Database</category>
	<pubDate>Sun, 06 Aug 2006 08:46:28 +0800</pubDate>
</item>
<item>
	<title>phpmyadmin 問題</title>
	<description><![CDATA[
			Error Message : The server is not responding (or the local MySQL server's socket is not correctly configured)解法 : config.inc.php 裡面的$cfg['Servers'][$i]['host']          = 'localhost';改成$cfg['Servers'][$i]['host']          = '127.0.0.1';即可

		]]>
	</description>
	<content:encoded><![CDATA[
			Error Message : The server is not responding (or the local MySQL server's socket is not correctly configured)<br /><br />解法 : config.inc.php 裡面的<br /><br /><blockquote>$cfg['Servers'][$i]['host']          = 'localhost';</blockquote><br /><br />改成<br /><br /><blockquote>$cfg['Servers'][$i]['host']          = '127.0.0.1';</blockquote><br /><br />即可<br /><br />

		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1682359.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1682359.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1682359.html</guid>
	<category>Database</category>
	<pubDate>Tue, 30 May 2006 00:55:59 +0800</pubDate>
</item>
<item>
	<title>mysql make on gentoo</title>
	<description><![CDATA[
			USE="innodb -berkdb" ACCEPT_KEYWORDS="~x86" emerge -pv mysql
		]]>
	</description>
	<content:encoded><![CDATA[
			USE="innodb -berkdb" ACCEPT_KEYWORDS="~x86" emerge -pv mysql
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624899.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624899.html</guid>
	<category>Database</category>
	<pubDate>Tue, 09 May 2006 17:28:33 +0800</pubDate>
</item>
<item>
	<title>mysql 對 utf-8 的大小寫</title>
	<description><![CDATA[
			mysql 在做 like比較時
如果是 utf-8比對，大小寫是有差的狀態
		]]>
	</description>
	<content:encoded><![CDATA[
			mysql 在做 like比較時<br />
如果是 utf-8比對，大小寫是有差的狀態
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624878.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624878.html</guid>
	<category>Database</category>
	<pubDate>Tue, 16 Aug 2005 12:01:08 +0800</pubDate>
</item>
<item>
	<title>mysqld_safe</title>
	<description><![CDATA[
			介紹一下mysqld_safe
		]]>
	</description>
	<content:encoded><![CDATA[
			介紹一下mysqld_safe
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1624872.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624872.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624872.html</guid>
	<category>Database</category>
	<pubDate>Thu, 04 Aug 2005 17:14:21 +0800</pubDate>
</item>
<item>
	<title>MySQL command line一些參數</title>
	<description><![CDATA[
			介紹一些command 下面的參數
		]]>
	</description>
	<content:encoded><![CDATA[
			介紹一些command 下面的參數
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1624871.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624871.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624871.html</guid>
	<category>Database</category>
	<pubDate>Thu, 04 Aug 2005 16:54:02 +0800</pubDate>
</item>
<item>
	<title>MySQL optimize</title>
	<description><![CDATA[
			MySQL Query Optimization的文章
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="http://www.quepublishing.com/articles/article.asp?p=377652&seqNum=1''&rl=1">MySQL Query Optimization的文章</a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624855.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624855.html</guid>
	<category>Database</category>
	<pubDate>Fri, 22 Jul 2005 08:44:19 +0800</pubDate>
</item>
<item>
	<title>MySQL make on FreeBSD 5.4</title>
	<description><![CDATA[
			哉自此頁
		]]>
	</description>
	<content:encoded><![CDATA[
			哉自<a href="http://dev.mysql.com/doc/mysql/en/freebsd.html">此頁</a>
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1624851.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624851.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624851.html</guid>
	<category>Database</category>
	<pubDate>Wed, 20 Jul 2005 19:55:22 +0800</pubDate>
</item>
<item>
	<title>mysql 一些使用方式</title>
	<description><![CDATA[
			MySQL 4.1.12設定
		]]>
	</description>
	<content:encoded><![CDATA[
			MySQL 4.1.12設定
		<a class="acontinues" href="http://blog.roodo.com/thegiive/archives/1624838.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624838.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624838.html</guid>
	<category>Database</category>
	<pubDate>Tue, 05 Jul 2005 09:17:28 +0800</pubDate>
</item>
<item>
	<title>Linux  vs FreeBSD in MYSQL 的比較</title>
	<description><![CDATA[
			我沒有要挑起FreeBSD跟Linux的筆戰，
只不過就是我survey到的資料都指向一個方向
那就是

如果有特定條件的去build MySQL，
Linux下面的效能的確是勝過FreeBSD

如果說換個OS就有MySQL效能上面的提升，我覺得值得將MySQL server換個OS

哉要:
1.我在網路上看到不少文章指出，如果Intel+Linux+pgcc可以10%的performance up
置底這篇文章是MySQL官方的reference翻成中文，裡面就明顯提到這點

2.如果MySQL跑在ReisterFs這個file system有相當不錯的效能成長
而FreeBSD並不支援ReisterFS

3.在FreeBSD4下面，MySQL在make時最好是下Linux thread=on，
代表說FreeBSD下面對於MySQL還是需要Linux下面的thread

4.就算是在FreeBSD討論區，大家都同意MySQL在Linux下面速度各方面都勝過FreeBSD
以下是我翻到的數據報告，看看他的比較圖吧，真的有差
http://software.newsforge.com/article.pl?sid=04/12/27/1243207&tid=72

5.如果SQL server是跑多cpu的主機，那選擇Linux可能在smp效能上面有更好的提升
http://my.freebsd.org.hk/modules/newbb/viewtopic.php?topic_id=234&forum=1&post_id=657
		]]>
	</description>
	<content:encoded><![CDATA[
			我沒有要挑起FreeBSD跟Linux的筆戰，<br />
只不過就是我survey到的資料都指向一個方向<br />
那就是<br />
<br />
如果有特定條件的去build MySQL，<br />
Linux下面的效能的確是勝過FreeBSD<br />
<br />
如果說換個OS就有MySQL效能上面的提升，我覺得值得將MySQL server換個OS<br />
<br />
哉要:<br />
1.我在網路上看到不少文章指出，如果Intel+Linux+pgcc可以10%的performance up<br />
置底這篇文章是MySQL官方的reference翻成中文，裡面就明顯提到這點<br />
<br />
2.如果MySQL跑在ReisterFs這個file system有相當不錯的效能成長<br />
而FreeBSD並不支援ReisterFS<br />
<br />
3.在FreeBSD4下面，MySQL在make時最好是下Linux thread=on，<br />
代表說FreeBSD下面對於MySQL還是需要Linux下面的thread<br />
<br />
4.就算是在FreeBSD討論區，大家都同意MySQL在Linux下面速度各方面都勝過FreeBSD<br />
以下是我翻到的數據報告，看看他的比較圖吧，真的有差<br />
http://software.newsforge.com/article.pl?sid=04/12/27/1243207&tid=72<br />
<br />
5.如果SQL server是跑多cpu的主機，那選擇Linux可能在smp效能上面有更好的提升<br />
http://my.freebsd.org.hk/modules/newbb/viewtopic.php?topic_id=234&forum=1&post_id=657
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624837.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624837.html</guid>
	<category>Database</category>
	<pubDate>Sat, 02 Jul 2005 09:49:58 +0800</pubDate>
</item>
<item>
	<title>Linux with MYSQL的文章</title>
	<description><![CDATA[
			這裡

這是一篇抱怨Linux with MySQL效能的文章
		]]>
	</description>
	<content:encoded><![CDATA[
			<a href="http://jeremy.zawodny.com/blog/archives/000173.html">這裡</a><br />
<br />
<a href="http://jeremy.zawodny.com/blog/archives/000132.html">這是一篇抱怨Linux with MySQL效能的文章</a>
		
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/thegiive/archives/1624836.html</link>
	<guid>http://blog.roodo.com/thegiive/archives/1624836.html</guid>
	<category>Database</category>
	<pubDate>Fri, 01 Jul 2005 19:24:53 +0800</pubDate>
</item>
</channel>
</rss>