From 06d8a131202a5f2b1f2d23bd2bc2a2af5b68a1d6 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 15 Aug 2012 20:34:17 +0000 Subject: [PATCH] Add link to LarsH blog on HBase deletions git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1373619 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/book.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index 63bb18b8a0e..151a6c970bd 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -477,7 +477,9 @@ htable.put(put); tombstones themselves. . If the version you specified when deleting a row is larger than the version of any value in the row, then you can - consider the complete row to be deleted. + consider the complete row to be deletedSee Lars Hofhansl's blog on + Deletion in HBase + for an update on how deletes work.. Also see for more information on the internal KeyValue format.