Which description best matches Apache Cassandra as commonly presented in Big Data NoSQL syllabi?
Select an answer to reveal the explanation.
Short Explanation
Cassandra is the peer-to-peer wide-column workhorse you hear about in Big Data class. Nodes share the load instead of one lonely master doing everything. Think distributed columns, not a desktop spreadsheet.
Full Explanation
Cassandra is widely taught as a distributed wide-column NoSQL database with a peer-oriented process model rather than a single primary bottleneck. Data and request handling spread across cluster nodes for scale and resilience. That architecture differs sharply from single-node spreadsheets or classic centralized RDBMS masters. Syllabus-level awareness of Cassandra helps practitioners place wide-column civic workloads correctly.