adofsauron / DBMS_Implementation-dev

This project contains four fundamental functions of a DBMS system (External Mergesort, Merge-Join, Hash-Join, Duplicate Elimination) that are designed to work in real-life and extreme circumstances (Huge input data, extremely low available memory).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBMS Implementation

This project contains four fundamental functions of a DBMS system (External Mergesort, Merge-Join, Hash-Join, Duplicate Elimination) that are designed to work in real-life and extreme circumstances (Huge input data, extremely low available memory).

The tools used for the implementation are:

  • C++ 11 std
  • GNU g++ 4.7.2 compiler
  • GNU gdb 7.5 debugger

Use the main.cpp file as a driver. You can create new files of any size and execute any of the previously mentioned functions. Upon completion, apart from execution time, you will be informed about statistics such as the number of I/O operations or the amount of sorted segments that were created.
Note: Upon compiling, make sure you use the -O3 flag for extra optimization.

DBMS Implementation
Copyright (C) 2013 George Piskas, George Economides

About

This project contains four fundamental functions of a DBMS system (External Mergesort, Merge-Join, Hash-Join, Duplicate Elimination) that are designed to work in real-life and extreme circumstances (Huge input data, extremely low available memory).

License:GNU General Public License v2.0


Languages

Language:C++ 81.9%Language:C 17.6%Language:Makefile 0.4%Language:Batchfile 0.1%