[
https://issues.apache.org/jira/browse/CASSANDRA-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923186#comment-13923186
]
Benedict commented on CASSANDRA-6689:
-------------------------------------
Whilst it would be nice to depend on an external project here, it doesn't
resolve the problem that it's heavier-weight on heap than what we can achieve
ourselves is. In CASSANDRA-6694 we really try to push the heap overhead to its
minimum, and every byte counts; also, we need an extra field we can manipulate
for maintaining the allocation list for GC, when we come to introduce it. So we
really do need control of it, otherwise we'll only get us as far as step 1.
> Partially Off Heap Memtables
> ----------------------------
>
> Key: CASSANDRA-6689
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6689
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Reporter: Benedict
> Assignee: Benedict
> Fix For: 2.1 beta2
>
> Attachments: CASSANDRA-6689-small-changes.patch
>
>
> Move the contents of ByteBuffers off-heap for records written to a memtable.
> (See comments for details)
--
This message was sent by Atlassian JIRA
(v6.2#6252)