Skip to content

tshrjn/tum-modern-dbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUM: Modern DBs

Assignment 01

Run with:

$ make sort
$ ./bin/sort <inputFile> <outputFile> <memoryBufferInMiB>

Assignment 02

Run with:

$ make buffer
$ ./bin/buffertest <pagesOnDisk> <pagesInRAM> <threads>

Assignment 03

Run & test with:

$ make all
$ ./bin/schemaTest test/test.sql
$ ./bin/schemaTest test/testLong.sql
$ ./bin/pidTest
$ ./bin/tidTest
$ ./bin/slottedPageTest
$ ./bin/slottedTest 16384

Assignment 04

Run with:

$ make all
$ ./bin/btreeTest <numberOfElements>

for example:

$ ./bin/btreeTest 100000

Assignment 05

Run with:

$ make all
$ ./bin/operatorTest

About

Implementations for the course Database Systems on Modern CPU Architectures (http://www-db.in.tum.de/teaching/ss15/moderndbs/index.shtml?lang=en).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages