Answer following questions briefly:
-
What is NoSQL database?
-
How does data get stored in NoSQL database?
-
What is a column family in HBase?
-
How many maximum number of columns can be added to HBase table?
-
Why columns are not defined at the time of table creation in HBase?
-
How does data get managed in HBase?
-
What happens internally when new data gets inserted into HBase table?
The PDF document posted in this repository contains answers to above questions along with examples wherever necessary.