An open API service indexing awesome lists of open source software.

https://github.com/durner/query-optimization-tum-in2219

Homework for Query Optimization - a TUM Computer Science Course
https://github.com/durner/query-optimization-tum-in2219

database query-optimizer sql-query

Last synced: 11 months ago
JSON representation

Homework for Query Optimization - a TUM Computer Science Course

Awesome Lists containing this project

README

          

# Query Optimization - IN2219

## Exercise 3.3

After running `make` the program `bin/runsql` can be used to execute a SQL
query. It takes the same arguments as `isql`, i.e. `runsql `.

## Exercise 4.2

After running `make` the program `bin/QueryGraph` can be used to execute a SQL
query. It takes the same arguments as `isql`, i.e. `QueryGraph `.

## Exercise 5.2

After running `make` the program `bin/GOO` can be used to run Greedy Operator
Ordering on a query. It takes the same arguments as `isql`, i.e. `GOO
`.

## Exercise 7

After running `make` the program `bin/DP` can be used to run DPsub on a
query. It takes the same arguments as `isql`, i.e. `DP `.

## Exercise 9

After running `make` the program `bin/QuickPick` can be used to run QuickPick on a
query. It takes the same arguments as `isql`, i.e. `QuickPick `.