This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 732057e20d5 Update install-deploy 404 repair (#132) 732057e20d5 is described below commit 732057e20d58858c14c047044508b543e50a3c9a Author: SeekingYang <100211303+seekingy...@users.noreply.github.com> AuthorDate: Tue Oct 11 14:49:02 2022 +0800 Update install-deploy 404 repair (#132) --- versioned_docs/version-0.15/best-practices/star-schema-benchmark.md | 2 +- versioned_docs/version-0.15/extending-doris/logstash.md | 2 +- .../version-0.15/extending-doris/udf/user-defined-function.md | 2 +- versioned_docs/version-0.15/installing/install-deploy.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-0.15/best-practices/star-schema-benchmark.md b/versioned_docs/version-0.15/best-practices/star-schema-benchmark.md index 17288bbcc0f..99174569059 100644 --- a/versioned_docs/version-0.15/best-practices/star-schema-benchmark.md +++ b/versioned_docs/version-0.15/best-practices/star-schema-benchmark.md @@ -162,4 +162,4 @@ The following test report is based on Doris [branch-0.15](https://github.com/apa > > Note 4: Parallelism means query concurrency, which is set by `set parallel_fragment_exec_instance_num=8`. > - > Note 5: Runtime Filter Mode is the type of Runtime Filter, set by `set runtime_filter_type="BLOOM_FILTER"`. ([Runtime Filter](http://doris.incubator.apache.org/master/en/administrator-guide/runtime-filter.html) function has a significant effect on the SSB test set. Because in this test set, The data from the right table of Join can filter the left table very well. You can try to turn off this function through `set runtime_filter_mode=off` to see the change in query latency.) + > Note 5: Runtime Filter Mode is the type of Runtime Filter, set by `set runtime_filter_type="BLOOM_FILTER"`. ([Runtime Filter](../administrator-guide/runtime-filter/) function has a significant effect on the SSB test set. Because in this test set, The data from the right table of Join can filter the left table very well. You can try to turn off this function through `set runtime_filter_mode=off` to see the change in query latency.) diff --git a/versioned_docs/version-0.15/extending-doris/logstash.md b/versioned_docs/version-0.15/extending-doris/logstash.md index 39177207e6f..0bcc143633c 100644 --- a/versioned_docs/version-0.15/extending-doris/logstash.md +++ b/versioned_docs/version-0.15/extending-doris/logstash.md @@ -28,7 +28,7 @@ under the License. This plugin is used to output data to Doris for logstash, use the HTTP protocol to interact with the Doris FE Http interface, and import data through Doris's stream load. -[Learn more about Doris Stream Load ](http://doris.apache.org/master/zh-CN/administrator-guide/load-data/stream-load-manual.html) +[Learn more about Doris Stream Load ](../administrator-guide/load-data/stream-load-manual/) [Learn more about Doris](http://doris.apache.org/master/zh-CN/) diff --git a/versioned_docs/version-0.15/extending-doris/udf/user-defined-function.md b/versioned_docs/version-0.15/extending-doris/udf/user-defined-function.md index f1ebcced6a6..304760b40b4 100644 --- a/versioned_docs/version-0.15/extending-doris/udf/user-defined-function.md +++ b/versioned_docs/version-0.15/extending-doris/udf/user-defined-function.md @@ -34,7 +34,7 @@ There are two types of analysis requirements that UDF can meet: UDF and UDAF. UD This document mainly describes how to write a custom UDF function and how to use it in Doris. -If users use the UDF function and extend Doris' function analysis, and want to contribute their own UDF functions back to the Doris community for other users, please see the document [Contribute UDF](./contribute_udf.md). +If users use the UDF function and extend Doris' function analysis, and want to contribute their own UDF functions back to the Doris community for other users, please see the document [Contribute UDF](../contribute_udf). ## Writing UDF functions diff --git a/versioned_docs/version-0.15/installing/install-deploy.md b/versioned_docs/version-0.15/installing/install-deploy.md index 867d79ec671..37cd6545f0e 100644 --- a/versioned_docs/version-0.15/installing/install-deploy.md +++ b/versioned_docs/version-0.15/installing/install-deploy.md @@ -74,7 +74,7 @@ Doris, as an open source MPP architecture OLAP database, can run on most mainstr > Note 2: Number of FE nodes > -> 1. FE roles are divided into Follower and Observer. (Leader is an elected role in the Follower group, hereinafter referred to as Follower, for the specific meaning, see [Metadata Design Document](./internal/metadata-design).) +> 1. FE roles are divided into Follower and Observer. (Leader is an elected role in the Follower group, hereinafter referred to as Follower, for the specific meaning, see [Metadata Design Document](https://doris.apache.org/community/design/metadata-design).) > 2. FE node data is at least 1 (1 Follower). When one Follower and one > Observer are deployed, high read availability can be achieved. When three > Followers are deployed, read-write high availability (HA) can be achieved. > 3. The number of Followers **must be** odd, and the number of Observers is > arbitrary. > 4. According to past experience, when cluster availability requirements are > high (e.g. providing online services), three Followers and one to three > Observers can be deployed. For offline business, it is recommended to deploy > 1 Follower and 1-3 Observers. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org