LSM tree, SSTable and fractal tree

2014-02-28 Thread Vimal Jain
Hi, Which one of the storage structure does hbase uses ? Is it LSM tree , SSTable or fractal tree ? -- Thanks and Regards, Vimal Jain

Re: LSM tree, SSTable and fractal tree

2014-02-28 Thread Shahab Yunus
http://www.slideshare.net/jaxlondon2012/hbase-advanced-lars-george http://hortonworks.com/hadoop/hbase/ Regards, Shahab On Fri, Feb 28, 2014 at 8:36 AM, Vimal Jain wrote: > Hi, > Which one of the storage structure does hbase uses ? Is it LSM tree , > SSTable or fractal tree ? > > -- > Thanks a

Re: LSM tree, SSTable and fractal tree

2014-02-28 Thread yonghu
Hbase uses LSM tree and SStable, not sure for fractal tree On Fri, Feb 28, 2014 at 2:57 PM, Shahab Yunus wrote: > http://www.slideshare.net/jaxlondon2012/hbase-advanced-lars-george > http://hortonworks.com/hadoop/hbase/ > > Regards, > Shahab > > > On Fri, Feb 28, 2014 at 8:36 AM, Vimal Jain wro

Re: LSM tree, SSTable and fractal tree

2014-02-28 Thread Vimal Jain
Where can i get more information about these structures ? Thanks and Regards, Vimal Jain On Feb 28, 2014 8:07 PM, "yonghu" wrote: > Hbase uses LSM tree and SStable, not sure for fractal tree > > > On Fri, Feb 28, 2014 at 2:57 PM, Shahab Yunus >wrote: > > > http://www.slideshare.net/jaxlondon201

Re: LSM tree, SSTable and fractal tree

2014-02-28 Thread Ted Yu
Please read http://hbase.apache.org/book.html#hfile On Fri, Feb 28, 2014 at 8:27 AM, Vimal Jain wrote: > Where can i get more information about these structures ? > > Thanks and Regards, > Vimal Jain > On Feb 28, 2014 8:07 PM, "yonghu" wrote: > > > Hbase uses LSM tree and SStable, not sure for