<?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 for Alibaba DBA Team</title>
	<atom:link href="http://www.alidba.net/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.alidba.net</link>
	<description>这里记录着阿里巴巴数据库团队成员的点点滴滴</description>
	<pubDate>Fri, 18 May 2012 07:56:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SQL-SERVER如何跨数据库访问？ by test</title>
		<link>http://www.alidba.net/index.php/archives/141/comment-page-1#comment-1376</link>
		<dc:creator>test</dc:creator>
		<pubDate>Mon, 07 May 2012 12:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=141#comment-1376</guid>
		<description>exec sp_configure 'show advanced options',1  
reconfigure  
exec sp_configure 'Ad Hoc Distributed Queries',1  
reconfigure 

最后一个，要加上这个。一切都好了。</description>
		<content:encoded><![CDATA[<p>exec sp_configure &#8217;show advanced options&#8217;,1<br />
reconfigure<br />
exec sp_configure &#8216;Ad Hoc Distributed Queries&#8217;,1<br />
reconfigure </p>
<p>最后一个，要加上这个。一切都好了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 话说 Oracle ACE 这回事儿 by 77推</title>
		<link>http://www.alidba.net/index.php/archives/434/comment-page-1#comment-1375</link>
		<dc:creator>77推</dc:creator>
		<pubDate>Thu, 03 May 2012 02:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=434#comment-1375</guid>
		<description>恭喜，真羡慕</description>
		<content:encoded><![CDATA[<p>恭喜，真羡慕</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 开发DBA如何有效地保障数据库应用的质量 by biletul zilei la pariuri</title>
		<link>http://www.alidba.net/index.php/archives/19/comment-page-1#comment-1374</link>
		<dc:creator>biletul zilei la pariuri</dc:creator>
		<pubDate>Thu, 26 Apr 2012 13:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/index.php/archives/19#comment-1374</guid>
		<description>Very nice blog over here!</description>
		<content:encoded><![CDATA[<p>Very nice blog over here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBA团队的使命 by 傲世狂少</title>
		<link>http://www.alidba.net/index.php/archives/461/comment-page-1#comment-1372</link>
		<dc:creator>傲世狂少</dc:creator>
		<pubDate>Sat, 21 Apr 2012 12:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=461#comment-1372</guid>
		<description>《阿里巴巴数据库标准操作手册》 这篇文章怎么看不到了，这里的文章很不错，DBA的使命是所有人的指引。</description>
		<content:encoded><![CDATA[<p>《阿里巴巴数据库标准操作手册》 这篇文章怎么看不到了，这里的文章很不错，DBA的使命是所有人的指引。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBA团队的使命 by brawnen</title>
		<link>http://www.alidba.net/index.php/archives/461/comment-page-1#comment-1370</link>
		<dc:creator>brawnen</dc:creator>
		<pubDate>Wed, 18 Apr 2012 15:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=461#comment-1370</guid>
		<description>《阿里巴巴数据库标准操作手册》那篇文章没有拉？</description>
		<content:encoded><![CDATA[<p>《阿里巴巴数据库标准操作手册》那篇文章没有拉？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle hash join by wkc168</title>
		<link>http://www.alidba.net/index.php/archives/440/comment-page-1#comment-1341</link>
		<dc:creator>wkc168</dc:creator>
		<pubDate>Fri, 17 Feb 2012 03:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=440#comment-1341</guid>
		<description>oracle会选择一个表作为驱动表  想问下八神

这个驱动表是否就是说先从SQL中自己判断一个表记录的大少最少的表做为驱动表</description>
		<content:encoded><![CDATA[<p>oracle会选择一个表作为驱动表  想问下八神</p>
<p>这个驱动表是否就是说先从SQL中自己判断一个表记录的大少最少的表做为驱动表</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 单个MySQL Instance 接多个 Master 的一点想法 by wangyuxuan</title>
		<link>http://www.alidba.net/index.php/archives/448/comment-page-1#comment-1339</link>
		<dc:creator>wangyuxuan</dc:creator>
		<pubDate>Sun, 12 Feb 2012 02:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=448#comment-1339</guid>
		<description>同意，修改源代码的确会限制版本的升级
之前在开发一个使用mongodb做数据库的项目，mongodb不支持trigger造成了很大困扰，当时也想过修改mongodb的源代码，也是考虑升级的问题没有使用这种方案，最后使用AOP在DAO层加了动态代理实现了trigger</description>
		<content:encoded><![CDATA[<p>同意，修改源代码的确会限制版本的升级<br />
之前在开发一个使用mongodb做数据库的项目，mongodb不支持trigger造成了很大困扰，当时也想过修改mongodb的源代码，也是考虑升级的问题没有使用这种方案，最后使用AOP在DAO层加了动态代理实现了trigger</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoSQL or Relational ? by wangyuxuan</title>
		<link>http://www.alidba.net/index.php/archives/446/comment-page-1#comment-1338</link>
		<dc:creator>wangyuxuan</dc:creator>
		<pubDate>Sun, 12 Feb 2012 02:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=446#comment-1338</guid>
		<description>同意，我们公司现在就在使用mongodb，有一个很实际的问题就是NOSQL中（起码是mongodb中）没有对join的支持，需要联表查询的时候就很囧。。。
一直有一个设想，就是使用mysql存关系，包括索引和查询相关的数据，mongodb只负责在Mysql拿到id后取数据，也许这样可以结合Nosql和Reltional DB的优点。</description>
		<content:encoded><![CDATA[<p>同意，我们公司现在就在使用mongodb，有一个很实际的问题就是NOSQL中（起码是mongodb中）没有对join的支持，需要联表查询的时候就很囧。。。<br />
一直有一个设想，就是使用mysql存关系，包括索引和查询相关的数据，mongodb只负责在Mysql拿到id后取数据，也许这样可以结合Nosql和Reltional DB的优点。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 为什么Oracle不使用我的索引?! by yanshoupeng</title>
		<link>http://www.alidba.net/index.php/archives/392/comment-page-1#comment-1336</link>
		<dc:creator>yanshoupeng</dc:creator>
		<pubDate>Fri, 10 Feb 2012 06:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=392#comment-1336</guid>
		<description>T1 T2 

Blevel 1 1 
Data block / key 1 1 
Leaf block / key 1 15 
Clustering factor 96 3000 


这个地方搞错了，应该是这样的

	T1	T2
Blevel	1	1
Data block / key	1	15
Leaf block / key	1	1
Clustering factor	96	3000</description>
		<content:encoded><![CDATA[<p>T1 T2 </p>
<p>Blevel 1 1<br />
Data block / key 1 1<br />
Leaf block / key 1 15<br />
Clustering factor 96 3000 </p>
<p>这个地方搞错了，应该是这样的</p>
<p>	T1	T2<br />
Blevel	1	1<br />
Data block / key	1	15<br />
Leaf block / key	1	1<br />
Clustering factor	96	3000</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NoSQL or Relational ? by sea2020</title>
		<link>http://www.alidba.net/index.php/archives/446/comment-page-1#comment-1335</link>
		<dc:creator>sea2020</dc:creator>
		<pubDate>Fri, 03 Feb 2012 14:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alidba.net/?p=446#comment-1335</guid>
		<description>什么场景就用什么，不合适就转换，当然考虑时间和成本。大部分数据没有那么复杂，key-value都够用了，只是运维管理的问题，产品是否稳定，NoSQL好像是基于berkeley db，不行直接测试berkeley db是否能用</description>
		<content:encoded><![CDATA[<p>什么场景就用什么，不合适就转换，当然考虑时间和成本。大部分数据没有那么复杂，key-value都够用了，只是运维管理的问题，产品是否稳定，NoSQL好像是基于berkeley db，不行直接测试berkeley db是否能用</p>
]]></content:encoded>
	</item>
</channel>
</rss>

