Modifying Indices at Runtime
The current documentation states that the cache configuration cannot be changed. In the wiki I found the page [https://cwiki.apache.org/confluence/display/IGNITE/Allow+Configuration+Settings+Change+At+Runtime ](Allow Configuration Settings Change At Runtime).
- Is the topic of changing the cache configuration at runtime still on your agenda?
- Was changing the indices at runtime one candidate or is this even possible already?
Thank you very much
Hi @fbutter
Is the topic of changing the cache configuration at runtime still on your agenda?
We have some properties that can be changed in runtime. But not cache configurations. Which settings do you need to be changed?
Was changing the indices at runtime one candidate or is this even possible already?
You can create/drop indexes in runtime using ddl SQL queries: https://ignite.apache.org/docs/2.15.0/sql-reference/ddl#create-index