provide docker container with medium size dell-dvdstore postgresql database
Context
Summary
Using the small sized dvdstore dataset, it is sometimes difficult to see effects of optimization. Therefore it would be better to use a larger dataset where the effects of optimization make a real difference.
Steps to reproduce
Run the queries multiple times and see that timing differs between execution and makes comparisons difficult.
What is the current issue behavior?
Depending on the query, only minimal timing differences occur.
What is the expected correct behavior?
Using a larger dataset, timing should differ much more and should make comparison of the results easier and more reproducible.
Possible fixes
- Provide the medium size dvdstore dataset
- Adapt exercises Indexes - [x] Optimization