旧集群升级到新集群后,表属性里的inverted_index_storage_format还是V1且不支持修改。我针对此case做了一个功能优化,支持在表没有倒排索引时,能够修改表的 inverted_index_storage_format 属性,但是发现已有的 tablet schema 里的值没有变化。
要想对全部tablet生效,需要在alter时把 inverted_index_storage_format 推送到BE,BE 侧接收后更新 tablet schema(参考以前的 skip_write_index_on_load 逻辑)。各位大佬评估下这个流程风险可控吗?还有没有什么不需要重新建表导数的方案呢?