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.
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.
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.