IBM / dse-decision-optimization-utilities

A Python package with various utilities that speed-up development of Decision Optimization projects in Watson Studio. Implements common tasks and provides best-practice guidelines to architect DO projects.
Apache License 2.0
4 stars 7 forks source link

ScenarioDbManager - read tables in parallel #51

Open victorterpstra opened 2 years ago

victorterpstra commented 2 years ago

To improve performance, read tables of same scenario in parallel.

Have tried this already with DB2, but it is not leading to a performance improvement. Probably due to the DB2 driver. Investigate any further options to do this with DB2

Or switch to PostgreSQL, where this could be an option.