You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (JIRA)" <ji...@apache.org> on 2019/02/11 18:56:00 UTC

[jira] [Commented] (IGNITE-10206) Allow specifying query parallelism in CREATE TABLE's WITH "" clause

    [ https://issues.apache.org/jira/browse/IGNITE-10206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16765274#comment-16765274 ] 

Ignite TC Bot commented on IGNITE-10206:
----------------------------------------

{panel:title=--&gt; Run :: All: Possible Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (NuGet)*{color} [[tests 0 Exit Code , Compilation Error |https://ci.ignite.apache.org/viewLog.html?buildId=3061557]]

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=3061582&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Allow specifying query parallelism in CREATE TABLE's WITH "" clause
> -------------------------------------------------------------------
>
>                 Key: IGNITE-10206
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10206
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 2.6
>            Reporter: Ilya Kasnacheev
>            Assignee: Pavel Kuznetsov
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> As in 
> {code}
> CREATE TABLE foo (id long primary key, val varchar) WITH "backups=1, query_parallelism=4";
> {code}
> Currently it is possible to specify e.g. backups but not query_parallelism.
> This leads to necessity to specify cache template for such tables, which is cumbersome.
> Moreover, people may ignore this option outright and get worse performance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)