You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by DaveBirdsall <gi...@git.apache.org> on 2016/03/02 23:56:08 UTC

[GitHub] incubator-trafodion pull request: [TRAFODION-1867] Allow parallel ...

GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/357

    [TRAFODION-1867] Allow parallel plans for non-partitioned tables in U…

    …PD STATS.
    
    The problem is for large non-partitioned tables, UPDATE STATS will do a series of SELECTs to compute statistics for sets of columns. The plans for these SELECTs are presently forced to be serial for non-partitioned tables as a workaround for a long-ago compiler bug which seems to have been fixed. It's time to remove this workaround and thereby speed up UPDATE STATS.

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

    $ git pull https://github.com/DaveBirdsall/incubator-trafodion SerialUpdateStatsBug

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

    https://github.com/apache/incubator-trafodion/pull/357.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 #357
    
----
commit 07bf4163bf3c5b8bc863332886464e69f44cea6b
Author: Dave Birdsall <db...@apache.org>
Date:   2016-03-02T22:52:19Z

    [TRAFODION-1867] Allow parallel plans for non-partitioned tables in UPD STATS

----


---
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] incubator-trafodion pull request: [TRAFODION-1867] Allow parallel ...

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

    https://github.com/apache/incubator-trafodion/pull/357


---
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.
---