<?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 on: Cassandra Installation and Configuration</title>
	<atom:link href="http://schabby.de/cassandra-installation-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://schabby.de/cassandra-installation-configuration/</link>
	<description>OpenGL, Java, Cassandra and other stuff that totally makes the world go round</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:19:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: VIK</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-209</link>
		<dc:creator>VIK</dc:creator>
		<pubDate>Tue, 29 Mar 2011 20:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-209</guid>
		<description>I am getting message as :-

The system cannot find the specified path. Any ideeas.</description>
		<content:encoded><![CDATA[<p>I am getting message as :-</p>
<p>The system cannot find the specified path. Any ideeas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debian部署Cassandra指南</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-197</link>
		<dc:creator>Debian部署Cassandra指南</dc:creator>
		<pubDate>Tue, 18 Jan 2011 10:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-197</guid>
		<description>[...] http://schabby.de/cassandra-installation-configuration/  TODO [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://schabby.de/cassandra-installation-configuration/">http://schabby.de/cassandra-installation-configuration/</a>  TODO [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schabby</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-196</link>
		<dc:creator>schabby</dc:creator>
		<pubDate>Wed, 12 Jan 2011 09:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-196</guid>
		<description>Hi! Thanks for your comment! I am afraid I am a bit snowed under with work so that we have to wait for the third part to get done. I am really sorry because I was really looking forward to continueing working on it :((

Johannes</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for your comment! I am afraid I am a bit snowed under with work so that we have to wait for the third part to get done. I am really sorry because I was really looking forward to continueing working on it <img src='http://schabby.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> (</p>
<p>Johannes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TS75</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-195</link>
		<dc:creator>TS75</dc:creator>
		<pubDate>Tue, 11 Jan 2011 23:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-195</guid>
		<description>The best article again! Do you know when will you come up with the third post providing several hands-on examples for Cassandra with Java? I am really looking forward to the third one as I may have to use it in my project soon.</description>
		<content:encoded><![CDATA[<p>The best article again! Do you know when will you come up with the third post providing several hands-on examples for Cassandra with Java? I am really looking forward to the third one as I may have to use it in my project soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schabby</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-158</link>
		<dc:creator>schabby</dc:creator>
		<pubDate>Wed, 18 Aug 2010 08:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-158</guid>
		<description>Hmm, hard to say. Cassandra may not be the silver bullet. Simple Reads/Writes are generally faster than on any comparable Sql database, but complicated queries need to be rewritten in your application logic, especially of you use higher order functions such as joins, grouping, sorting, etc.. And there is no tool that translates SQL queries to the according logic code. So you have to ponder each SQL query whether it easy to be migrated to cassandra.</description>
		<content:encoded><![CDATA[<p>Hmm, hard to say. Cassandra may not be the silver bullet. Simple Reads/Writes are generally faster than on any comparable Sql database, but complicated queries need to be rewritten in your application logic, especially of you use higher order functions such as joins, grouping, sorting, etc.. And there is no tool that translates SQL queries to the according logic code. So you have to ponder each SQL query whether it easy to be migrated to cassandra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mallikarjun</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-157</link>
		<dc:creator>mallikarjun</dc:creator>
		<pubDate>Wed, 18 Aug 2010 07:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-157</guid>
		<description>Hi,

I have a requirement of using Cassandra in my application. In my application there is one table with lot of data and most of my application uses that table. Due to lot of data,performance of the application is decreasing when i use that table is in Oracle.

So, I have decided to use the Cassandra database for that one table and all other tables in oracle. Lot of business logic is dependent on that table.

No my question is, Can I use the Cassandra for a table which has lot of business logic.

I am unable to implement lot of where clauses for Cassandra database.

Is there any supporting tool to use Cassandra in an efficient way?

Please let me know...
i am in urgency..

Thanks in advance

By Mallik</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a requirement of using Cassandra in my application. In my application there is one table with lot of data and most of my application uses that table. Due to lot of data,performance of the application is decreasing when i use that table is in Oracle.</p>
<p>So, I have decided to use the Cassandra database for that one table and all other tables in oracle. Lot of business logic is dependent on that table.</p>
<p>No my question is, Can I use the Cassandra for a table which has lot of business logic.</p>
<p>I am unable to implement lot of where clauses for Cassandra database.</p>
<p>Is there any supporting tool to use Cassandra in an efficient way?</p>
<p>Please let me know&#8230;<br />
i am in urgency..</p>
<p>Thanks in advance</p>
<p>By Mallik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: studleylee</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-156</link>
		<dc:creator>studleylee</dc:creator>
		<pubDate>Sun, 15 Aug 2010 06:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-156</guid>
		<description>Worked like a charm on Vista 32bit. Thank you!
I just added 2 lines in  cassandra.bat to set my env variables:
set JAVA_HOME=C:\Program Files\Java\jre6
set CASSANDRA_HOME=c:\sand\cassandra</description>
		<content:encoded><![CDATA[<p>Worked like a charm on Vista 32bit. Thank you!<br />
I just added 2 lines in  cassandra.bat to set my env variables:<br />
set JAVA_HOME=C:\Program Files\Java\jre6<br />
set CASSANDRA_HOME=c:\sand\cassandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apache Cassandra &#171; Java Tutorials</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-151</link>
		<dc:creator>Apache Cassandra &#171; Java Tutorials</dc:creator>
		<pubDate>Wed, 11 Aug 2010 12:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-151</guid>
		<description>[...] http://schabby.de/cassandra-installation-configuration/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://schabby.de/cassandra-installation-configuration/">http://schabby.de/cassandra-installation-configuration/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-136</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sun, 06 Jun 2010 14:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-136</guid>
		<description>Hi, i&#039;m waiting the java example too :D
can you email me if you publish something about it?

is it thrift? something like... i describe my &quot;schema&quot; and then run thrift which provides java related APIs ?

bye</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m waiting the java example too <img src='http://schabby.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
can you email me if you publish something about it?</p>
<p>is it thrift? something like&#8230; i describe my &#8220;schema&#8221; and then run thrift which provides java related APIs ?</p>
<p>bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://schabby.de/cassandra-installation-configuration/comment-page-1/#comment-101</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 23 Mar 2010 16:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://schabby.de/?p=786#comment-101</guid>
		<description>Hi. Where is promised example? ;-)
Here is nice cassandra client http://github.com/rantav/hector</description>
		<content:encoded><![CDATA[<p>Hi. Where is promised example? <img src='http://schabby.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Here is nice cassandra client <a href="http://github.com/rantav/hector">http://github.com/rantav/hector</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

