Live data from Hacker News

Big Data Debate: HBase

informationweek.com

1–10 of 56 posts

Re: Big Data Debate: HBase

#4
NoSQL is my least favorite buzzword of the decade. It means absolutely nothing but being counter cultural to... SQL culture. Many NoSQL "databases"—and I use that in the lightest term possible—even have SQL engines.

Re: Big Data Debate: HBase

#7
some people even describe hbase as nosql, because its not sql right? unless you use cloudera impala, which is sql, but impala is supposed to kill sql too. in the end no one wins.

Re: Big Data Debate: HBase

#8
post #7

some people even describe hbase as nosql, because its not sql right? unless you use cloudera impala, which is sql, but impala is supposed to kill sql too. in the end no one wins.

> impala is supposed to kill sql too

I'm not sure what you mean by this, Impala is in no no way trying to replace "SQL". Impala is a general purpose distributed query engine that currently translates SQL to a query plan.

Post reply on HN