Zmaul04 commented on code in PR #15158: URL: https://github.com/apache/doris/pull/15158#discussion_r1070160549
########## docs/en/docs/install/install-deploy.md: ########## @@ -226,7 +226,7 @@ See the `lower_case_table_names` section in [Variables](../../advanced/variables * BE webserver_port configuration Review Comment: #- [ ] > >~~` ########## docs/en/docs/data-table/data-model.md: ########## @@ -88,9 +88,9 @@ PROPERTIES ( As you can see, this is a typical fact table of user information and access behavior. In general star model, user information and access behavior are stored in dimension table and fact table respectively. Here, in order to explain Doris's data model more conveniently, we store the two parts of information in a single table. -The columns in the table are divided into Key (dimension column) and Value (indicator column) according to whether `AggregationType`is set or not. No `AggregationType`, such as `user_id`, `date`, `age`, etc., is set as **Key**, while Aggregation Type is set as **Value**. +The columns in the table are divided into Key (dimension column) and Value (indicator column) according to whether `AggregationType` is set or not. No `AggregationType`, such as `user_id`, `date`, `age`, etc., is set as **Key**, while Aggregation Type is set as **Value**. -When we import data, the same rows and aggregates into one row for the Key column, while the Value column aggregates according to the set `AggregationType`. `AggregationType`currently has the following four ways of aggregation: +When we import data, the same rows and aggregates into one row for the Key column, while the Value column aggregates according to the set `AggregationType`. `AggregationType` currently has the following four ways of aggregation: 1. SUM: Sum, multi-line Value accumulation. Review Comment: - [x] @Zmaul04 __ ########## docs/en/docs/data-table/data-model.md: ########## @@ -88,9 +88,9 @@ PROPERTIES ( As you can see, this is a typical fact table of user information and access behavior. In general star model, user information and access behavior are stored in dimension table and fact table respectively. Here, in order to explain Doris's data model more conveniently, we store the two parts of information in a single table. Review Comment: **** -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org