Opening book details…
Can I read HBase Storage Architecture Overview on EtoBox?
HBase Storage Architecture Overview by Amir Riaz is a document available to read on EtoBox.
What is HBase Storage Architecture Overview about?
HBase stores data in two main types of files - write-ahead log (WAL) files and HFiles. The WAL files store data writes sequentially for crash recovery, while HFiles store the actual data in HDFS blocks. When a client writes data, it is first written to the WAL, then stored in an HRegion
- Author
- Amir Riaz
- Language
- EN