Dealing with JVM limitations in Apache Cassandra (Fosdem 2012) The document discusses dealing with JVM limitations in Apache Cassandra. It identifies key pain points like garbage collection and platform-specific code. It then explores specific issues like fragmentation and offers solutions like arena allocation for memtables. The document also advocates for allowing more low-level access in Java t
