Friday, August 16, 2019

HBase Write

When a write is made, by default, it goes into two places:
  • write-ahead log (WAL), HLog, and
  • in-memory write buffer, MemStore.
Clients don't interact directly with the underlying HFiles during writes, rather writes goes to WAL & MemStore in parallel. Every write to HBase requires confirmation from both the WAL and the MemStore.

No comments:

Post a Comment

Lab 09: Publish and subscribe to Event Grid events

  Microsoft Azure user interface Given the dynamic nature of Microsoft cloud tools, you might experience Azure UI changes that occur after t...