<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/infobright/</link>
<title><![CDATA[MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[数据库技术]]></category>
<pubDate>Mon, 17 May 2010 05:09:42 +0000</pubDate> 
<guid>http://zyan.cc/infobright/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.1 最后修改：2010.05.18 转载请注明原文链接：<a href="http://blog.zyan.cc/infobright/" target="_blank">http://blog.zyan.cc/infobright/</a>]<br/><br/>　　Infobright是一个与MySQL集成的开源数据仓库（Data Warehouse）软件，可作为MySQL的一个存储引擎来使用，SELECT查询与普通MySQL无区别。<br/><br/>　　<strong>一、Infobright的基本特征：</strong><br/>　　<strong>优点：</strong><br/>　　查询性能高：百万、千万、亿级记录数条件下，同等的SELECT查询语句，速度比MyISAM、InnoDB等普通的MySQL存储引擎快5～60倍<br/>　　存储数据量大：TB级数据大小，几十亿条记录<br/>　　高压缩比：在我们的项目中为18:1，极大地节省了数据存储空间<br/>　　基于列存储：无需建索引，无需分区<br/>　　适合复杂的分析性SQL查询：SUM, COUNT, AVG, GROUP BY<br/><br/>　　<strong>限制：</strong><br/>　　不支持数据更新：社区版Infobright只能使用“LOAD DATA INFILE”的方式导入数据，不支持INSERT、UPDATE、DELETE<br/>　　不支持高并发：只能支持10多个并发查询<br/><br/><hr/><br/>　　<strong>二、Infobright 安装与基本用法：</strong><br/>　　1、下载安装社区版Infobright二进制Linux版本，端口3307<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">ulimit -SHn 65535<br/>mkdir -p /data0/mysql/3307<br/>/usr/sbin/groupadd mysql<br/>/usr/sbin/useradd -g mysql mysql<br/><br/>cd /usr/local</div><br/><br/>　　①、64位系统：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">wget <a href="http://www.infobright.org/downloads/ice/infobright-3.3.1-x86_64-ice.tar.gz" target="_blank">http://www.infobright.org/downloads/ice/infobright-3.3.1-x86_64-ice.tar.gz</a><br/>tar zxvf infobright-3.3.1-x86_64-ice.tar.gz<br/>mv infobright-3.3.1-x86_64 infobright</div><br/><br/>　　②、32位系统：<br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">wget <a href="http://www.infobright.org/downloads/ice/infobright-3.3.1-i686-ice.tar.gz" target="_blank">http://www.infobright.org/downloads/ice/infobright-3.3.1-i686-ice.tar.gz</a><br/>tar zxvf infobright-3.3.1-i686-ice.tar.gz<br/>mv infobright-3.3.1-i686 infobright</div><br/><br/>............<br/><br/>Tags - <a href="http://zyan.cc/tags/mysql/" rel="tag">mysql</a> , <a href="http://zyan.cc/tags/infobright/" rel="tag">infobright</a> , <a href="http://zyan.cc/tags/dw/" rel="tag">dw</a> , <a href="http://zyan.cc/tags/brighthouse/" rel="tag">brighthouse</a> , <a href="http://zyan.cc/tags/%25E6%2595%25B0%25E6%258D%25AE%25E4%25BB%2593%25E5%25BA%2593/" rel="tag">数据仓库</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5907</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>老崔 &lt;cjwjunwei@yahoo.com.cn&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 06:16:39 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5907</guid> 
<description>
<![CDATA[ 
	Infobright 存储的数据主要是用来做决策分析和统计的吧。<br/>关于Infobright 数据仓库的技术，大家可以看看：<a href="http://tech.techweb.com.cn/thread-389359-1-1.html" target="_blank">http://tech.techweb.com.cn/thread-389359-1-1.html</a><br/>逍遥网用它来做什么呢？
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5908</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>ithouge &lt;ithouge@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 06:18:53 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5908</guid> 
<description>
<![CDATA[ 
	学习！
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5909</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>willko &lt;willko@foxmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 06:23:50 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5909</guid> 
<description>
<![CDATA[ 
	用户行为分析。
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5910</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>怪物宝 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 06:25:45 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5910</guid> 
<description>
<![CDATA[ 
	哈哈哈，太好了
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5912</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>中国人 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 07:00:24 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5912</guid> 
<description>
<![CDATA[ 
	此类数据使用nosql再适合不过了，效率上比mysql Infobright要高。
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5913</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>mydjango &lt;mydjang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 07:51:22 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5913</guid> 
<description>
<![CDATA[ 
	哈哈&nbsp;&nbsp;学习了～
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5914</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>mydjango &lt;mydjang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 07:51:48 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5914</guid> 
<description>
<![CDATA[ 
	学习了～
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5915</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>苦咖啡 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 07:52:55 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5915</guid> 
<description>
<![CDATA[ 
	貌似b2b网站最适合使用
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5917</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>ElmerZhang &lt;freeboy6716@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 09:38:06 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5917</guid> 
<description>
<![CDATA[ 
	收藏了
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5927</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>解梦 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 12:58:50 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5927</guid> 
<description>
<![CDATA[ 
	经常来学习一下
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5928</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>Rebill &lt;a@rebill.info&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 17 May 2010 15:47:11 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5928</guid> 
<description>
<![CDATA[ 
	unsigned唯一?不是unsigned无符号、unique唯一吗？呵呵，献丑了。不支持INSERT,已经相当麻烦了。
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5933</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>xiaoyu &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 18 May 2010 05:23:42 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5933</guid> 
<description>
<![CDATA[ 
	<br/>“LOAD DATA INFILE”<br/>刚好和我要做的项目符合。
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5936</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>Mark &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 18 May 2010 07:17:54 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5936</guid> 
<description>
<![CDATA[ 
	ERROR 2002 (HY000): Can&#039;t connect to local MySQL server through socket &#039;/tmp/mysql3307.sock&#039; (2)<br/>怎么弄
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5954</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>阿飞 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 20 May 2010 14:20:06 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5954</guid> 
<description>
<![CDATA[ 
	学习来了
]]>
</description>
</item><item>
<link>http://zyan.cc/infobright/#blogcomment5958</link>
<title><![CDATA[[评论] MySQL Infobright 数据仓库快速安装笔记[原创]]]></title> 
<author>passkey &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 21 May 2010 03:07:03 +0000</pubDate> 
<guid>http://zyan.cc/infobright/#blogcomment5958</guid> 
<description>
<![CDATA[ 
	做数据分析大有用处了
]]>
</description>
</item>
</channel>
</rss>