Skip to content

A C++ Implementation of the Storage Layer API provided to postgres

Notifications You must be signed in to change notification settings

ritwizsinha/bplustree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage Layer

Question 1

How does a page which is loaded looks like? Done

Question 2

How can I make access inside pages more effecient ?

  • Create a sorted list of cellpointers
  • Apply binary search on cell pointers whenever finding a particular record.

Question 3

References

About

A C++ Implementation of the Storage Layer API provided to postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published