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
- Host: GitHub
- URL: https://github.com/durner/query-optimization-tum-in2219
- Owner: durner
- Created: 2016-11-08T08:55:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T11:24:41.000Z (over 9 years ago)
- Last Synced: 2025-06-21T13:41:11.983Z (11 months ago)
- Topics: database, query-optimizer, sql-query
- Language: C++
- Homepage: https://db.in.tum.de/teaching/ws1617/queryopt/?lang=en
- Size: 1.87 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `.