Jump to content

Wide-column store

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 88.0.247.18 (talk) at 17:35, 16 November 2017 (Example Databases). 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