This document compares HBase and Cassandra, two NoSQL databases, in terms of their performance, scalability, availability, and reliability using the Yahoo Cloud Serving Benchmark (YCSB). HBase is characterized by its consistent, distributed storage system with strong support for Hadoop, while Cassandra offers linear scalability and continuous availability through its peer-to-peer architecture. The research concludes that Cassandra is generally more efficient and stable than HBase across various operations.