<?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: Installing and using Apache Cassandra With Java Part 1 (Installation)</title> <atom:link href="http://www.sodeso.nl/?feed=rss2&#038;p=80" rel="self" type="application/rss+xml" /><link>http://www.sodeso.nl/?p=80</link> <description>Software Development Solutions</description> <lastBuildDate>Thu, 26 Aug 2010 12:13:22 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Ronald Mathies</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-1005</link> <dc:creator>Ronald Mathies</dc:creator> <pubDate>Wed, 18 Aug 2010 08:22:45 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-1005</guid> <description>Where clauses are not possible within the Cassandra database. What you normally do is create multiple inverted index ColumnFamilies. The advantage of this is that retrieving data based on keys is very fast and efficient. Since Cassandra only allows you to define a single key value you need to figure out what your search paths are. Suppose i have a table with cars. If i would like to search all cars from a single brand i would create a ColumnFamily where the key is the brand name and columns are the ID&#039;s of the cars. But if i want to search cars by engine type i would need to create another ColumnFamily where the engine type is the Key and the columns are the ID&#039;s of the cars. These two column families don&#039;t have any information about the cars itself except the key information.A third Column family would be needed to store the car details where the key is the ID of the car en de columns the details.About the business logic, Cassandra itself doesn&#039;t provide any means or methods for handling business methods. So you would need to apply business logic from within the client before storing data or after retrieving data. Also keep in mind that the consistency between the  two tables needs to be handled, what happens if data is removed from one database but us dependent on the data in the other database?But some questions, the table you are referring to, how much data does it contain? What is the structure of the data?</description> <content:encoded><![CDATA[<p>Where clauses are not possible within the Cassandra database. What you normally do is create multiple inverted index ColumnFamilies. The advantage of this is that retrieving data based on keys is very fast and efficient. Since Cassandra only allows you to define a single key value you need to figure out what your search paths are. Suppose i have a table with cars. If i would like to search all cars from a single brand i would create a ColumnFamily where the key is the brand name and columns are the ID&#8217;s of the cars. But if i want to search cars by engine type i would need to create another ColumnFamily where the engine type is the Key and the columns are the ID&#8217;s of the cars. These two column families don&#8217;t have any information about the cars itself except the key information.</p><p>A third Column family would be needed to store the car details where the key is the ID of the car en de columns the details.</p><p>About the business logic, Cassandra itself doesn&#8217;t provide any means or methods for handling business methods. So you would need to apply business logic from within the client before storing data or after retrieving data. Also keep in mind that the consistency between the  two tables needs to be handled, what happens if data is removed from one database but us dependent on the data in the other database?</p><p>But some questions, the table you are referring to, how much data does it contain? What is the structure of the data?</p> ]]></content:encoded> </item> <item><title>By: mallikarjun</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-1004</link> <dc:creator>mallikarjun</dc:creator> <pubDate>Wed, 18 Aug 2010 07:47:12 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-1004</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 advanceBy 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: Great 5-part tutorial on Cassandra &#171; {lambda &#38; cloud}</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-990</link> <dc:creator>Great 5-part tutorial on Cassandra &#171; {lambda &#38; cloud}</dc:creator> <pubDate>Fri, 06 Aug 2010 14:27:55 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-990</guid> <description>[...] 5-part tutorial on&#160;Cassandra http://www.sodeso.nl/?p=80  [...]</description> <content:encoded><![CDATA[<p>[...] 5-part tutorial on&nbsp;Cassandra <a href="http://www.sodeso.nl/?p=80" rel="nofollow">http://www.sodeso.nl/?p=80</a> [...]</p> ]]></content:encoded> </item> <item><title>By: OCTO talks ! &#187; Let&#8217;s play with Cassandra&#8230;(Part 2/3)</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-811</link> <dc:creator>OCTO talks ! &#187; Let&#8217;s play with Cassandra&#8230;(Part 2/3)</dc:creator> <pubDate>Sat, 12 Jun 2010 09:25:21 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-811</guid> <description>[...] will not drive deep into the details of a Cassandra set up. This article explains it in details but here are the main [...]</description> <content:encoded><![CDATA[<p>[...] will not drive deep into the details of a Cassandra set up. This article explains it in details but here are the main [...]</p> ]]></content:encoded> </item> <item><title>By: Palanikumar</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-795</link> <dc:creator>Palanikumar</dc:creator> <pubDate>Fri, 28 May 2010 06:54:10 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-795</guid> <description>Thanks for a beautiful write up on Cassandra.. It was very helpful to get to speed with your articles ..</description> <content:encoded><![CDATA[<p>Thanks for a beautiful write up on Cassandra.. It was very helpful to get to speed with your articles ..</p> ]]></content:encoded> </item> <item><title>By: Cassandra入门 : NoSQLfan</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-748</link> <dc:creator>Cassandra入门 : NoSQLfan</dc:creator> <pubDate>Fri, 07 May 2010 16:08:46 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-748</guid> <description>[...] Installing and using Apache Cassandra With Java Part 1 (Installation) [...]</description> <content:encoded><![CDATA[<p>[...] Installing and using Apache Cassandra With Java Part 1 (Installation) [...]</p> ]]></content:encoded> </item> <item><title>By: Apache Cassandra with Java &#171; Unnaki</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-746</link> <dc:creator>Apache Cassandra with Java &#171; Unnaki</dc:creator> <pubDate>Thu, 06 May 2010 15:38:52 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-746</guid> <description>[...] Installing and using Apache Cassandra With Java Part 1 (Installation) [...]</description> <content:encoded><![CDATA[<p>[...] Installing and using Apache Cassandra With Java Part 1 (Installation) [...]</p> ]]></content:encoded> </item> <item><title>By: Tutorial: Getting Started With Cassandra. &#8250; PHP App Engine</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-744</link> <dc:creator>Tutorial: Getting Started With Cassandra. &#8250; PHP App Engine</dc:creator> <pubDate>Thu, 06 May 2010 15:10:00 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-744</guid> <description>[...] I should put together a detailed guide to getting started with Cassandra. As one would expect the  first post is briefly introducing Cassandra and covers the distribution details and installation steps. (Wed, [...]</description> <content:encoded><![CDATA[<p>[...] I should put together a detailed guide to getting started with Cassandra. As one would expect the  first post is briefly introducing Cassandra and covers the distribution details and installation steps. (Wed, [...]</p> ]]></content:encoded> </item> <item><title>By: Andrew Babkin</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-735</link> <dc:creator>Andrew Babkin</dc:creator> <pubDate>Tue, 04 May 2010 11:10:11 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-735</guid> <description>Great article, I tried Cassandra under OpenJDK 1.6.0_18 - it didn&#039;t work. However it worked with Sun JDK.</description> <content:encoded><![CDATA[<p>Great article, I tried Cassandra under OpenJDK 1.6.0_18 &#8211; it didn&#8217;t work. However it worked with Sun JDK.</p> ]]></content:encoded> </item> <item><title>By: links for 2010-04-26 &#171; Daniel Harrison&#39;s Personal Blog</title><link>http://www.sodeso.nl/?p=80&#038;cpage=1#comment-718</link> <dc:creator>links for 2010-04-26 &#171; Daniel Harrison&#39;s Personal Blog</dc:creator> <pubDate>Tue, 27 Apr 2010 02:02:39 +0000</pubDate> <guid isPermaLink="false">http://www.sodeso.nl/?p=80#comment-718</guid> <description>[...] Sodeso » Installing and using Apache Cassandra With Java Part 1 (Installation) (tags: java cassandra) [...]</description> <content:encoded><![CDATA[<p>[...] Sodeso » Installing and using Apache Cassandra With Java Part 1 (Installation) (tags: java cassandra) [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 15/33 queries in 0.048 seconds using disk
Content Delivery Network via static.sodeso.nl

Served from: www.sodeso.nl @ 2010-09-08 18:51:53 -->