From 2e2ae6062ef1c8955d6f14596b37480aa3bd111d Mon Sep 17 00:00:00 2001 From: Changyuan Wang Date: Fri, 13 Jan 2023 17:45:03 +0800 Subject: [PATCH] Update README_CN.md --- README_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_CN.md b/README_CN.md index b0d20fe1..3040d932 100644 --- a/README_CN.md +++ b/README_CN.md @@ -330,7 +330,7 @@ Nebula Spark Connector 和 Nebula 的版本对应关系如下: 读取Nebula数据的配置是 2000 limit 和 100 partitionNum,其中 space 的 分区数也是100。 -|data type|ldbc 6.712million with No Property| ldbc 22 million with No Property|ldbc 6.712million with All Property|ldbc 22million with All Property| +|data type|ldbc 67.12million with No Property| ldbc 220 million with No Property|ldbc 67.12million with All Property|ldbc 220million with All Property| |:-------:|:--------------------------------:|:-------------------------------:|:----------------------------------:|:------------------------------:| | vertex | 9.405s | 64.611s | 13.897s | 57.417s | | edge | 10.798s | 71.499s | 10.244s | 67.43s | @@ -345,7 +345,7 @@ comment_replyOf_post.csv and comment_replyOf_comment.csv 写入 REPLY_OF 边类 写入Nebula的配置是 2000 batch size, 待写入的数据 DataFrame 有 60 个 Spark 分区。 -|data type|ldbc 6.712million with All Property| ldbc 22 million with All Property| +|data type|ldbc 67.12million with All Property| ldbc 220 million with All Property| |:-------:|:--------------------------------:|:-------------------------------:| | vertex | 66.578s | 112.829s | | edge | 39.138s | 51.198s |