In HBase, what is the purpose of the HBase Write-Ahead Log (WAL)?
A. Join records from multiple tables
B. Group records based on a condition
C. Record changes to data before they are applied to the HBase table
D. Sort records based on a column
Answer: Option C

Join The Discussion