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) : Expand Node Storage Capacity in Interactive #4105

Closed
yqylh opened this issue Aug 1, 2024 · 1 comment · Fixed by #4299
Closed

feat (interactive) : Expand Node Storage Capacity in Interactive #4105

yqylh opened this issue Aug 1, 2024 · 1 comment · Fixed by #4299
Assignees

Comments

@yqylh
Copy link
Contributor

yqylh commented Aug 1, 2024

When loading a graph in interactive, if we bulkload a certain number of nodes, only an additional 20% space is reserved for storing newly inserted nodes.

If more nodes are inserted, it fills up. For example, in the current testing of the interactive SDK with the modern graph, the person has only four nodes, and at most, only one more node can be inserted.

It might be necessary to consider an expansion mechanism or initially have a strategy to store more.

@zhanglei1949
Copy link
Collaborator

Maybe we should increase the minimum vertex capactiy.

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 a pull request may close this issue.

3 participants