Drill is a database system designed for Big Data exploration. It is an open-source, distributed SQL query system based on Google's Dremel query system, and its design features a columnar execution engine. Drill is the only distributed SQL engine in the world that does not require schemas. It supports many NoSQL databases and file systems, with the ability for a single query to join data from multiple datastores.[05][04][01]
- Website
- https://drill.apache.org[01]
- Source Code
- https://github.com/apache/drill[02]
- Tech Docs
- https://drill.apache.org/docs/[03]
- Developer
- Country of Origin
- US
- Start Year
- 2012 [06]
- Project Type
- Open Source
- Written in
- Java
- Supported Languages
- SQL
- Inspired By
- BigQuery
- License
- Apache v2
Drill is a database system designed for Big Data exploration. It is an open-source, distributed SQL query system based on Google's Dremel query system, and its design features a columnar execution engine. Drill is the only distributed SQL engine in the world that does not require schemas. It supports many NoSQL databases and file systems, with the ability for a single query to join data from multiple datastores.[05][04][01]
History
In 2010, Google published a paper titled "Dremel: Interactive Analysis of Web-Scale Datasets" that described a scalable database system designed for "interactive analysis of nested data". Development of Apache Drill began in 2012, with the goal of replicating the capabilities of Dremel. Initial goals of the system included support for multiple storage systems, file formats, query languages, and data sources, as well as the ability to scale over 10,000 servers and process petabytes of data in seconds.
Citations
6 sources- https://drill.apache.org apache.org
- GitHub - apache/drill: Apache Drill is a distributed MPP query layer for self describing data · GitHub github.com
- Documentation - Apache Drill apache.org
- Apache Drill - Wikipedia wikipedia.org
- Drill Introduction - Apache Drill apache.org
- First commit github.com