Hi Paul, Very impressive Job! And I have a question, how do you handle a query which need to scan a whole table? e.g. query on a Non-indexed column.
Will the operation cost too much time? On Wed, Jan 6, 2010 at 4:49 AM, Paul Ambrose <[email protected]> wrote: > Hi, > > I have been working on an abstraction layer for HBase that I hope > HBase users will find helpful. > > Highlights include: > * A dialect of SQL for HBase (usable in the console, scripts, and code) > * JDBC bindings > * JDBC-like bindings that support annotated objects and generics > * Query Executors that make threaded result reading simple > * Simplified filter writing for server and/or client > * Index support > > HBql is a work in progress and I am open to feedback and suggestions. > I am still working on the docs, so the examples and javadocs are pretty > lame. > > Have a look at: http://www.hbql.com > > Cheers, > Paul > -- Best Regards Ken Yang [Yang ZhiYong]
