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/
