Hi all, I'm new to Hbase and consider using it as a replcaement to a RDBMS such as MySQL due to increasing scalability and storage requirements. My main concern is whether the limited query language in HBase would not be an obstacle to migrate - all I saw in the API where scanners that iterate by key ranges and simple getters which are far less expressive than SQL. Am I missing something ?
Thanks in Advance, Shimon
