In this post we discuss what HBase users should know about one of the internal parts of HBase: the Memstore. Understanding underlying processes related to Memstore will help to configure HBase cluster towards better performance. HBase MemstoreLet’s take a look at the write and read paths in HBase to understand what Memstore is, where how and why it is used. Memstore Usage in HBase Read/Write Paths