Is HBql trying to make HBase a relational store?

No. HBql attempts to support overlapping concepts with common SQL functionality, but where HBase functionality is unique, the HBql syntax is distinct. The goal is not to make HBase look or feel like a relational store. The goal is to just make using HBase a little easier by providing a well known, high-level syntax.

[top]