<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>灌入 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E7%81%8C%E5%85%A5/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 06 Jun 2012 09:02:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>MongoDB持续灌入大数据遇到的一些问题</title>
		<link>https://www.coder4.com/archives/3379</link>
					<comments>https://www.coder4.com/archives/3379#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 06 Jun 2012 08:59:29 +0000</pubDate>
				<category><![CDATA[大数据技术]]></category>
		<category><![CDATA[DB]]></category>
		<category><![CDATA[Mongo]]></category>
		<category><![CDATA[大数据]]></category>
		<category><![CDATA[灌入]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3379</guid>

					<description><![CDATA[首先这类NoSQL数据库的设计宗旨基本是“读多写少”。 而我们的需求是：有一大批数据（5亿条记录，每条100B左右）。需要灌入MongoDB。 考虑到数据规模，事先已经做好了Sharding，10台机器。 1、并发12进程，持续灌入数据。 一开始速度很快，基本10W/s，到了1亿6千万左右，开始变成龟速。经过仔细检查，mongos中报大量如下错误： Wed Jun 6 16:56:41 [conn33] warning: splitChunk failed - cmd[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3379/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
