-
-disk에 b+tree구조로 data를 저장할 수 있게 구현
-
-
Index creation bptree.exe c [bptree binary file] [block_size]
-bptree header 설정
-
Insertion bptree.exe i [bptree binary file] [records data text file]
-data insertion
-
Point (exact) search bptree.exe s [bptree binary file] [input text file] [output text file]
-찾고자하는 key의 value를 print
-
Range search bptree.exe r [bptree binary file] [input text file] [output text file]
-구간 a부터 b까지의 key에 대한 key를 print
-
Print B+ tree bptree.exe p [bptree binary file] [output text file]
-root와 root의 child 노드를 print
-
-
- sample들은 잘 작동하지만 그 이외의 파일들은 segmentaion 오류 발생
- sample 이외의 파일은 참고
-
Notifications
You must be signed in to change notification settings - Fork 0
dldydrhkd/BplusTree-implementaion-on-disk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published