Hi, All these parameters can be configured in Template, which can be applied to the created table. The template is just a CacheConfiguration from your config xml file. For example, it can contain "*" in cache name property, like a wildcard. So, it does not need to add these parameters right to the DDL parameters, while you can configure it in the template.
Evgenii 2017-10-13 10:01 GMT+03:00 devkumar <[email protected]>: > I want to use ignite DDL to create the table in my cache. From the > documentation (https://apacheignite.readme.io/v2.2/docs/distributed-ddl), > I > see that the following 4 parameters are available for WITH clause - > > TEMPLATE > BACKUPS > ATOMICITY > CACHEGROUP > AFFINITYKEY > > I want to know if there are any other parameters that can be set in v2.1 > If not, is there any plan to add more parameters? I am interested in the > following cache settings - > 1. CopyOnRead > 2. PartitionLossPolicy > 3. QueryParallelism > 4. ReadFromBackup > 5. RebalanceBatchSize > 6. RebalanceThrottle > 7. RebalanceTimeout > 8. OnheapCacheEnabled > 9. StatisticsEnabled > > Alternatively, can I add the above cache configs to my server config.xml > and > will they be applied to all the tables i create in my cache using DDL? > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
