Q&A
Ask and answer questions to make information more available to wider audiences.
Jesse Shurdot @shurdotjesse   08, Jun 2023 12:00 AM
schema-less database
Why Hbase is a schema-less database?
answers 1
 
Answer 1
Addyson Neil @neiladdyson   13, Jun 2023 10:54 PM
This is because the users need not worry about defining the data prior to the time. You only need to define the column family name and nothing else. This makes the Hbase a schema-less database.