Jump to content

Wide-column store

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 208.91.114.4 (talk) at 22:35, 5 December 2017 (punctuation). 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]

Example Databases

Some example Wide Column Stores include:

References