Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

hosted BigQuery instance

Is there any way I can host big query software on my company server? The company does not want the data to be anywhere else other than own data center.

What are BigQuery alternatives? (cloud as well as hosted)

like image 508
shantanuo Avatar asked Nov 22 '25 01:11

shantanuo


2 Answers

Is there any way I can host big query software on my company server?

Google Big Query is an implementation of the Google Dremel Paper, but is offered as a service and is not available as a software to be installed in-premise.

What are big query alternatives? (cloud as well as hosted)

Apache Drill is an implementation of the above mentioned Dremel, but has just started and might take some time to materialize.

Cloudera has recently announced Imapala for real-time queries on Hadoop. Check the blog for more details.

Would be interested to know some other alternatives for real-time queries on Big Data.

Edit : Here is an interesting article from InfoWorld on the same.

like image 191
Praveen Sripati Avatar answered Nov 23 '25 17:11

Praveen Sripati


Hive and Pig are two common solutions to making a queryable system, but since you mentioned Google's Big Query, I assume you mean real-time queries.

In addition to the real-time solutions mentioned by Praveen, there are some workarounds to making other column-oriented solutions faster by writing redundant stores, in a normalized fashion. Think of it this way: You can 'pre-join' the data in a column family, as long as you understand that you're trading fast access against excess volume and slower insertion speed.

-t.

like image 37
Tristan Reid Avatar answered Nov 23 '25 17:11

Tristan Reid



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!