You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/01/07 13:26:47 UTC

[GitHub] [drill] cgivre commented on issue #2423: Apache Drill vs Apache Calcite

cgivre commented on issue #2423:
URL: https://github.com/apache/drill/issues/2423#issuecomment-1007406418


   I'd add that Drill is a massively parallel processing (MPP) query layer which can interact with MANY different file formats and storage systems.  As @jnturton said, Calcite is a query planner and lacks that execution engine.  Drill in fact does use Calcite for it's query planning, but if you're looking to actually query data out of the box, you'll need Drill or some other tool.  
   
   Drill can also parallelize queries so it can query data at scale.  Bottom line, to actually query data, you'll need a query engine, not just the planner.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org