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

Optimization for updating newly inserted rels #1150

Closed
acquamarin opened this issue Jan 3, 2023 · 1 comment
Closed

Optimization for updating newly inserted rels #1150

acquamarin opened this issue Jan 3, 2023 · 1 comment
Assignees
Labels
feature New features or missing components of existing features

Comments

@acquamarin
Copy link
Collaborator

acquamarin commented Jan 3, 2023

We used to use the PersistentStoreUpdates class to store all updates to rels (including rels in persistentStore/updateStore).
However, we don't need to store the updates for newly inserted rels in the persistentStoreUpdates.
Note that: we store newly inserted rels (src/dst nodeID, properties) in the factorizedTable. We can simply update those factorizedTable entries when the user makes any updates to those newly inserted rels.
We should support updating entries in factorizedTable.

@acquamarin acquamarin self-assigned this Jan 3, 2023
@acquamarin acquamarin added the feature New features or missing components of existing features label Jan 3, 2023
@acquamarin
Copy link
Collaborator Author

This has been implemented in #1149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features or missing components of existing features
Projects
None yet
Development

No branches or pull requests

1 participant