<?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>what is nosql database - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/what-is-nosql-database/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/what-is-nosql-database/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 04 Apr 2022 09:11:49 +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>what is nosql database - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/what-is-nosql-database/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What are the different types of NoSQL databases ? Give some examples</title>
		<link>https://www.wikitechy.com/interview-questions/mongodb/what-are-the-different-types-of-nosql-databases-give-some-examples/</link>
					<comments>https://www.wikitechy.com/interview-questions/mongodb/what-are-the-different-types-of-nosql-databases-give-some-examples/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 04 Apr 2022 09:11:49 +0000</pubDate>
				<category><![CDATA[mongodb]]></category>
		<category><![CDATA[advantages of nosql]]></category>
		<category><![CDATA[different types of nosql databases]]></category>
		<category><![CDATA[examples of nosql databases]]></category>
		<category><![CDATA[features of nosql]]></category>
		<category><![CDATA[list of nosql databases]]></category>
		<category><![CDATA[nosql database types]]></category>
		<category><![CDATA[types of nosql databases]]></category>
		<category><![CDATA[what is nosql database]]></category>
		<category><![CDATA[which of the following is not a valid nosql database]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4076</guid>

					<description><![CDATA[A Database, which stores data in a format different from relational databases, hence is known as NoSQL Database. NoSQL- “not only SQL” which pertains to the fact that either the database can store and manage data using “no SQL” at all. It can work in a combination that combines the flexibility of the newer method (NoSQL) with the strength of the traditional relational system (SQL). In [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li style="text-align: justify;">A Database, which stores data in a format different from relational databases, hence is known as NoSQL Database.</li>
<li style="text-align: justify;">NoSQL- “not only SQL” which pertains to the fact that either the database can store and manage data using “no SQL” at all.</li>
<li style="text-align: justify;">It can work in a combination that combines the flexibility of the newer method (NoSQL) with the strength of the traditional relational system (SQL).</li>
<li style="text-align: justify;">In NoSQL database, there are four types:</li>
</ul>
<ol style="text-align: justify;">
<li style="list-style-type: none;">
<ol>
<li style="text-align: justify;">Key value NoSQL database</li>
<li style="text-align: justify;">Document NoSQL database</li>
<li style="text-align: justify;">Column family NoSQL database</li>
<li style="text-align: justify;">Graph base NoSQL database</li>
</ol>
</li>
</ol>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4077" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-nosql-db.png" alt="" width="1183" height="958" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-nosql-db.png 1183w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-nosql-db-300x243.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-nosql-db-1024x829.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-nosql-db-768x622.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-nosql-db-390x316.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-nosql-db-820x664.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/types-of-nosql-db-1180x956.png 1180w" sizes="(max-width: 1183px) 100vw, 1183px" /></p>
<h4 id="key-value-nosql-database" style="text-align: justify;">Key value NoSQL database :</h4>
<ul style="text-align: justify;">
<li style="text-align: justify;">In NoSQL database this is the simplest type.</li>
<li style="text-align: justify;">In this type, the data is stored in the form of key/value pairs.</li>
<li style="text-align: justify;">The value can be a JSON, BLOB (Binary Large Objects), string, etc.</li>
<li style="text-align: justify;">It Stores maintain data as pair consisting of an index key and a value.</li>
<li style="text-align: justify;">The value in a key-value store can be anything: a string, a number, but also an entirely new set of key-value pairs encapsulated in an object.</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4078 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/keyvalue-nospql-db.png" alt="" width="660" height="595" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/keyvalue-nospql-db.png 660w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/keyvalue-nospql-db-300x270.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/keyvalue-nospql-db-390x352.png 390w" sizes="(max-width: 660px) 100vw, 660px" /></p>
<h4 id="document-nosql-database" style="text-align: justify;">Document NoSQL database :</h4>
<ul style="text-align: justify;">
<li>In this, the values are stored in structured documents like XML or JSON, and it is an extension of the simplicity of Key-Value stores.</li>
<li>In object-oriented software, Document stores make it easy to map Objects.</li>
<li>It does not support relations and allows us to store complex data in document formats (JSON, XML etc.).</li>
<li>There is no relational integrity, and Each document in the document store is independent.</li>
<li>It can be used for all use cases of a KV store database, and also data in each document can be in a different format.</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4081 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/document-nosql-db.png" alt="" width="560" height="413" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/document-nosql-db.png 560w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/document-nosql-db-300x221.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/document-nosql-db-390x288.png 390w" sizes="(max-width: 560px) 100vw, 560px" /></p>
<h4 id="column-family-nosql-database" style="text-align: justify;">Column family NoSQL database :</h4>
<ul style="text-align: justify;">
<li>It is developed to store and process very large amounts of data distributed over many machines.</li>
<li>The columns are arranged by column family, and they point to multiple columns.</li>
<li>It becomes high performance on aggregation queries like SUM, COUNT, AVG, MIN, etc.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4080 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/column-family-nosql-db-1.png" alt="" width="934" height="498" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/column-family-nosql-db-1.png 934w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/column-family-nosql-db-1-300x160.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/column-family-nosql-db-1-768x409.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/column-family-nosql-db-1-390x208.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/column-family-nosql-db-1-820x437.png 820w" sizes="(max-width: 934px) 100vw, 934px" /></p>
<h4 id="graph-base-nosql-database" style="text-align: justify;">Graph base NoSQL database :</h4>
<ul>
<li style="text-align: justify;">It is the storage of graph<em>&#8211;</em>oriented data structures and is used for specific purposes.</li>
<li style="text-align: justify;">A graph database is any storage system that provides index-free adjacency.</li>
<li style="text-align: justify;">No index lookups are necessary, and every node contains a direct pointer to its adjacent element.</li>
<li style="text-align: justify;">There is no need to define the types of edges and vertices because it usually comes with a flexible data model.</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4079" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/graph-nosql-db.png" alt="" width="871" height="698" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/graph-nosql-db.png 871w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/graph-nosql-db-300x240.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/graph-nosql-db-768x615.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/graph-nosql-db-390x313.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/04/graph-nosql-db-820x657.png 820w" sizes="(max-width: 871px) 100vw, 871px" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/mongodb/what-are-the-different-types-of-nosql-databases-give-some-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
