Copilot commented on code in PR #448:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/448#discussion_r2753414487


##########
content/en/docs/_index.md:
##########
@@ -51,8 +51,8 @@ Apache HugeGraph is a complete graph database ecosystem, 
supporting OLTP real-ti
 
 | Mode | Use Case | Data Scale |
 |-----|---------|---------|
-| **Standalone** | High-speed stable, compute-storage integrated | < 1000TB |
-| **Distributed** | Massive storage, compute-storage separated | >= 1000TB |
+| **Standalone** | High-speed stable, compute-storage integrated | < 4TB |
+| **Distributed** | Massive storage, compute-storage separated | < 1000TB |

Review Comment:
   The deployment-mode table now lists **Standalone < 4TB** and **Distributed < 
1000TB**, which overlaps and doesn’t communicate when users should switch from 
standalone to distributed. Consider expressing Distributed as a range (e.g., 
">= 4TB and < 1000TB") or clarifying that "< 1000TB" is an upper bound ("up to 
1000TB").
   ```suggestion
   | **Distributed** | Massive storage, compute-storage separated | >= 4TB and 
< 1000TB |
   ```



##########
content/cn/docs/_index.md:
##########
@@ -51,8 +51,8 @@ Apache HugeGraph 是一套完整的图数据库生态系统,支持 OLTP 实时
 
 | 模式 | 适用场景 | 数据规模 |
 |-----|---------|---------|
-| **单机版** | 极速稳定、存算一体 | < 1000TB |
-| **分布式** | 海量存储、存算分离 | >= 1000TB |
+| **单机版** | 极速稳定、存算一体 | < 4TB |
+| **分布式** | 海量存储、存算分离 | < 1000TB |

Review Comment:
   该表格目前写成 **单机版 < 4TB**、**分布式 < 
1000TB**,两者范围重叠且没有说明何时需要从单机切换到分布式。建议把分布式写成区间(例如 ">= 4TB 且 < 1000TB"),或明确 "< 
1000TB" 仅表示上限(例如“最高支持约 1000TB”)。
   ```suggestion
   | **分布式** | 海量存储、存算分离 | >= 4TB 且 < 1000TB |
   ```



##########
content/en/docs/_index.md:
##########
@@ -51,8 +51,8 @@ Apache HugeGraph is a complete graph database ecosystem, 
supporting OLTP real-ti
 
 | Mode | Use Case | Data Scale |
 |-----|---------|---------|
-| **Standalone** | High-speed stable, compute-storage integrated | < 1000TB |
-| **Distributed** | Massive storage, compute-storage separated | >= 1000TB |
+| **Standalone** | High-speed stable, compute-storage integrated | < 4TB |

Review Comment:
   PR title/description mentions updating "AGENTS.md, README.md, 
contribution.md", but the actual changes here adjust documented deployment 
data-scale thresholds (e.g., Standalone < 4TB). Please update the PR 
title/description to match the content so reviewers/users can understand the 
intent.



-- 
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