Configuring Temporary Tables for Batch and Online Processing

When you run Application Engine processes in parallel, you risk data contention and deadlocks on temporary tables. To avoid this, PeopleTools enables you to dedicate specific instances of temporary tables for each process. When PeopleSoft Application Engine manages a dedicated temporary table instance, it controls the locking of the table before use and the unlocking of the table after use.

When you decide how many temporary table instances to dedicate for a process, consider the number of temporary tables that the process uses. More instances result in more copies of the temporary tables on the system. For example, if a process uses 25 temporary tables and you have 10 instances for a process, you will have 250 temporary tables on the system.

If you run processes in parallel and all of the dedicated temporary table instances are in use, the performance of the process decreases. You need to find a balance that works for your organization.

Note: When you specify the number of instances, PeopleSoft Application Designer displays a list of the temporary tables for the process. Use the list to determine how many temporary tables that each process uses.

Specify how many temporary table instances to dedicate for each of the following Application Engine processes in PeopleSoft Program Management:

  • Forecast Cache Administration (FC_CACHE_AD)

  • Forecast Establish Control (FC_CTRL_LOAD)

  • Forecast Populate Time (FC_HRS_LOAD)

  • Forecast Variance Calculation (PC_FC_CALC)

  • Projects to Forecasting (PC_PC_TO_FC)

  • Load Budget from Excel (PGM_BUD_EXL)

  • Send Estimate to Project Request (PGM_ES_TO_PR)

  • Retrieve Estimate To Complete (PGM_ETC_GET)

  • AE to load the fact table (PGM_FACT_AE)

  • Enforce Team Pool Refresh (PGM_POOL_RFS)

  • Project Request Analysis (PGM_PRJRQ_AE)

  • Program Refresh (PGM_PROGRFSH)

  • Review Program (PGM_REVW_AE)

  • Calculate Warning Indicator (PGM_SCH_EDIT)

  • Show Estimate Summary (PGM_SHOW_EST)

  • Distribute Costs to Budgets (PGM_SPREAD)

  • Calculate Daily Workload (PGM_WLOAD_AE)

The PeopleTools documentation discusses the usage of temporary tables in detail and describes how to specify the number of instances.

If you run any of the PeopleSoft General Ledger COBOL processes, also configure the temporary tables for those processes. The PeopleSoft General Ledger subject discusses how to do this in detail.

See the product documentation for PeopleTools: Application Engine