blob: a8e13c39ea07fea184df007cb234f8e945dddd99 [file] [log] [blame]
---
layout: docpage
title: "Documentation"
is_homepage: false
is_sphinx_doc: true
doc-title: "Glossary"
doc-header-links: '
<link rel="top" title="Apache Cassandra Documentation v4.0-rc1" href="index.html"/>
'
doc-search-path: "search.html"
extra-footer: '
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: "",
VERSION: "",
COLLAPSE_INDEX: false,
FILE_SUFFIX: ".html",
HAS_SOURCE: false,
SOURCELINK_SUFFIX: ".txt"
};
</script>
'
---
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
<div class="doc-navigation">
<div class="doc-menu" role="navigation">
<div class="navbar-header">
<button type="button" class="pull-left navbar-toggle" data-toggle="collapse" data-target=".sidebar-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse sidebar-navbar-collapse">
<form id="doc-search-form" class="navbar-form" action="search.html" method="get" role="search">
<div class="form-group">
<input type="text" size="30" class="form-control input-sm" name="q" placeholder="Search docs">
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</div>
</form>
<ul>
<li class="toctree-l1"><a class="reference internal" href="getting_started/index.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="new/index.html">New Features in Apache Cassandra 4.0</a></li>
<li class="toctree-l1"><a class="reference internal" href="architecture/index.html">Architecture</a></li>
<li class="toctree-l1"><a class="reference internal" href="cql/index.html">The Cassandra Query Language (CQL)</a></li>
<li class="toctree-l1"><a class="reference internal" href="data_modeling/index.html">Data Modeling</a></li>
<li class="toctree-l1"><a class="reference internal" href="configuration/index.html">Configuring Cassandra</a></li>
<li class="toctree-l1"><a class="reference internal" href="operating/index.html">Operating Cassandra</a></li>
<li class="toctree-l1"><a class="reference internal" href="tools/index.html">Cassandra Tools</a></li>
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a></li>
<li class="toctree-l1"><a class="reference internal" href="development/index.html">Contributing to Cassandra</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq/index.html">Frequently Asked Questions</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins/index.html">Third-Party Plugins</a></li>
<li class="toctree-l1"><a class="reference internal" href="bugs.html">Reporting Bugs</a></li>
<li class="toctree-l1"><a class="reference internal" href="contactus.html">Contact us</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="col-md-8">
<div class="content doc-content">
<div class="content-container">
<dl class="glossary docutils">
</dl>
<div class="section" id="glossary">
<h1>Glossary<a class="headerlink" href="#glossary" title="Permalink to this headline">ΒΆ</a></h1>
<blockquote>
<div><dl class="docutils">
<dt>Cassandra</dt>
<dd>Apache Cassandra is a distributed, high-available, eventually consistent NoSQL open-source database.</dd>
<dt>cluster</dt>
<dd>Two or more database instances that exchange messages using the gossip protocol.</dd>
<dt>commitlog</dt>
<dd>A file to which the database appends changed data for recovery in the event of a hardware failure.</dd>
<dt>datacenter</dt>
<dd>A group of related nodes that are configured together within a cluster for replication and workload segregation purposes.
Not necessarily a separate location or physical data center. Datacenter names are case-sensitive and cannot be changed.</dd>
<dt>gossip</dt>
<dd>A peer-to-peer communication protocol for exchanging location and state information between nodes.</dd>
<dt>hint</dt>
<dd>One of the three ways, in addition to read-repair and full/incremental anti-entropy repair, that Cassandra implements the eventual consistency guarantee that all updates are eventually received by all replicas.</dd>
<dt>listen address</dt>
<dd>Address or interface to bind to and tell other Cassandra nodes to connect to</dd>
<dt>seed node</dt>
<dd>A seed node is used to bootstrap the gossip process for new nodes joining a cluster. To learn the topology of the ring, a joining node contacts one of the nodes in the -seeds list in cassandra. yaml. The first time you bring up a node in a new cluster, only one node is the seed node.</dd>
<dt>snitch</dt>
<dd>The mapping from the IP addresses of nodes to physical and virtual locations, such as racks and data centers. There are several types of snitches.
The type of snitch affects the request routing mechanism.</dd>
<dt>SSTable</dt>
<dd>An SSTable provides a persistent,ordered immutable map from keys to values, where both keys and values are arbitrary byte strings.</dd>
</dl>
</div></blockquote>
</div>
</div>
</div>
</div>
</div>
</div>