You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Anurag Awasthi <an...@gmail.com> on 2011/09/20 07:41:42 UTC

About LSM Trees

Hi,

I was reading about the LSM Trees in HBase and just had a couple of doubts,
(please correct me if I am wrong, and I most certainly can be, being very
new to HBase :) ) -

1. The trees use BTree indexing model for C1, C2 trees on Disk. So is this
the same Data Block Index and Metadata Block Index that are a part of an
HFile?
2. What is the level of 'k' (as a part of multi level LSM trees C0, C1,
C2...., Ck) that HBase is currently using.

Thanks in advance :)

Regards,
Anurag Awasthi