doris icon indicating copy to clipboard operation
doris copied to clipboard

[feature-wip](MTMV) Support creating materialized view for multiple tables

Open adonis0147 opened this issue 3 years ago • 0 comments

Proposed changes

Introduce a table with type MATERIALIZED_VIEW which is a special OLAP table.

This pr implements it by inheriting OlapTable.

Problem summary

This pr is a sub-task of #7503.

Checklist(Required)

  1. Does it affect the original behavior:
    • [ ] Yes
    • [x] No
    • [ ] I don't know
  2. Has unit tests been added:
    • [x] Yes
    • [ ] No
    • [ ] No Need
  3. Has document been added or modified:
    • [ ] Yes
    • [x] No
    • [ ] No Need
  4. Does it need to update dependencies:
    • [ ] Yes
    • [x] No
  5. Are there any changes that cannot be rolled back:
    • [ ] Yes (If Yes, please explain WHY)
    • [x] No

Further comments

If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

adonis0147 avatar Aug 10 '22 08:08 adonis0147