HBASE-5286 Added pointer to Lars Hofhansl's blog describing his attempt at adding a '...column prefix delete marker'

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1238843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-01-31 22:44:20 +00:00
parent b246e68435
commit 11446b1bd6
1 changed files with 3 additions and 1 deletions

View File

@ -446,7 +446,9 @@ htable.put(put);
<section xml:id="version.delete">
<title>Delete</title>
<para>There are three different types of internal delete markers:
<para>There are three different types of internal delete markers
<footnote><para>See Lars Hofhansl's blog for discussion of his attempt
adding another, <link xlink:href="http://hadoop-hbase.blogspot.com/2012/01/scanning-in-hbase.html">Scanning in HBase: Prefix Delete Marker</link></para></footnote>:
<itemizedlist>
<listitem><para>Delete: for a specific version of a column.</para>
</listitem>