Sorry, I don't have much experience on unit test. The performance may not be good since this is my leisure time work, nor do I have good understanding for consistency. I really wanna help but for now it's maybe beyond my ability. I'm still digging the code of hbase too... :-)
HBase is quite HUGE to me... On Fri, Jul 6, 2012 at 10:32 AM, Ted Yu <[email protected]> wrote: > The following action allows me to compile your code: > > 551 cp ~/hbase-indexed/src/org/apache/hadoop/hbase/regionserver/*.java > src/main/java/org/apache/hadoop/hbase/regionserver/ > 552 mkdir src/main/java/org/apache/hadoop/hbase/regionserver/indexed > 553 cp > ~/hbase-indexed/src/org/apache/hadoop/hbase/regionserver/indexed/* > src/main/java/org/apache/hadoop/hbase/regionserver/indexed/ > > There is no unit test. Can you add some ? > > Do you have performance data: overhead for writing index, speedup in query > ? > > The most recent motion on this subject is HBASE-5723. > I still need to dig into your code. If you can comment on the level of > consistency guarantees for your design, that would be nice. > > Cheers > > On Thu, Jul 5, 2012 at 6:50 PM, fding hbase <[email protected]> wrote: > > > Hi all, > > > > I've implemented an indexing system. It needs refinement of course > > but I have my own work to do, so I decided to open it for everyone to > > access, modify and any improvement or ideas would be great. > > > > https://github.com/danix800/hbase-indexed > > > > -- > > > > Best Regards! > > > > Fei Ding > > [email protected] > > > -- Best Regards! Fei Ding [email protected]
