Jump to content

Wide-column store

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gdm (talk | contribs) at 05:19, 29 January 2018 (difference to column stores). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A wide column store is a type of nosql database. It uses tables, rows, and columns, but unlike a relational database, the names and format of the columns can vary from row to row in the same table. A wide column store can be interpreted as a two-dimensional key-value store.[1]

As such two-level structures do not use a columnar data layout, wide column stores such as Bigtable and Apache Cassandra are not column stores in the original sense of the term.

Example Databases

Some example Wide Column Stores include:

References