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): Support non-blocking graph dataloading #3697

Closed
zhanglei1949 opened this issue Apr 9, 2024 · 1 comment
Closed

feat(interactive): Support non-blocking graph dataloading #3697

zhanglei1949 opened this issue Apr 9, 2024 · 1 comment
Assignees

Comments

@zhanglei1949
Copy link
Collaborator

Currently graph dataloading is a blocking operation. By wrapping it as a job, we can support non-block graph dataloading.

@zhanglei1949 zhanglei1949 self-assigned this Apr 9, 2024
zhanglei1949 added a commit that referenced this issue Apr 16, 2024
…ovide file-based implementation (#3696)

Interactive need to maintain the metadata of Graph and Stored
Procedures, which are currently stored as files on disk separately.

We introduce MetaDataStore to govern all metadata storage, querying and
update, and provided a basic implementation based on local file storage.

Support non-blocking graph data loading #3697 
Fix bug #3693
@zhanglei1949
Copy link
Collaborator Author

Closed as solved.

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

No branches or pull requests

1 participant