Hi! It is proposed to use the structure for configuration. spring.data.ignite: - name: cache1 sqlSchema: schema1 atomicityMode: TRANSACTIONAL_SNAPSHOT - name: cache2 sqlSchema: schema2 storeKeepBinary: true - name: cache3 sqlQuery: CREATE TABLE IF NOT EXISTS Person (id int, city_id int, name varchar, age int, company varchar, PRIMARY KEY (id, city_id))
Other ideas ? -- --------------------- With best regards, Sergey Chernolyas