<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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>cassandra</title>
	<atom:link href="https://www.aitaocui.cn/tag/249767/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Sun, 27 Nov 2022 17:57:27 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>cassandra</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>cassandra(开源分布式NoSQL数据库系统)</title>
		<link>https://www.aitaocui.cn/article/361774.html</link>
					<comments>https://www.aitaocui.cn/article/361774.html#respond</comments>
		
		<dc:creator><![CDATA[风四娘]]></dc:creator>
		<pubDate>Sun, 27 Nov 2022 17:57:27 +0000</pubDate>
				<category><![CDATA[知识]]></category>
		<category><![CDATA[cassandra]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=361774</guid>

					<description><![CDATA[Cassandra是连续9年DB-Engines排名第一的宽表数据库，支持类SQL语法CQL，开发体验类似MySQL，可扩展PB级存储及千万OPS读写能力。它最初由Facebook...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>Cassandra是连续9年DB-Engines排名第一的宽表数据库，支持类SQL语法CQL，开发体验类似MySQL，可扩展PB级存储及千万OPS读写能力。它最初由Facebook开发，用于储存收件箱等简单格式数据，集GoogleBigTable的数据模型与AmazonDynamo的完全分布式的架构于一身Facebook于2008将Cassandra开源，此后，由于Cassandra良好的可扩展性，被Digg、Twitter等知名Web2.0网站所采纳，成为了一种流行的分布式结构化数据存储方案。</p>
</article>
<article>
<h1>主要特性</h1>
<p>●分布式</p>
<p>●基于column的结构化</p>
<p>●高伸展性</p>
<h1>功能</h1>
<p>Cassandra的主要特点就是它不是一个数据库，而是由一堆数据库节点共同构成的一个分布式网络服务，对Cassandra的一个写操作，会被复制到其他节点上去，对Cassandra的读操作，也会被路由到某个节点上面去读取。对于一个Cassandra群集来说，扩展性能是比较简单的事情，只管在群集里面添加节点就可以了。</p>
<p>这里有很多理由来选择Cassandra用于您的网站。和其他数据库比较，有三个突出特点：</p>
<h2 id="a-aec8f041">模式灵活</h2>
<p>使用Cassandra，像文档存储，你不必提前解决记录中的字段。你可以在系统运行时随意的添加或移除字段。这是一个惊人的效率提升，特别是在大型部署上。</p>
<h2 id="a-b5b3286f">可扩展性</h2>
<p>Cassandra是纯粹意义上的水平扩展。为给集群添加更多容量，可以指向另一台电脑。你不必重启任何进程，改变应用查询，或手动迁移任何数据。</p>
<h2 id="a-182d0571">多数据中心</h2>
<p>你可以调整你的节点布局来避免某一个数据中心起火，一个备用的数据中心将至少有每条记录的完全复制。</p>
<h1>安装说明</h1>
<p>以Cassandra1.0.2为例。</p>
<h2 id="a-e7750c4a">文件准备</h2>
<p>下载Cassandra、Jre1.6。（全部推荐最新版本）</p>
<h2 id="a-ab6802be">配置Java</h2>
<p>（1）安装Jre的过程很简单，这里不做说明。</p>
<p>（2）在“系统属性”中打开“环境变量”窗口，添加Java环境的系统变量：JAVA_HOME:一般是C://ProgramFiles//Java//jre6，根据实际安装路径设置。</p>
<h2 id="a-46f6d674">启动</h2>
<p>在命令提示符工具中启动Cassandra，用nodetool工具确认Cassandra已经启动。</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/361774.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
