Giter VIP home page Giter VIP logo

database_management_system's Introduction

Database_management_system

C Implementation of a simple Database management system (DBMS), including storage manager and buffer manager.

Disclaimer

This is for the programming assignment for University of Cincinnati 2021 Spring semester CS 6051, taught by Dr. Lee. This repository is mainly for my own future reference since this is my first time to program in C. Two .c files are entirely my work though, so I would be appreciated if you can note the source if you intend to use it

Storage manager

A storage manager is basically to control how the data records are stored in disk, bundled with basic reading and writing function to achieve the transfer between disk and memory.

To compile and run:

cd ./assign1
make
./test_assign1

Buffer manager

A buffer manager intends to control how the pages are aranged in memory, we define a buffer pool which contains a certain number of memory block. We need a buffer manager to control, where to position each page read from disk, if modified, how to label them and assure the changes will be written back to the disk.

To compile and run;

cd ./assign2
make
./test_assign2

Blog

I wrote a blog for popularizing some fun facts of data storage and computing system. Check it out if you are interested in: https://towardsdatascience.com/how-your-data-is-stored-on-disk-and-memory-8842891da52

Contact

Guangyuan(Frank) Li

[email protected]

PhD student, Biomedical Informatics

Cincinnati Children's Hospital Medical Center(CCHMC)

University of Cincinnati, College of Medicine

database_management_system's People

Contributors

frankligy avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.