[
https://issues.apache.org/jira/browse/HBASE-15273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15147515#comment-15147515
]
Dinesh S. Atreya commented on HBASE-15273:
------------------------------------------
{panel:title=MVCC Timestamp based}
Sample is given below for illustration.
|| Data ID || Activity || Data Create Time || Data Expiry Time ||
Comments ||
| 1 | Insert | T1 | MAX_TIME_VAL | Conventionally MAX_TIME_VAL
is null.
In order to maintain update size, MAX_TIME_VAL is pre-seeded for our purposes. |
| 1 | Delete | T1 | T2 | Marked as delete when time was T2. |
| 2 | Update (old Delete) | T3 | T4 | Mark old data is DELETE |
| 2 | Update (new insert) | T4 | MAX_TIME_VAL | Insert new data. |
{panel}
> Advance Hadoop Architecture (AHA) - Advance HBase (Umbrella) JIRA
> -----------------------------------------------------------------
>
> Key: HBASE-15273
> URL: https://issues.apache.org/jira/browse/HBASE-15273
> Project: HBase
> Issue Type: New Feature
> Reporter: Dinesh S. Atreya
>
> Link to Umbrella JIRA
> https://issues.apache.org/jira/browse/HADOOP-12620
> See
> https://issues.apache.org/jira/browse/HADOOP-12620?focusedCommentId=15046300&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15046300
> for more details.
> This JIRA is an umbrella (parent/master) JIRA for advancing HBase given
> https://issues.apache.org/jira/browse/HDFS-9607.
> This JIRA contemplates on enhancing HBase to support HBase updates subsequent
> to https://issues.apache.org/jira/browse/HDFS-9607. Following benefits are
> estimated to accrue in the following dimensions with the addition of HBase
> updates
> * Performance and Efficiency -- HBase updates will have a direct impact on
> performance and efficiency by reducing the number of duplicate data since the
> existing data can be updated.
> * Availability -- Minimize or eliminate Compactions. When compactions are
> needed to be done, they can be done in a transparent manner in the
> background.
> In addition MVCC capability can be added in due course.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)