yiguolei commented on code in PR #3453:
URL: https://github.com/apache/doris-website/pull/3453#discussion_r2922642138


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/ai/vector-search/performance-large-scale.md:
##########
@@ -0,0 +1,171 @@
+---
+{
+    "title": "大规模性能实测",
+    "language": "zh-CN",
+    "description": "总结 Doris ANN Index 在单机与分布式环境下的大规模导入与查询性能测试结果。"
+}
+---
+
+<!-- 
+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 
在不同数据规模下的查询表现,以及在数据规模持续增长时,如何将向量查询能力从单机扩展到分布式部署。
+
+## 测试矩阵
+
+- 单机:FE / BE 分离部署,BE 使用 1 台 16C64GB 机器。
+- 分布式:3 台 BE,每台 16C64GB。
+- 测试数据集:
+  - Performance768D10M

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: [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]

Reply via email to