morningman commented on code in PR #29370:
URL: https://github.com/apache/doris/pull/29370#discussion_r1439035543
##########
docs/zh-CN/docs/query-acceleration/async-materialized-view/query-rewrite-summary-and-desc.md:
##########
@@ -0,0 +1,350 @@
+---
+{
+ "title": "查询透明改写能力概述和介绍",
Review Comment:
```suggestion
"title": "查询异步物化视图",
```
建议在这个层级下单独加一个 async-materialized-view 目录
然后把zhangdong的构建文档和你的查询文档放到下面。
把构建文档中的查询部分整体都移到这个文档里。
查询文档分两部分:
1. 直接查询:介绍物化视图可以直接查询,给出简单示例和说明。
2. 透明改写:介绍物化视图的透明改写能力。
##########
docs/zh-CN/docs/query-acceleration/async-materialized-view/query-rewrite-summary-and-desc.md:
##########
@@ -0,0 +1,350 @@
+---
+{
+ "title": "查询透明改写能力概述和介绍",
+ "language": "zh-CN"
+}
+---
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## 概述
+Doris 的异步物化视图采用了基于 SPJG(SELECT-PROJECT-JOIN-GROUP-BY)模式的结构信息来进行透明改写算法。
+Doris 可以分析查询 SQL 的结构信息,自动寻找满足要求的物化视图,并尝试进行透明改写,使用物化视图来表达查询SQL。通过使用预计算的物化视图
Review Comment:
markdown 各个换行之间要留一个空行,不然渲染到网页上,不会显示换行
--
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]