Hi Val, Thanks for the response.
We will destroy the cache this time around. We will look to upgrade our environments to 2.3 (currently on 2.1) so we can dynamically update the cache configuration next time. Thanks again! -----Original Message----- From: vkulichenko [mailto:[email protected]] Sent: Monday, February 12, 2018 03:33 PM To: [email protected] Subject: Re: Adding new fields without server restart Hi Tim, Cache configuration is defines when it's started. So @QuerySqlField annotation on the new field does not have affect unless you restart the cluster or at least destroy the cache and create with the new configuration. Field are added on object level transparently, but to modify the SQL schema in runtime you need to use ALTER TABLE and CREATE INDEX: https://apacheignite-sql.readme.io/docs/ddl -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
