Author: mdrob
Date: Tue Apr 29 18:23:50 2014
New Revision: 1591047

URL: http://svn.apache.org/r1591047
Log:
CMS commit to accumulo by mdrob

Modified:
    accumulo/site/trunk/content/glossary.mdtext

Modified: accumulo/site/trunk/content/glossary.mdtext
URL: 
http://svn.apache.org/viewvc/accumulo/site/trunk/content/glossary.mdtext?rev=1591047&r1=1591046&r2=1591047&view=diff
==============================================================================
--- accumulo/site/trunk/content/glossary.mdtext (original)
+++ accumulo/site/trunk/content/glossary.mdtext Tue Apr 29 18:23:50 2014
@@ -39,5 +39,5 @@ Notice:    Licensed to the Apache Softwa
 - **scan** - reading a range of key/value pairs.
 - **tablet** - a contiguous key range; the unit of work for a tablet server.
 - **tablet servers** - a set of servers that hosts reads and writes for 
tablets.  Each server hosts a distinct set of tablets at any given time, but 
the tablets may be hosted by different servers over time.
-- **timestamp** - the portion of the key that controls versioning.  Otherwise 
identical keys with differing timestamps are considered to be versions of a 
single *cell*.  Accumulo can be configured to keep the *N* newest versions of 
each *cell*.  When a deletion entry is inserted, it deletes all earlier 
versions for its cell.
+- **timestamp** - the portion of the key that controls versioning. Otherwise 
identical keys with differing timestamps are considered to be versions of a 
single *cell*.  Accumulo can be configured to keep the *N* newest versions of 
each *cell*.  When a deletion entry is inserted, it deletes all earlier 
versions for its cell.
 - **value** - immutable bytes associated with a particular key.
\ No newline at end of file


Reply via email to