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

Cursor API for Sequential Storage #11

Merged
merged 3 commits into from
May 28, 2015
Merged

Cursor API for Sequential Storage #11

merged 3 commits into from
May 28, 2015

Conversation

hkimura
Copy link
Collaborator

@hkimura hkimura commented May 28, 2015

API, Implementation, and Testcases for one of the critical missing feature; scan for sequential storage. Before this merge, there was only an internal hacky methods to read appended records in sequential storage.

Although this merge passes testcases, there is one TODO.
It has only OCC option for serializable xcts reading tail of each volatile linked-list.
This could cause lots of aborts. We should consider locking option too.
So far this is enough. Left a TASK comment. later. in beta.

hkimura added a commit that referenced this pull request May 28, 2015
Cursor API for Sequential Storage
@hkimura hkimura merged commit 81def0a into master May 28, 2015
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 this pull request may close these issues.

1 participant