Woaaa this looks awesome! Questions follow * CREATE INDEX - works with vanilla Hbase or needs Transactional Hbase? Builds indexes as hbase tables? update triggers/scheduled rebuild of the indexes too?
* Query plans and optimization are now managed by HBQL? User doesn't have to worry about that? THANKS FOR MAKING THIS YOU STAR R -----Original Message----- From: Paul Ambrose [mailto:[email protected]] Sent: Tue 1/5/2010 9:49 PM To: [email protected] Subject: [Announce] HBql 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
