<?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>Sharding - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/sharding/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 07:41:34 +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配置Sharding (负载均衡)</title>
		<link>https://www.coder4.com/archives/3324</link>
					<comments>https://www.coder4.com/archives/3324#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 02 Jun 2012 14:28:11 +0000</pubDate>
				<category><![CDATA[大数据技术]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[Sharding]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3324</guid>

					<description><![CDATA[Mongod DB中有Sharding(分片)和Replication(副本)两个功能。 前者主要是将数据水平分割到各个结点上，达到负载均衡的目的。 后者用于故障恢复。即一般一个Sharding有若干个Replication。 本文只讨论Sharding的情况，因为我们的环境机器本来就不够，不会拿来做Replication的。 配置Sharding有如下三个要素： 1、1~1000个Sharding。 2、1~3个mongo config服务器。 3、1[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3324/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
