<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Cassandra performance: split or not to split CF?</title>
		<link>http://www.datastax.com/support-forums/topic/cassandra-performance-split-or-not-to-split-cf</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 10:20:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/cassandra-performance-split-or-not-to-split-cf" rel="self" type="application/rss+xml" />

		<item>
			<title>arviarya on "Cassandra performance: split or not to split CF?"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-performance-split-or-not-to-split-cf#post-9139</link>
			<pubDate>Fri, 22 Feb 2013 19:35:04 +0000</pubDate>
			<dc:creator>arviarya</dc:creator>
			<guid isPermaLink="false">9139@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You can split a column family on requirement basis. It depends how you are organizing your data or fetch. Generally, huge columns columns families may throw lots of data in your program that you may not need.&#60;br /&#62;
Better organise your data in single and multiple CFs as per requirement. There are advantage of split CFs if you do not need to read both/all CFs for fetch.&#60;br /&#62;
Writes are faster, hence you can send few duplicate data in both CFs to avoid joins.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Janbalik on "Cassandra performance: split or not to split CF?"</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-performance-split-or-not-to-split-cf#post-8849</link>
			<pubDate>Fri, 01 Feb 2013 16:40:07 +0000</pubDate>
			<dc:creator>Janbalik</dc:creator>
			<guid isPermaLink="false">8849@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi @ll,&#60;/p&#62;
&#60;p&#62;I'm working on the design of a Cassandra database to learn about it. But I have a question I would like some expert help me to clarify:&#60;/p&#62;
&#60;p&#62;I have read that the rows of each column family are distributed through the nodes, thus each node has a part of the rows of a given column family. Does it mean that it is not a good idea to divide a column family into many column families even when that column family has millions of rows?&#60;/p&#62;
&#60;p&#62;My experience with RDBMS says that is better to split very big tables into smaller tables to get a better performance, but it seems that in Cassandra there is no need of this and, even more, if I have many column families I would need more memory. Am I right? Is it better keeping many rows in a column family to get a better performance than split the column family in many?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
