Skip to content

B-tree and B+ Tree's are used for Multi-level Indexing in Databases. By using the search effectiveness of B-tree, this project was implemented for database indexing of students, given their information a Btree is created as per their Gr_no[Unique/Primary Key] and offset is stored accordingly.

Notifications You must be signed in to change notification settings

sa171/Database-Indexing-using-Btree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Database-Indexing-using-Btree

B-tree and B+ Tree's are used for Multi-level Indexing in Databases. By using the search effectiveness of B-tree, this project was implemented for database indexing of students, given their information a Btree is created as per their Gr_no[Unique/Primary Key] and offset is stored accordingly.

About

B-tree and B+ Tree's are used for Multi-level Indexing in Databases. By using the search effectiveness of B-tree, this project was implemented for database indexing of students, given their information a Btree is created as per their Gr_no[Unique/Primary Key] and offset is stored accordingly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages