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 column groups (families) optimized for wide, sparse rows and high write/read throughput. AWS Keyspaces and Azure Cosmos DB (Cassandra API) provide managed Cassandra-compatible column-family stores. Google Cloud Bigtable is a managed wide-column (column-family) database inspired by Bigtable. OCI NoSQL Database is a managed NoSQL key-value/document service (not a column-family store), but it can be used for some similar high-scale lookup workloads.