Q&A
Ask and answer questions to make information more available to wider audiences.
Victor Sifford @siffordvictor95   08, Jun 2023 12:00 AM
write data in the Hbase
What is the procedure to write data in the Hbase?
answers 1
 
Answer 1
Addyson Neil @neiladdyson   13, Jun 2023 10:55 PM
During any modification or change in the data, it is first sent to a commit log which is also known as WAL. It is after this the data is stored in the memory. In case the data exceed the defined limit, the same is transferred to the disk as an Hfile. The users are free to discard the commit logs and can proceed with the stored data.