What is HBase? HBase

Source: Internet
Author: User
Tags columnar database

What is HBase? HBase

Classic explanation: http://www.cnblogs.com/skyme/archive/2012/07/25/2608310.html

 

HBase: Non-relational databases; distributed databases; HDFS-based minimum storage unit, which is a file storage. Column storage. (Relational databases belong to row-store)

NoSql: not only SQL non-Relational Data

 

Column storage:

Http://baike.baidu.com/link? Url = MYn7JjlF_6vNUAIh30U6zKSq8FhkPCfKlT6tDTHI2L55aMKVTTn1ZCXdvQexZHf-ckSXqr1G67cKLoyfSObXnq

 

 

A row-based database stores data values in a row, stores the data in the next row, and so on. 1, Smith, Joe, 40000; 2, Jones, Mary, 50000; 3, Johnson, Cathy, 44000; a columnar database stores data values in a column together, then store the data in the next column, and so on. 1, 2, 3; Smith, Jones, Johnson; Joe, Mary, Cathy; 44000,; this is a simplified statement. Representatives of columnar databases include Sybase IQ, infobright, infiniDB, GBase 8a, ParAccel, Sand/DNA Analytics, and Vertica.

 

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.