You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hawq.apache.org by jianlirong <gi...@git.apache.org> on 2015/11/30 08:59:16 UTC

[GitHub] incubator-hawq pull request: HAWQ-41. Add a GUC to set max open AO...

GitHub user jianlirong opened a pull request:

    https://github.com/apache/incubator-hawq/pull/142

    HAWQ-41. Add a GUC to set max open AO segemnt files

    The newly added GUC is max_appendonly_segfiles, which determines
    the max number of appendonly relation segment files open
    concurrently.
    
    In a large cluster, we usually need to increase the value of this
    GUC in order to support high concurrencies.

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

    $ git pull https://github.com/jianlirong/incubator-hawq HAWQ-41

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

    https://github.com/apache/incubator-hawq/pull/142.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 #142
    
----
commit 31e3761932b5fd969d9403be60b9b7294201f054
Author: Lirong Jian <ji...@gmail.com>
Date:   2015-11-30T07:50:00Z

    HAWQ-41. Add a GUC to set max open AO segemnt files
    
    The newly added GUC is max_appendonly_segfiles, which determines
    the max number of appendonly relation segment files open
    concurrently.
    
    In a large cluster, we usually need to increase the value of this
    GUC in order to support high concurrencies.

----


---
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-hawq pull request: HAWQ-41. Add a GUC to set max open AO...

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

    https://github.com/apache/incubator-hawq/pull/142


---
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-hawq pull request: HAWQ-41. Add a GUC to set max open AO...

Posted by radarwave <gi...@git.apache.org>.
Github user radarwave commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/142#issuecomment-160575690
  
    The fix looks good. +1


---
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-hawq pull request: HAWQ-41. Add a GUC to set max open AO...

Posted by huor <gi...@git.apache.org>.
Github user huor commented on the pull request:

    https://github.com/apache/incubator-hawq/pull/142#issuecomment-160575150
  
    The fix looks good. +1


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