You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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
Currently graph dataloading is a blocking operation. By wrapping it as a job, we can support non-block graph dataloading.
The text was updated successfully, but these errors were encountered: