- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 134字
- 2021-07-02 22:42:01
Columnar databases
Columnar or column-oriented databases are based on columns. Data in a certain column in a two-dimensional relation is stored together.
Unlike relational databases, adding columns is inexpensive and is done on a row-by-row basis. Rows can have a different set of columns. Tables can benefit from this structure by eliminating the storage cost of the null values. This model is best suited for distributed databases.
HBase is one of the most famous columnar databases. It is based on the Google Bigtable storage system. Column-oriented databases are designed for huge data scenarios, so they scale up easily. For small datasets, HBase is not a suitable architecture. First, the recommended hardware topology for HBase is a five-node or server deployment. Also, it needs a lot of administration and is difficult to master and learn.
- 火格局的時(shí)空變異及其在電網(wǎng)防火中的應(yīng)用
- Learning Microsoft Azure Storage
- 網(wǎng)絡(luò)服務(wù)器架設(shè)(Windows Server+Linux Server)
- 實(shí)時(shí)流計(jì)算系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)
- MicroPython Projects
- 機(jī)艙監(jiān)測與主機(jī)遙控
- Blender Compositing and Post Processing
- 計(jì)算機(jī)網(wǎng)絡(luò)原理與技術(shù)
- Visual Basic.NET程序設(shè)計(jì)
- Excel 2007技巧大全
- PVCBOT機(jī)器人控制技術(shù)入門
- Azure PowerShell Quick Start Guide
- 教育機(jī)器人的風(fēng)口:全球發(fā)展現(xiàn)狀及趨勢
- WOW!Photoshop CS6完全自學(xué)寶典
- Natural Language Processing and Computational Linguistics