Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Wide-column store

From Wikipedia, the free encyclopedia
(Redirected fromWide column store)
Type of database

Awide-column store (orextensible record store) is a type ofNoSQLdatabase.[1] It uses tables, rows, and columns, but unlike arelational 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-dimensionalkey–value store.[1]Google's Bigtable is one of the prototypical examples of a wide-column store.[2]

Wide-column stores versus columnar databases

[edit]
[icon]
This sectionneeds expansion. You can help byadding to it.(January 2024)

Wide-column stores such asBigtable andApache Cassandra are notcolumn stores in the original sense of the term, since their two-level structures do not use a columnar data layout. In genuine column stores, a columnar data layout is adopted such that each column is stored separately on disk. Wide-column stores do often support the notion ofcolumn families that are stored separately. However, each such column family typically contains multiple columns that are used together, similar to traditional relational database tables. Within a given column family, all data is stored in a row-by-row fashion, such that the columns for a given row are stored together, rather than each column being stored separately.

Wide-column stores that support column families are also known ascolumn family databases.[citation needed]

Notable examples

[edit]

Notable wide-column stores[3] include:

References

[edit]
  1. ^abWide Column Stores. DB-Engines Encyclopedia.
  2. ^Chang, et al. (2006).Bigtable: A Distributed Storage System for Structured Data.
  3. ^DB-Engines Ranking of Wide Column Stores.
Types
Concepts
Objects
Components
Functions
Related topics


Stub icon

This computing article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Wide-column_store&oldid=1306202636"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp