There is already a MaterializedIndex class in code. So what what exactly do you need to change? Code or user interface?
-- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-04-13 15:08:54, "BiteTheDDDDt" <pxl...@qq.com.INVALID> wrote: >Hi, all. > > >I recently planned to change the materialized-view to materialized-index in >doris. > >In the past doris, we have rollup and materialized view, which are fully >synchronized with the base table and can be used to speed up the query. > In the new version, we have introduced multiple table materialized view, > which can be directly queried and cannot accelerate the query of the base > table. Its positioning is more like a view, while the rollup/mv in the old > version is more like an index. > > In order to clarify their design positioning, I want to change the name of > materialized view to materialized index. Since then, doris supports syntax > like create materialized index, but the old syntax is still supported. > > > >Do you have any thoughts on this? welcome to reply! > > >BiteTheDDDDt >pxl...@qq.com > > > >