Dmitry Konstantinov created CASSJAVA-91:
-------------------------------------------

             Summary: Document offheap memory used by Cassandra
                 Key: CASSJAVA-91
                 URL: https://issues.apache.org/jira/browse/CASSJAVA-91
             Project: Apache Cassandra Java driver
          Issue Type: Improvement
          Components: Documentation
            Reporter: Dmitry Konstantinov


There are many places where Cassandra uses offheap memory and several methods 
to do it, it would be nice to have a summary doc about this usage.

A draft version:
||Case||Off-heap memory type||Way to monitor||Related configuration||
|offheap_buffers memtables|Direct buffer| | |
|offheap_object memtables|Native allocator| | |
|Chunk cache| | | |
|Hints| | | |
|Repair Merkle trees| | | |
|Bloom filters|Native allocator| | |
|Index summaries|Native allocator| | |
|Compression metadata|Native allocator| | |
|Direct IO commitlog | | | |
|Compression| | | |
|Netty PooledByteBufAllocator|Unsafe.allocateMemory| | |
| | | | |
| | | | |



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to