1. One region server can have more than one region for same table 2. Which one is correct:
a) Each region has one memstore( and all CF for this region will reside in this single memstore) and if memstore size reached its configured limit it will snapshot and flush... due to single CF all CF have to flush. b) Each region has n no. of CF and each CF has its own memstore. And when one CF's memstore get full it will snapshot and flush. And will not force to flush other CF. I read the current document some days before and now once again i got that doubts...
