91-9990449935 0120-4256464 |
HBase WriteWhen a write is made, by default, it goes into two places:
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.
Next TopicHBase MemStore
|