You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Kurt Semba <ks...@extremenetworks.com> on 2019/10/17 06:00:44 UTC

Query Parallelism through SQL

Hi all,

Is there a way to define query parallelism for tables created through a SQL CREATE TABLE statement?

Thanks
Kurt


Re: Query Parallelism through SQL

Posted by Evgenii Zhuravlev <e....@gmail.com>.
Hi,

When you create table using DDL, you can choose template with a cache
configuration(CREATE TABLE ........ WITH TEMPLATE):
https://www.gridgain.com/docs/latest/sql-reference/ddl#create-table
Inside template you can define query parallelism

Evgenii

чт, 17 окт. 2019 г. в 09:11, Kurt Semba <ks...@extremenetworks.com>:

> Hi all,
>
>
>
> Is there a way to define query parallelism for tables created through a
> SQL CREATE TABLE statement?
>
>
>
> Thanks
>
> Kurt
>
>
>