Dremel is an ad-hoc query engine developed by Google. Google BigQuery is the external implementation of Google's internal tool Dremel. Use this tag for questions related to Dremel and use the google-bigquery tag for questions about BigQuery.
Dremel is an ad-hoc query engine developed by Google. Google BigQuery is the external implementation of Google's internal tool Dremel.
Dremel was designed for interactive queries and provides excellent response time due to it's tree-based architecture.
References
- Whitepaper Dremel: Interactive Analysis of Web-Scale Datasets
- An Inside Look at Google BigQuery
- Slideshare - Google's Dremel
Related Tags
- google-bigquery
- apache-drill open-source implementation of Dremel
- impala open-source query engine inspired by Dremel