This document summarizes several Cassandra anti-patterns including: - Using a non-Oracle JVM which is not recommended. - Putting the commit log and data directories on the same disk which can impact performance. - Using EBS volumes on EC2 which can have unpredictable performance and throughput issues. - Configuring overly large JVM heaps over 16GB which can cause garbage collection issues. - Performing large batch mutations in a single operation which risks timeouts if not broken into smaller batches.