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

feat(interactive): Increase the reserved slots for small graphs #4299

Merged
merged 5 commits into from
Oct 24, 2024

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Oct 24, 2024

We currently allocate an additional 1/4 of the required space when opening a graph, resulting in a smaller reserved space for smaller graphs. To address this, we are increasing the minimum capacity for vertex storage to 4096.

Fix #4105

Committed-by: xiaolei.zl from Dev container
luoxiaojian
luoxiaojian previously approved these changes Oct 24, 2024
liulx20
liulx20 previously approved these changes Oct 24, 2024
Copy link
Contributor

github-actions bot commented Oct 24, 2024

Please check the preview of the documentation changes at
https://8a6ea9ba.graphscope-docs-preview.pages.dev

@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.78%. Comparing base (0aa119e) to head (0b3230f).
Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #4299       +/-   ##
===========================================
+ Coverage   36.96%   58.78%   +21.82%     
===========================================
  Files         126       12      -114     
  Lines       13235      592    -12643     
===========================================
- Hits         4892      348     -4544     
+ Misses       8343      244     -8099     

see 114 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0aa119e...0b3230f. Read the comment docs.

Committed-by: xiaolei.zl from Dev container
@zhanglei1949 zhanglei1949 dismissed stale reviews from liulx20 and luoxiaojian via 20bd8d6 October 24, 2024 04:17
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
@zhanglei1949 zhanglei1949 merged commit 919efab into alibaba:main Oct 24, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat (interactive) : Expand Node Storage Capacity in Interactive
4 participants