Giter Site home page Giter Site logo

dbms-implementation's Introduction

COMP 530: Database System Implementation

Introduction

This repo is for assignments of 17Fall COMP 530: Database System Implementation. The whole work of these assignments are about database management system architecture, buffer management, query processing and optimization, transaction processing, concurrency control and recovery, data storage, indexing structures, and related topics. They're all about C++ and DBMS.

Authors

  • Chen Zeng (cz39)
  • Yuanqing Zhu (yz120)

Contents

  • A0 C++ Warm-Up
  • A1 Buffer and file management
  • A2 Record manager
  • A3 Sorted file implementation
  • A4 B+-tree implementation
  • A5 SQL type checking
  • A6 Relational operators
  • A7 Putting it all together
  • A8 Multi-threading

Usage

To get any credit on these assignments, the code must be compiled and run on Clear.

However, clear does not have SCons installed. So in the home directory, follow the following steps:

  1. Download SCons: wget --no-check-certificate https://pypi.python.org/packages/source/S/SCons/scons-2.4.1.tar.gz
  2. Unpack it: gunzip scons-2.4.1.tar.gz tar xvf scons-2.4.1.tar
  3. Build it: mkdir scons cd scons-2.4.1/ python setup.py install --prefix=../scons cd .. rm -r scons-2.4.1/
  4. Run it: ~/scons/bin/scons-2.4.1

As for testing the projects, in the directory of project, follow the following steps:

  1. Enter directory ./Build: cd ./Build/
  2. Compile and Build it: ~/scons/bin/scons-2.4.1
  3. Select the module(s) you want to build or clean.
  4. Test it: ./bin/stackUnitTest

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.