[
https://issues.apache.org/jira/browse/HAWQ-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15141804#comment-15141804
]
ASF GitHub Bot commented on HAWQ-404:
-------------------------------------
Github user vraghavan78 commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/337#discussion_r52534705
--- Diff: src/backend/utils/misc/guc.c ---
@@ -6155,6 +6156,16 @@ static struct config_int ConfigureNamesInt[] =
},
{
+ {"optimizer_insert_sort_partition_number", PGC_USERSET,
DEVELOPER_OPTIONS,
+ gettext_noop("Minimum number of partitions required for
sorting tuples during insertion in an append only row-oriented partitioned
table"),
+ NULL,
+ GUC_NOT_IN_SAMPLE
+ },
+ &optimizer_insert_sort_partition_number,
+ INT_MAX, 0, INT_MAX, NULL, NULL
+ },
+
+ {
--- End diff --
optimizer_parts_to_force_sort_on_insert;
> Add sort during INSERT of append only row oriented partition tables
> -------------------------------------------------------------------
>
> Key: HAWQ-404
> URL: https://issues.apache.org/jira/browse/HAWQ-404
> Project: Apache HAWQ
> Issue Type: Improvement
> Reporter: Haisheng Yuan
> Assignee: Lei Chang
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)