Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #80

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ The ReadNebulaConfig has 2000 limit and 100 partitionNum,
the same partition number with nebula space parts.


|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 220 million with All Property|
|:-------:|:--------------------------------:|:-------------------------------:|:----------------------------------:|:------------------------------:|
| vertex | 9.405s | 64.611s | 13.897s | 57.417s |
| edge | 10.798s | 71.499s | 10.244s | 67.43s |
Expand All @@ -350,7 +350,7 @@ And the application's resources are: standalone mode with three workers, 2G driv
The writeConfig has 2000 batch sizes, and the DataFrame has 60 partitions.


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