Apache Cassandra — threads and memory
Day 1 / / Track 3 / RUThe talk is about Apache Cassandra database internals, how does it look like from a Java developer point of view:
- How threads are organized, what thread pools exist, and how to monitor them. Does Cassandra use Disruptor?
- What kind of multithreading problems are solved in Apache Cassandra?
- Memory. Where are data stored in memory within Apache Cassandra: heap or off-heap? What data structures are used, how much memory is consumed, how to monitor it?
The talk is about recently released Apache Cassandra 4.0 and targeted at Java developers who create similar systems and to whom who use Apache Cassandra.