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

Sequential read for adjList and properties #756

Closed
andyfengHKU opened this issue Aug 19, 2022 · 1 comment
Closed

Sequential read for adjList and properties #756

andyfengHKU opened this issue Aug 19, 2022 · 1 comment
Labels
feature New features or missing components of existing features good-warm-up Good warm up feature

Comments

@andyfengHKU
Copy link
Contributor

Similar to how we handle overflow sequential reading. AdjList sequential read can be optimized by caching a pinned page and only unpin when the list to read is in a different page.

@semihsalihoglu-uw semihsalihoglu-uw added feature New features or missing components of existing features good-warm-up Good warm up feature labels Sep 6, 2022
@ray6080
Copy link
Contributor

ray6080 commented Dec 22, 2023

This is outdated now. We now switch to the node-group based storage layout and use optimistic reads.

@ray6080 ray6080 closed this as completed Dec 22, 2023
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 good-warm-up Good warm up feature
Projects
None yet
Development

No branches or pull requests

3 participants