[doc] remove useless word 'To' in materialized view (#7985)

This commit is contained in:
dataroaring
2022-02-10 15:08:58 +08:00
committed by GitHub
parent 690b3b7283
commit 0b2b328c7b

View File

@ -93,7 +93,7 @@ The aggregate functions currently supported by the materialized view function ar
In order to ensure the data consistency between the materialized view table and the Base table, Doris will import, delete and other operations on the Base table are synchronized to the materialized view table. And through incremental update to improve update efficiency. To ensure atomicity through transaction.
For example, if the user inserts data into the base table through the INSERT command, this data will be inserted into the materialized view synchronously. When both the base table and the materialized view table are written successfully, the INSERT command will return successfully. To
For example, if the user inserts data into the base table through the INSERT command, this data will be inserted into the materialized view synchronously. When both the base table and the materialized view table are written successfully, the INSERT command will return successfully.
### Query automatic matching