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

Improve the performance of fetching data from relation db #94

Open
Linary opened this issue Aug 22, 2019 · 1 comment
Open

Improve the performance of fetching data from relation db #94

Linary opened this issue Aug 22, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Linary
Copy link
Contributor

Linary commented Aug 22, 2019

No description provided.

@Linary Linary added the enhancement New feature or request label Aug 22, 2019
@Linary
Copy link
Contributor Author

Linary commented Aug 22, 2019

fetch batch_size 1000

vertices has been loaded           : 2000000
edges has been loaded           : 865500
--------------------------------------------------
total vertex metrics
parse:
    parse success           : 2000000
    parse failure           : 0
    parse time              : 10m 34s
    parse rate              : 3152(vertices/s)
load:
    load success            : 2000000
    load failure            : 0
    load time               : 10m 35s
    load rate               : 3148(vertices/s)
--------------------------------------------------
total edge metrics
parse:
    parse success           : 865500
    parse failure           : 0
    parse time              : 2m 33s
    parse rate              : 5651(edges/s)
load:
    load success            : 865500
    load failure            : 0
    load time               : 2m 33s
    load rate               : 5639(edges/s)

imbajin pushed a commit that referenced this issue Apr 14, 2022
imbajin pushed a commit that referenced this issue Apr 14, 2022
* adapt test for server #1134

Change-Id: Idf1848859cb5fcb80323320f88c7c208bf9b0854
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant