You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by spanchamiamapr <gi...@git.apache.org> on 2016/11/23 19:13:00 UTC

[GitHub] drill pull request #667: MD-1062 - Optimize count( * ) queries on MapR-DB JS...

GitHub user spanchamiamapr opened a pull request:

    https://github.com/apache/drill/pull/667

    MD-1062 - Optimize count( * ) queries on MapR-DB JSON Tables

    We enabled _id only projection for JSON tables in MapR v5.2.0
    Hence, removing the inefficient workaround which was getting entire document when
    1. Only '_id' is projected, or
    2. When the user runs a count(*) query

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/spanchamiamapr/drill master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/667.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #667
    
----
commit cfe278dbfda83b58a1759e650526f672339eeb47
Author: Smidth Panchamia <sp...@mapr.com>
Date:   2016-11-23T19:07:39Z

    MD-1062 - Optimize count( * ) queries on MapR-DB JSON Tables
    We enabled _id only projection for JSON tables in MapR v5.2.0
    Hence, removing the inefficient workaround which was getting entire document when
    1. Only '_id' is projected
    2. When the user runs a count(*) query

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] drill pull request #667: DRILL-5065 - Optimize count( * ) queries on MapR-DB...

Posted by spanchamiamapr <gi...@git.apache.org>.
Github user spanchamiamapr closed the pull request at:

    https://github.com/apache/drill/pull/667


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] drill issue #667: MD-1062 - Optimize count( * ) queries on MapR-DB JSON Tabl...

Posted by Agirish <gi...@git.apache.org>.
Github user Agirish commented on the issue:

    https://github.com/apache/drill/pull/667
  
    Hey @spanchamiamapr, may be we should create an Apache JIRA for this? Let me know if you want me to. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] drill issue #667: DRILL-5065 - Optimize count( * ) queries on MapR-DB JSON T...

Posted by Agirish <gi...@git.apache.org>.
Github user Agirish commented on the issue:

    https://github.com/apache/drill/pull/667
  
    DRILL-5065 has been filed to track this issue. Kindly update the issue title and description accordingly. Thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---