[
https://issues.apache.org/jira/browse/HBASE-10713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938973#comment-13938973
]
ASF GitHub Bot commented on HBASE-10713:
----------------------------------------
GitHub user carp84 opened a pull request:
https://github.com/apache/hbase/pull/9
Trunk
Hi Anoop, this is Yu Li, could you give me the pull access of your trunk
code for HBASE-10713? Thanks. :-)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoopsjohn/hbase trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hbase/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit 05a71880d47bf6621864cff55210334471ef63ff
Author: anoopsjohn <[email protected]>
Date: 2014-03-16T18:35:53Z
HBASE-10713
commit 4379549009db0fe46480b040e239392e876ee689
Author: anoopsjohn <[email protected]>
Date: 2014-03-17T09:19:42Z
HBASE-10713
commit dfb7f12ca658a432f2d6a8da75fd189b1db8bc62
Author: anoopsjohn <[email protected]>
Date: 2014-03-17T10:43:00Z
HBASE-10713
----
> A MemStore implementation with in memory flushes to CellBlocks
> --------------------------------------------------------------
>
> Key: HBASE-10713
> URL: https://issues.apache.org/jira/browse/HBASE-10713
> Project: HBase
> Issue Type: New Feature
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 0.99.0
>
>
> After HBASE-10648 we can plugin any implementation for MemStore. This issue
> aims at coming up with an implementation, in which we will have in between in
> memory flushes. This will reduce the need to keep lots of KVs in heap as well
> as in CSLM. CSLM perform poor when no# items in it increases. We can keep
> create CellBlocks (contigous byte[] like HFile block) out of KVs and keep it
> as one object rather than many KVs. At some point in time, MemStore might
> have N CellBlocks and one CSLM.
> These in memory CellBlocks can be compacted to one bigger block in between.
> We can target that in follow on tasks once the basic code is ready.
--
This message was sent by Atlassian JIRA
(v6.2#6252)