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

整理上传一些有价值的技术文档 #7

Open
jasonleaster opened this issue Jan 9, 2018 · 13 comments
Open

整理上传一些有价值的技术文档 #7

jasonleaster opened this issue Jan 9, 2018 · 13 comments

Comments

@jasonleaster
Copy link
Owner

http://download.csdn.net/download/tangyongjundeqian/9058009
java并发编程常识.pptx

@jasonleaster
Copy link
Owner Author

@jasonleaster
Copy link
Owner Author

@jasonleaster
Copy link
Owner Author

jasonleaster commented Jan 15, 2018

在伯克利这门课叫cs186
University Of Washington cse444
使用的simple-db

@jasonleaster
Copy link
Owner Author

@jasonleaster
Copy link
Owner Author

@jasonleaster
Copy link
Owner Author

@jasonleaster
Copy link
Owner Author

@jasonleaster
Copy link
Owner Author

@jasonleaster
Copy link
Owner Author

分布式系统440 http://www.cs.cmu.edu/~srini/15-440/assignments.html

@jasonleaster
Copy link
Owner Author

传统事务与柔性事务 https://www.jianshu.com/p/ab1a1c6b08a1

@jasonleaster
Copy link
Owner Author

@jasonleaster
Copy link
Owner Author

jasonleaster commented Sep 7, 2018

BTreeInternalPage的内存布局: Parent Pointer 4byte | child category 1byte | headers | keys | children | padding

keys == fields 即区间划分阈值, 实际上 keys申请的多内空间多了一个,而且多了的那个空着。
numSlots == keys 和 children 数组实际的数量。 而keys[0] = null

children 数组实际记录的是 pageNo,即页码数
keys 数组实际记录的是划分阈值的具体的值

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

No branches or pull requests

1 participant