<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Distributed_data_store</id>
	<title>Distributed data store - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Distributed_data_store"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Distributed_data_store&amp;action=history"/>
	<updated>2026-06-10T17:36:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Distributed_data_store&amp;diff=4554&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;A '''distributed data store''' is a computer network where information is stored on more than one node, often in a Replication (computing)|replicat...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Distributed_data_store&amp;diff=4554&amp;oldid=prev"/>
		<updated>2019-05-13T03:50:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A &amp;#039;&amp;#039;&amp;#039;distributed data store&amp;#039;&amp;#039;&amp;#039; is a &lt;a href=&quot;/index.php?title=Computer_network&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Computer network (page does not exist)&quot;&gt;computer network&lt;/a&gt; where information is stored on more than one &lt;a href=&quot;/index.php?title=Node_(networking)&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Node (networking) (page does not exist)&quot;&gt;node&lt;/a&gt;, often in a Replication (computing)|replicat...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A '''distributed data store''' is a [[computer network]] where information is stored on more than one [[Node (networking)|node]], often in a [[Replication (computing)|replicated]] fashion. It is usually specifically used to refer to either a [[distributed database]] where users store information on a ''number of nodes'', or a [[computer network]] in which users store information on a ''number of peer network nodes''.&lt;br /&gt;
&lt;br /&gt;
==Distributed databases==&lt;br /&gt;
[[Distributed database]]s are usually [[non-relational database]]s that make a quick access to data over a large number of nodes possible. Some distributed databases expose rich query abilities while others are limited to a [[key-value store]] semantics. Examples of limited distributed databases are [[Google]]'s [[BigTable]], which is much more than a [[distributed file system]] or a [[peer-to-peer network]], [[Amazon.com|Amazon]]'s [[Dynamo (storage system)|Dynamo]]&lt;br /&gt;
and [[Azure Services Platform|Windows Azure Storage]].&lt;br /&gt;
&lt;br /&gt;
As the ability of arbitrary querying is not as important as the [[availability]], designers of distributed data stores have increased the latter at an expense of consistency. But the high-speed read/write access results in reduced consistency, as it is not possible to have both [[Consistency (database systems)|consistency]], availability, and partition tolerance of the network, as it has been proven by the [[CAP theorem]].&lt;br /&gt;
&lt;br /&gt;
==Peer network node data stores==&lt;br /&gt;
In peer network data stores, the user can usually reciprocate and allow other users to use their computer as a storage node as well. Information may or may not be accessible to other users depending on the design of the network.&lt;br /&gt;
&lt;br /&gt;
Most [[peer-to-peer]] networks do not have distributed data stores in that the user's data is only available when their node is on the network. However, this distinction is somewhat blurred in a system such as [[BitTorrent (protocol)|BitTorrent]], where it is possible for the originating node to go offline but the content to continue to be served. Still, this is only the case for individual files requested by the redistributors, as contrasted with a network such as [[Freenet]] where all computers are made available to serve all files.&lt;br /&gt;
&lt;br /&gt;
Distributed data stores typically use an [[error detection and correction]] technique.&lt;br /&gt;
Some distributed data stores (such as [[Parchive]] over NNTP) use [[forward error correction]] techniques to recover the original file when parts of that file are damaged or unavailable.&lt;br /&gt;
Others try again to download that file from a different mirror.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Distributed non-relational databases===&lt;br /&gt;
* [[Aerospike database|Aerospike]]&lt;br /&gt;
* [[Apache Cassandra]], former data store of [[Facebook]]&lt;br /&gt;
* [[Apache Ignite]]&lt;br /&gt;
* [[BigTable]], the data store of [[Google]]&lt;br /&gt;
* [[CrateIO]]&lt;br /&gt;
* [[Druid (open-source data store)]], used by [[Netflix]], [[Yahoo]] and others&lt;br /&gt;
* [[Dynamo (storage system)|Dynamo]] of [[Amazon.com|Amazon]]&lt;br /&gt;
* [[Hazelcast]]&lt;br /&gt;
* [[HBase]], current data store of Facebook's Messaging Platform&lt;br /&gt;
* [[Couchbase]], data store used by [[LinkedIn]], [[Paypal]], [[Ebay]] and others.&lt;br /&gt;
* [[MongoDB]]&lt;br /&gt;
* [[Riak]]&lt;br /&gt;
* [[Hypertable]], from [[Baidu]]&lt;br /&gt;
* [[Voldemort (distributed data store)|Voldemort]], data store used by [[LinkedIn]]&lt;br /&gt;
&lt;br /&gt;
===Peer network node data stores===&lt;br /&gt;
* [[BitTorrent (protocol)|BitTorrent]]&lt;br /&gt;
* [[Blockchain (database)]]&lt;br /&gt;
* [[Chord project]]&lt;br /&gt;
* [[GNUnet]]&lt;br /&gt;
* [[Freenet]]&lt;br /&gt;
* Unity, of the software [[Perfect Dark (P2P)|Perfect Dark]]&lt;br /&gt;
* [[Mnet (Computer program)|Mnet]]&lt;br /&gt;
* [[Network News Transfer Protocol|NNTP]] (the distributed data storage protocol used for [[Usenet]] news)&lt;br /&gt;
* [[Storage@home]]&lt;br /&gt;
* [[Tahoe-LAFS]]&lt;br /&gt;
* [[InterPlanetary File System|IPFS]]&lt;br /&gt;
* [[ZeroNet]]&lt;br /&gt;
* [[SiaCoin|Sia]]&lt;br /&gt;
* [[STORJ|Storj]]&lt;br /&gt;
* [[MaidSafe]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative storage cloud]]&lt;br /&gt;
* [[Data store]]&lt;br /&gt;
* [[Distributed file system]]&lt;br /&gt;
* [[Keyspace (distributed data store)|Keyspace]], the DDS [[Schema (database)|schema]]&lt;br /&gt;
* [[Peer-to-peer]]&lt;br /&gt;
* [[Distributed hash table]]&lt;br /&gt;
* [[Distributed cache]]&lt;br /&gt;
* [[Cyber Resilience]]&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://wikipedia.org/ http://wikipedia.org/]&lt;br /&gt;
[[Category:Data storage]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>