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/11 18:46:00 UTC

[jira] [Resolved] (HBASE-11351) Experiments with OffHeap memstores

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

Andrew Kyle Purtell resolved HBASE-11351.
-----------------------------------------
    Resolution: Abandoned

> Experiments with OffHeap memstores
> ----------------------------------
>
>                 Key: HBASE-11351
>                 URL: https://issues.apache.org/jira/browse/HBASE-11351
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Priority: Major
>         Attachments: 11351-0.94-v2.txt, 11351-0.94-v3.txt, 11351-0.94.txt
>
>
> I have been experimenting with offheap memstores using an offheap BTree implementation of ConcurrentMap provided by MapDB (www.mapdb.org)
> So far I hooked this up in an experimental way with inefficient serialization (in the sense that due to our special usage of the set api we need to back the set by a map, which in the off heap case means we need to serialize and store the value twice. It is used as key and value). But it works.
> It's quite a bit slower and due to need to deserialize upon scan it produces *more* short term garbage.
> Let's use this issue to discuss.



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