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 <[email protected]>: > Hi all, > > > > Is there a way to define query parallelism for tables created through a > SQL CREATE TABLE statement? > > > > Thanks > > Kurt > > >
