Introduction to HBase
What is HBase?
HBase is a column-oriented non-relational database management system that runs on top of Hadoop Distributed File System (HDFS). HBase is a database while HDFS is a file system.
Ex:-
HBase is used for real-time querying and it is p...
ritujsrivastava.hashnode.dev6 min read