Does this help: http://hadoop-hbase.blogspot.com/2012/01/scanning-in-hbase.html ?
________________________________ From: S Ahmed <[email protected]> To: [email protected] Sent: Sunday, January 13, 2013 7:24 AM Subject: best read path explanation What is the best hbase read path explanation? I understand that hbase stores data and doesn't allow for mutations, so I'm confused as to how a read can get the latest data? I'm guessing there are merges done between the immutable file stores, and in-memory stores?
