From 2e0ba972d88d1b3467947127b5d5495e1be5c328 Mon Sep 17 00:00:00 2001 From: Yi WU Date: Tue, 8 Feb 2022 18:10:50 +0800 Subject: [PATCH] [doc] remove useless word 'To' in materialized view --- docs/en/administrator-guide/materialized_view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/administrator-guide/materialized_view.md b/docs/en/administrator-guide/materialized_view.md index 6358a8916acc8f..243fcdfeaee496 100644 --- a/docs/en/administrator-guide/materialized_view.md +++ b/docs/en/administrator-guide/materialized_view.md @@ -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