You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/12 00:14:00 UTC

[jira] [Resolved] (HBASE-10288) make mvcc an (optional) part of KV serialization

     [ https://issues.apache.org/jira/browse/HBASE-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-10288.
-----------------------------------------
    Resolution: Incomplete

> make mvcc an (optional) part of KV serialization
> ------------------------------------------------
>
>                 Key: HBASE-10288
>                 URL: https://issues.apache.org/jira/browse/HBASE-10288
>             Project: HBase
>          Issue Type: Improvement
>          Components: HFile
>            Reporter: Sergey Shelukhin
>            Priority: Minor
>
> This has been suggested in HBASE-10241. Mvcc can currently be serialized in HFile, but the mechanism is... magical. We might want to make it a part of proper serialization of the KV. It can be done using tags, but we may not want the overhead given that it will be in many KVs, so it might require HFileFormat vN+1. Regardless, the external  mechanism would need to be removed while also preserving backward compat.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)