You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Stefán Baxter (JIRA)" <ji...@apache.org> on 2015/07/27 08:44:04 UTC

[jira] [Created] (DRILL-3560) Make partition pruning work for directory queries

Stefán Baxter created DRILL-3560:
------------------------------------

             Summary: Make partition pruning work for directory queries
                 Key: DRILL-3560
                 URL: https://issues.apache.org/jira/browse/DRILL-3560
             Project: Apache Drill
          Issue Type: New Feature
          Components: Query Planning & Optimization
    Affects Versions: 1.1.0
            Reporter: Stefán Baxter
            Assignee: Jinfeng Ni


Currently queries that include directory conditions are not optimized at all and the directory expression (dir0 = 'something') is evaluated for every record of every file for every directory.

This could be optimized to fail directories and allow for the same kind of partition pruning for directories as for other scenarios where data has been partitioned.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)