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 <dbirds...@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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to