<?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 tutorial - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/cassandra-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/cassandra-tutorial/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 13 Sep 2021 11:44:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>cassandra tutorial - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/cassandra-tutorial/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the virtual node in Cassandra ?</title>
		<link>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-virtual-node-in-cassandra/</link>
					<comments>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-virtual-node-in-cassandra/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 05:40:31 +0000</pubDate>
				<category><![CDATA[cassandra]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Allstate Solutions Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[AT&T interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[cassandra 2 node cluster]]></category>
		<category><![CDATA[cassandra dba interview questions]]></category>
		<category><![CDATA[cassandra interview questions]]></category>
		<category><![CDATA[cassandra interview questions and answers]]></category>
		<category><![CDATA[cassandra node]]></category>
		<category><![CDATA[cassandra nodetool]]></category>
		<category><![CDATA[cassandra num_tokens]]></category>
		<category><![CDATA[cassandra single node setup]]></category>
		<category><![CDATA[cassandra token range]]></category>
		<category><![CDATA[cassandra tutorial]]></category>
		<category><![CDATA[cassandra virtual nodes]]></category>
		<category><![CDATA[cassandra vnodes]]></category>
		<category><![CDATA[cassandra vnodes balancing]]></category>
		<category><![CDATA[cassandra vnodes configuration]]></category>
		<category><![CDATA[cassandra vnodes vs nodes]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Conduent interview questions and answers]]></category>
		<category><![CDATA[Cvent interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Ernst & Young interview questions and answers]]></category>
		<category><![CDATA[how data is distributed in cassandra]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Indiabulls Technology Solutions Ltd interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Nagarro Software Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[Prokarma Softech Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Synechron Technologies Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[Tecnotree interview questions and answers]]></category>
		<category><![CDATA[tokens in cassandra]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[virtual node]]></category>
		<category><![CDATA[virtual nodes]]></category>
		<category><![CDATA[virtual nodes consistent hashing]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[vnodes in cassandra]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[Wipro interview questions and answers]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=442</guid>

					<description><![CDATA[Answer : Prior to Cassandra 1.2, every node was allocate to a particular token range.]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="virtual-node-in-cassandra" class="color-purple" style="text-align: justify;">Virtual node in Cassandra:</h2>
</div>
</div>
<div class="col-sm-12">
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Prior to Cassandra 1.2, every node was allocate to a particular token range.</li>
<li>Instead of a node being responsible for one large range of tokens, it is responsible for many smaller ranges.</li>
<li>In this way, one physical node is essentially hosting many smaller &#8220;virtual&#8221; nodes.</li>
<li>One of the new features slated for Cassandra 1.2&#8217;s release later this year is virtual nodes (vnodes.)</li>
<li><b>Vnodes:</b>
<ul>
<li>If you recall how token selection works currently, there&#8217;s one token per node, and a node owns exactly one contiguous range in the ring space.</li>
</ul>
</li>
<li>Vnodes modify this paradigm from one token per node to many token per node.</li>
<li>Within a cluster these can be randomly selected and be non-contiguous, giving us many smaller ranges that belong to each node.</li>
</ul>
</div>
</div>
<div class="text-center row" style="text-align: justify;">
<div class="col-sm-12">
<div id="bsa-zone_1590522538159-8_123456"></div>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img fetchpriority="high" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/cassandra/virtual-node-in-cassandra.png" alt="virtual node in cassandra" width="300" height="285" /></div>
</div>
<div class="TextHeading" style="text-align: justify;">
<div class="hddn">
<h2 id="advantages-of-virtual-nodes" class="color-purple">Advantages of virtual nodes</h2>
</div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li style="text-align: justify;">Tokens are automatically measured and allocate to every node.</li>
<li style="text-align: justify;">when adding or removing nodes Re-balancing a cluster is automatically accomplished.</li>
<li style="text-align: justify;">When a node merge the cluster, it assumes responsibility for an even portion of data from the other nodes in the cluster.</li>
<li style="text-align: justify;">If a node fails, the load is develop evenly across other nodes in the cluster.</li>
<li style="text-align: justify;">Number of vNodes can be set as node level.</li>
</ul>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-virtual-node-in-cassandra/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the use of Cassandra database ?</title>
		<link>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-use-of-cassandra-database/</link>
					<comments>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-use-of-cassandra-database/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 05:36:30 +0000</pubDate>
				<category><![CDATA[cassandra]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Allstate Solutions Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[apache cassandra tutorial]]></category>
		<category><![CDATA[apache cassandra tutorial for beginners]]></category>
		<category><![CDATA[apache cassandra use cases]]></category>
		<category><![CDATA[applications of cassandra]]></category>
		<category><![CDATA[AT&T interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[cassandra administration tutorial]]></category>
		<category><![CDATA[cassandra architecture]]></category>
		<category><![CDATA[cassandra case study]]></category>
		<category><![CDATA[cassandra certification]]></category>
		<category><![CDATA[cassandra database tutorial]]></category>
		<category><![CDATA[cassandra database used for]]></category>
		<category><![CDATA[cassandra datastax]]></category>
		<category><![CDATA[cassandra hadoop]]></category>
		<category><![CDATA[cassandra java api]]></category>
		<category><![CDATA[cassandra java insert example]]></category>
		<category><![CDATA[cassandra java maven example]]></category>
		<category><![CDATA[cassandra java select example]]></category>
		<category><![CDATA[cassandra tutorial]]></category>
		<category><![CDATA[cassandra tutorial datastax]]></category>
		<category><![CDATA[cassandra tutorial for beginners]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Conduent interview questions and answers]]></category>
		<category><![CDATA[Cvent interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Ernst & Young interview questions and answers]]></category>
		<category><![CDATA[how to integrate cassandra with java application]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Indiabulls Technology Solutions Ltd interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Nagarro Software Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[Prokarma Softech Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Synechron Technologies Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[Tecnotree interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[what is apache cassandra]]></category>
		<category><![CDATA[what is apache cassandra used for]]></category>
		<category><![CDATA[what is cassandra]]></category>
		<category><![CDATA[what is cassandra used for]]></category>
		<category><![CDATA[Wipro interview questions and answers]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=440</guid>

					<description><![CDATA[Answer : Apache Cassandra is a high-performance provides database to manage large number of data among many commodity servers and then it is highly scalable]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="cassandra-database" class="color-purple">Cassandra database:</h2>
</div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li>Apache Cassandra is a high-performance provides database to manage large number of data among many commodity servers and then it is highly scalable.</li>
<li>It is a type of NoSQL database.</li>
<li>Apache Cassandra can be used for different applications.</li>
</ul>
</div>
</div>
<p><b>In activity-tracking and monitoring applications:</b></p>
<div class="Content">
<div class="hddn">
<ul>
<li>Numerous entertainment and media organisations use Cassandra to observe user activity based on movies, music, albums, artists or other parameters.</li>
</ul>
</div>
</div>
<p><b>In heavy write systems or in time-series-based applications:</b></p>
<div class="Content">
<div class="hddn">
<ul>
<li>Cassandra is best for heavy write systems .For example, data is logged for each request based on hits in web analytics, by type of browser, traffic sources, position, character, technology, tools, etc.</li>
</ul>
</div>
</div>
<div class="text-center row"></div>
<p><b>In social media analytics:</b></p>
<div class="Content">
<div class="hddn">
<ul>
<li>Cassandra is used by many social media providers to recognize the data and gives recommendations to their users.</li>
</ul>
</div>
</div>
<p><b>In product catalogues and retail applications:</b></p>
<div class="Content">
<div class="hddn">
<ul>
<li>A very popular use case of Cassandra is to show fast product catalog inputs and lookup, and in retail applications.</li>
</ul>
</div>
</div>
<p><b>Messaging:</b></p>
<div class="Content">
<div class="hddn">
<ul>
<li>Cassandra serves as the database backbone for countless mobile phone and message providers applications.</li>
</ul>
</div>
</div>
<div class="ImageContent">
<div class="hddn"><img decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/cassandra/what-is-the-cassandra-database.png" alt="what is the cassandra database" width="557" height="319" /></div>
</div>
<div class="TextHeading">
<div class="hddn">
<h2 id="what-is-the-use-of-cassandra" class="color-purple">What is the use of Cassandra?</h2>
</div>
</div>
<div class="ImageContent">
<div class="hddn"><img decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/cassandra/cap-theorem.gif" alt="cap theorem" width="581" height="307" /></div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li>Apache Cassandra is a high-performance provides database to manage large number of data among many commodity servers and then it is highly scalable.</li>
</ul>
</div>
</div>
<div class="ImageContent">
<div class="hddn"><img loading="lazy" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/cassandra/use-of-apache-cassandra.png" alt="Use of apache cassandra" width="590" height="200" /></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-use-of-cassandra-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the replica placement strategy in Cassandra ?</title>
		<link>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-replica-placement-strategy-in-cassandra/</link>
					<comments>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-replica-placement-strategy-in-cassandra/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 05:30:15 +0000</pubDate>
				<category><![CDATA[cassandra]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Allstate Solutions Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[apache cassandra tutorial]]></category>
		<category><![CDATA[AT&T interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[cassandra data replication]]></category>
		<category><![CDATA[cassandra datacenter replication]]></category>
		<category><![CDATA[cassandra dba interview questions]]></category>
		<category><![CDATA[cassandra interview questions]]></category>
		<category><![CDATA[cassandra interview questions and answers]]></category>
		<category><![CDATA[cassandra multi datacenter replication]]></category>
		<category><![CDATA[cassandra replication]]></category>
		<category><![CDATA[cassandra replication across data centers]]></category>
		<category><![CDATA[cassandra replication factor]]></category>
		<category><![CDATA[cassandra replication strategy]]></category>
		<category><![CDATA[cassandra ring architecture]]></category>
		<category><![CDATA[cassandra tutorial]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Conduent interview questions and answers]]></category>
		<category><![CDATA[Cvent interview questions and answers]]></category>
		<category><![CDATA[datastax cassandra architecture]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Ernst & Young interview questions and answers]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Indiabulls Technology Solutions Ltd interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Nagarro Software Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[Prokarma Softech Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[replication factor]]></category>
		<category><![CDATA[replication factor cassandra]]></category>
		<category><![CDATA[replication factor in cassandra]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Synechron Technologies Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[Tecnotree interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[Wipro interview questions and answers]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=438</guid>

					<description><![CDATA[Answer : Once you’ve absorbed that the strategy should fit the kind of environment you are placing your cluster in...]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="data-replication" class="color-purple" style="text-align: justify;">Data replication:</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Once you’ve absorbed that the strategy should fit the kind of environment you are placing your cluster in.</li>
<li>If you want to stay in one region of Amazon web services? You can either set yourself up as one dc per availability zone (AZ), or you can set up your cluster to use one dc and treat the AZs as racks.</li>
<li>Then you can replicate so that if an AZ goes down you won’t have a system problem, just some downed and unavailable servers.</li>
<li>If an AZ goes down (or a rack goes down) that all the copies of an important piece of data will be available.</li>
<li>You also are stuck with latency issues if you want to cross into a different region.</li>
<li>Your data has to replicate into the new region and if you went ‘simplestrategy’ you are going to have massive traffic trying to keep the database in sync.</li>
</ul>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn"></div>
</div>
<div class="ImageContent">
<div class="hddn" style="text-align: justify;"><img loading="lazy" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/cassandra/replica-placement-strategy-in-cassandra.png" alt="replica placement strategy in cassandra" width="399" height="256" /></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-replica-placement-strategy-in-cassandra/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the history of the Cassandra database ?</title>
		<link>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-history-of-the-cassandra-database/</link>
					<comments>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-history-of-the-cassandra-database/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 04:45:53 +0000</pubDate>
				<category><![CDATA[cassandra]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Allstate Solutions Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[apache cassandra]]></category>
		<category><![CDATA[apache cassandra certification]]></category>
		<category><![CDATA[apache cassandra history]]></category>
		<category><![CDATA[apache cassandra tutorial]]></category>
		<category><![CDATA[AT&T interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[cassandra architecture]]></category>
		<category><![CDATA[cassandra certification]]></category>
		<category><![CDATA[cassandra database for begineers]]></category>
		<category><![CDATA[cassandra database tutorial for beginners]]></category>
		<category><![CDATA[cassandra datastax]]></category>
		<category><![CDATA[cassandra dba training]]></category>
		<category><![CDATA[cassandra documentation]]></category>
		<category><![CDATA[cassandra history]]></category>
		<category><![CDATA[cassandra java api]]></category>
		<category><![CDATA[cassandra java insert example]]></category>
		<category><![CDATA[cassandra java maven example]]></category>
		<category><![CDATA[cassandra release history]]></category>
		<category><![CDATA[cassandra tutorial]]></category>
		<category><![CDATA[cassandra tutorial explaination]]></category>
		<category><![CDATA[cassandra tutorial for beginners]]></category>
		<category><![CDATA[cassandra tutorial java]]></category>
		<category><![CDATA[cassandra version history]]></category>
		<category><![CDATA[cassandra vs hadoop]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Technologies interview questions and answers]]></category>
		<category><![CDATA[Conduent interview questions and answers]]></category>
		<category><![CDATA[Cvent interview questions and answers]]></category>
		<category><![CDATA[datastax cassandra tutorial]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Ernst & Young interview questions and answers]]></category>
		<category><![CDATA[history of cassandra]]></category>
		<category><![CDATA[history of the cassandra database]]></category>
		<category><![CDATA[how to integrate cassandra with java application]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Indiabulls Technology Solutions Ltd interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[Nagarro Software Pvt. Ltd interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[Persistent Systems interview questions and answers]]></category>
		<category><![CDATA[Prokarma Softech Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Synechron Technologies Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[Tecnotree interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[Virtusa Consulting Services Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Wells Fargo interview questions and answers]]></category>
		<category><![CDATA[what is apache cassandra]]></category>
		<category><![CDATA[Wipro interview questions and answers]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=411</guid>

					<description><![CDATA[Answer : Amazon's dynamo and Prashant malik are written by Avinash Lakshman at first succeed Cassandra at Facebook to capable the Facebook inbox search purpose]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="history-of-the-cassandra-database" class="color-purple" style="text-align: justify;">History of the Cassandra database:</h2>
</div>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Amazon&#8217;s dynamo and Prashant malik are written by Avinash Lakshman at first succeed Cassandra at Facebook to capable the Facebook inbox search purpose.</li>
<li>In July 2008,Facebook published Cassandra as an open-source project on Google code.</li>
<li>In March 2009 it develop an Apache incubator project.</li>
<li>On february 17, 2010 it qualify to a top-ranking project.</li>
</ul>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img loading="lazy" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/cassandra/history-of-database.gif" alt="history of database" width="617" height="350" /></div>
</div>
<p style="text-align: justify;"><b>Releases after graduation include</b></p>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Added help for integrated caching, and Apache Hadoop MapReduce distributed 0.6 in Apr 12 2010.</li>
<li>Added secondary indexes and online schema changes distributed 0.7 in Jan 08 2011.</li>
<li>Added the Cassandra Query Language (CQL), self-tuning memTables, and help for zero-downtime upgrades distributed 0.8 in Jun 2 2011.</li>
<li>Added integrated compression, levelled compaction, and improved read-performance distributed 1.0 in Oct 17 2011,</li>
<li>Added self-tuning caches, row-level isolation, and support for mixed ssd/spinning disk deployments distributed 1.1 in Apr 23 2012,</li>
<li>Added clustering among virtual nodes, inter-node communication, atomic batches, and request tracing distributed 1.2 in Jan 2 2013,</li>
<li>Added lightweight transactions (based on the Paxos consensus protocol), triggers, improved compactions distributed 2.0 in Sep 4 2013,</li>
<li>In Sep 10 2014 publish 2.1</li>
<li>In July 20, 2015 publish 2.2</li>
<li>In November 11, 2015 publish 3.0</li>
<li>Monthly publish tick-tock like release model in 3.1 across 3.10. When even-numbered contain both bug fixes and new features while odd-numbered involve bug fixes only.</li>
<li>In June 23, 2017 publish 3.11 as a stable and it distributed series and bug fix from the last tick-tock characteristic publish.</li>
</ul>
</div>
</div>
<div class="ImageContent">
<div class="hddn" style="text-align: justify;"><img loading="lazy" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/cassandra/history-of-the-cassandra-database.png" alt="history of the cassandra database" width="728" height="546" /></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cassandra/what-is-the-history-of-the-cassandra-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
