<?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 N.S.thoughts</title>
	<atom:link href="http://nightsailer.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://nightsailer.com</link>
	<description>...silent is golden...</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:00:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MongoDB的备份方式 by MongoDB的备份方式 : NoSQLfan</title>
		<link>http://nightsailer.com/2010/05/04/735.html/comment-page-1#comment-23103</link>
		<dc:creator>MongoDB的备份方式 : NoSQLfan</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://nightsailer.com/?p=735#comment-23103</guid>
		<description>[...] 本文是一篇转载文章，原文地址：http://nightsailer.com/2010/05/04/735.html [...]</description>
		<content:encoded><![CDATA[<p>[...] 本文是一篇转载文章，原文地址：http://nightsailer.com/2010/05/04/735.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;get File(): bad file number value (corrupt db?): run repair&#8221; by nightsailer</title>
		<link>http://nightsailer.com/2010/06/19/745.html/comment-page-1#comment-23101</link>
		<dc:creator>nightsailer</dc:creator>
		<pubDate>Tue, 20 Jul 2010 14:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://nightsailer.com/?p=745#comment-23101</guid>
		<description>掉电不应该天天有吧？呵呵。数据量太大，你可以考虑手动sharding。控制一下数据库本身的容量。不过说到底，我也没有什么特别好的方案。这个也是我目前比较头痛的问题。有点取舍不定，是等待replica－set还是自己做方案。</description>
		<content:encoded><![CDATA[<p>掉电不应该天天有吧？呵呵。数据量太大，你可以考虑手动sharding。控制一下数据库本身的容量。不过说到底，我也没有什么特别好的方案。这个也是我目前比较头痛的问题。有点取舍不定，是等待replica－set还是自己做方案。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MongoDb Replication by nightsailer</title>
		<link>http://nightsailer.com/2009/11/26/525.html/comment-page-1#comment-23099</link>
		<dc:creator>nightsailer</dc:creator>
		<pubDate>Tue, 20 Jul 2010 14:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2009/11/26/525.html#comment-23099</guid>
		<description>嗯，蛮纠结的。如果1.6能够比较稳定，这个方式就多余了。但，若replica sets要2.0才能大规模用，还是自己解决方便。</description>
		<content:encoded><![CDATA[<p>嗯，蛮纠结的。如果1.6能够比较稳定，这个方式就多余了。但，若replica sets要2.0才能大规模用，还是自己解决方便。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MongoDb Replication by james</title>
		<link>http://nightsailer.com/2009/11/26/525.html/comment-page-1#comment-23093</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sat, 17 Jul 2010 08:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2009/11/26/525.html#comment-23093</guid>
		<description>http://www.mongodb.org/display/DOCS/Replica+Sets

1.6不知道什么时候能出来，</description>
		<content:encoded><![CDATA[<p><a href="http://www.mongodb.org/display/DOCS/Replica+Sets" rel="nofollow">http://www.mongodb.org/display/DOCS/Replica+Sets</a></p>
<p>1.6不知道什么时候能出来，</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MongoDb Replication by james</title>
		<link>http://nightsailer.com/2009/11/26/525.html/comment-page-1#comment-23091</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sat, 17 Jul 2010 04:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://night9.cn/2009/11/26/525.html#comment-23091</guid>
		<description>我就准备试验这个方式，得保证服务的不间断，前面我们出了问题，让服务停了好几个小时，的确有点烦。</description>
		<content:encoded><![CDATA[<p>我就准备试验这个方式，得保证服务的不间断，前面我们出了问题，让服务停了好几个小时，的确有点烦。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;get File(): bad file number value (corrupt db?): run repair&#8221; by james</title>
		<link>http://nightsailer.com/2010/06/19/745.html/comment-page-1#comment-23089</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sat, 17 Jul 2010 04:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://nightsailer.com/?p=745#comment-23089</guid>
		<description>我们的应用每天会增加1个G左右，如果出现像像这样的掉电，需要修复数据库，我真不知应该如何操作了， master-master他们又不推荐。

我的Gtalk 是 jameswork66 at gmail 有没有可能一起交流一下使用经验？</description>
		<content:encoded><![CDATA[<p>我们的应用每天会增加1个G左右，如果出现像像这样的掉电，需要修复数据库，我真不知应该如何操作了， master-master他们又不推荐。</p>
<p>我的Gtalk 是 jameswork66 at gmail 有没有可能一起交流一下使用经验？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;get File(): bad file number value (corrupt db?): run repair&#8221; by nightsailer</title>
		<link>http://nightsailer.com/2010/06/19/745.html/comment-page-1#comment-23087</link>
		<dc:creator>nightsailer</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://nightsailer.com/?p=745#comment-23087</guid>
		<description>kill是正常，只要别加-9就没事。 要想心里安慰，也可以在mongo shell里shutdown.
希望1.6尽快能出来，通过replicate-set可以解决现在的问题。</description>
		<content:encoded><![CDATA[<p>kill是正常，只要别加-9就没事。 要想心里安慰，也可以在mongo shell里shutdown.<br />
希望1.6尽快能出来，通过replicate-set可以解决现在的问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;get File(): bad file number value (corrupt db?): run repair&#8221; by james</title>
		<link>http://nightsailer.com/2010/06/19/745.html/comment-page-1#comment-23083</link>
		<dc:creator>james</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://nightsailer.com/?p=745#comment-23083</guid>
		<description>db.repairDatabase() 50G后是噩梦似的，我修复了大半天也没有完成，服务不能整天停到，哎， 其它都还好， 受不了他那个停数据的方法 kill XXX 哎，老这样不挂才怪。</description>
		<content:encoded><![CDATA[<p>db.repairDatabase() 50G后是噩梦似的，我修复了大半天也没有完成，服务不能整天停到，哎， 其它都还好， 受不了他那个停数据的方法 kill XXX 哎，老这样不挂才怪。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Non-blocking/Evented/IO 将会改变我们传统的编程模式 by nightsailer</title>
		<link>http://nightsailer.com/2010/05/17/739.html/comment-page-1#comment-23081</link>
		<dc:creator>nightsailer</dc:creator>
		<pubDate>Mon, 05 Jul 2010 15:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://nightsailer.com/?p=739#comment-23081</guid>
		<description>不错。
不过我用mac, 有条件也换个macbook pro吧，做开发再合适不过了 ;-)</description>
		<content:encoded><![CDATA[<p>不错。<br />
不过我用mac, 有条件也换个macbook pro吧，做开发再合适不过了 <img src='http://nightsailer.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MongoDB的备份方式 by nightsailer</title>
		<link>http://nightsailer.com/2010/05/04/735.html/comment-page-1#comment-23079</link>
		<dc:creator>nightsailer</dc:creator>
		<pubDate>Mon, 05 Jul 2010 15:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://nightsailer.com/?p=735#comment-23079</guid>
		<description>一般是存放user_1的ID。因为user的信息是可变的。当然，如果存放DB Reference也可以，不过本质上没有区别，我建议直接在应用程序实现，而省去db ref(这个未来的扩展并不好）.</description>
		<content:encoded><![CDATA[<p>一般是存放user_1的ID。因为user的信息是可变的。当然，如果存放DB Reference也可以，不过本质上没有区别，我建议直接在应用程序实现，而省去db ref(这个未来的扩展并不好）.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
