yangzhg commented on issue #7503: URL: https://github.com/apache/doris/issues/7503#issuecomment-1160423392
> > * MV is read only and updated only by system > > Oh, I mean if I update/insert/delete the base table, the mv can be updated automatically? Is it an incremental update, or fully rebuild? > ```sql > 2. "refresh" refresh method > (1) fast : 'Fast refresh'. Incremental refresh > (2) complete: 'complete refresh'. Update all data when refreshing, including the original data that has been generated in the view > (3) never : never refresh > ``` Incremental updates and automatic hits may not be possible in the short term and can be used as future optimization goals -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
