Skip to content

haowei01/redbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

on ubuntu 64 bit machine, need to install multilib, sudo apt-get intall g++-multilib

Record Management: store records in paged file provided by PF component, first page as special header page

Record Manager: create a file with a fixed record size, delete, open, close file.

create file: write meta data of header page, record size total pages, page count on this header page, next page directory; total empty page, empty page count on this header page, next empty page directory;

RM_FileHandle: after RM_Manger open a file, the RM_FileHandle should be able to locate a record, move a record

About

Stanford CS346 Database Implementation Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published