poor performance while trying to run Demantra jobs concurrently
Hello,
We are using Demantra v7.1.1 and have so far been executing batch jobs one at a time.
This is to make sure there is no contention on the SALES_DATA or any other demantra tables, since all the jobs refer to one of these Key tables.
Recently, we tried to execute a workflow (export integration interface) while another process was executing.
The new process took long time to complete in the database, contrary to our belief. When run standalone it used to take 2 hrs, which now runs for more than 4 hrs.
more technical details:
Database: 10.2.0.3
Original job: copies data from certain series in SALES_DATA over to new series there using a backend custom procedure. this uses DBMS jobs and runs in 10 parallel threads.