Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D4238DB00 for ; Wed, 21 Nov 2012 03:17:03 +0000 (UTC) Received: (qmail 17440 invoked by uid 500); 21 Nov 2012 03:17:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 17244 invoked by uid 500); 21 Nov 2012 03:17:00 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 17084 invoked by uid 99); 21 Nov 2012 03:16:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 03:16:59 +0000 Date: Wed, 21 Nov 2012 03:16:59 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <2022553551.10524.1353467819177.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-2376) Add special SnapshotScanner which presents view of all data at some time in the past MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501681#comment-13501681 ] Lars Hofhansl commented on HBASE-2376: -------------------------------------- HBASE-4071 is a bit misnamed. It introduces MIN_VERSIONS. So setting TTL and MIN_VERSIONS does give you exactly what you describe above (I think). > Add special SnapshotScanner which presents view of all data at some time in the past > ------------------------------------------------------------------------------------ > > Key: HBASE-2376 > URL: https://issues.apache.org/jira/browse/HBASE-2376 > Project: HBase > Issue Type: New Feature > Components: Client, regionserver > Affects Versions: 0.20.3 > Reporter: Jonathan Gray > Assignee: Pritam Damania > > In order to support a particular kind of database "snapshot" feature which doesn't require copying data, we came up with the idea for a special SnapshotScanner that would present a view of your data at some point in the past. The primary use case for this would be to be able to recover particular data/rows (but not all data, like a global rollback) should they have somehow been messed up (application fault, application bug, user error, etc.). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira