Bigtable: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf =Internal= * NoSQL =Overview=")
 
Line 4: Line 4:
* [[NoSQL#NOSQL_Databases|NoSQL]]
* [[NoSQL#NOSQL_Databases|NoSQL]]
=Overview=
=Overview=
Bigtable is a distributed storage system for managing structured data that is designed to scale to a very large size - petabytes of data across thousands of commodity servers.
The data model is different from a classic [[Relational_Databases|relational model]]: columns do not need to be predefined and rows can be added with any set of columns.

Revision as of 22:21, 7 November 2021

External

Internal

Overview

Bigtable is a distributed storage system for managing structured data that is designed to scale to a very large size - petabytes of data across thousands of commodity servers.

The data model is different from a classic relational model: columns do not need to be predefined and rows can be added with any set of columns.