NoSQL database model that stores data in column families rather than rows. Like organizing information by categories where each category can have different attributes.
Social media platforms use column family databases to efficiently store user profiles with varying amounts of information.
Column-family databases store data by row key with flexible, sparse columns grouped into families. AWS Keyspaces and Azure Managed Cassandra provide managed Apache Cassandra (wide-column/column-family). GCP Cloud Bigtable is a managed wide-column store inspired by Bigtable. OCI NoSQL Database is a managed NoSQL key-value/document service (not a pure column-family model) but is often used for similar high-scale, low-latency access patterns.