-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create B+ Tree indexed database implementation #27
Comments
can i be assigned & get permissions to link a pr |
https://github.com/nimrodshn/btree - stale (maybe?) project for bplus tree written in rust, might contain useful info |
Great find, looking at their repo makes me feel like this is super achievable in a semester or two. |
how can link pr that doesnt necessarily close issue, just progresses it? or does closing issue happen manually after pr merge |
The semantics around issues, PRs, and branches are pretty weird. There is no way to do what we want here. Let's keep a 1 : 1 relationship between issues and PRs, and have potentially many sub-branches that work on different things on the PR. For example, let's call the PR that solves this issue "B+ Tree Index Implementation," and keep using Speaking of, let's all carry out development on Lmk if questions / concerns |
sg for most part |
skeleton created - #35 |
that makes sense, i do appreciate that aspect of forking feel free to do what works best for you (PR to ultimately it's subjective ofc, but i'm always willing to do reviews, and i totally trust your judgement wrt what is most efficient in terms of productivity |
sg thanks max! |
bplustree api skeleton - #36 |
Created high-level design document outlining testable modules: https://docs.google.com/document/d/1VFVDdnb-YiU1K4mhw3I2vw4c6dSlKFYFfK-pP5ONVzc |
Multi-table, single-file database that supports concurrent and isolated transactions on different tables.
See design document: https://docs.google.com/document/d/1VFVDdnb-YiU1K4mhw3I2vw4c6dSlKFYFfK-pP5ONVzc
Recommended Courses (UC Berkeley)
If you can't tell whether this is out of your scope, we recommend the following experience:
The text was updated successfully, but these errors were encountered: