Hi Bruno,
We were able to successfully disable the Performance Data Warehouse feature in BPM. Here are the steps we did
Step 1 - Locate 100custom.xml at cell level E:\IBM\WebSphere\AppServer\profiles\BPMPCDmgr01\config\cells\BPMPCCell01\clusters\BPMPC.AppCluster\process-center\config
E:\IBM\WebSphere\AppServer\profiles\BPMPCDmgr01\config\cells\BPMPCCell01\nodes\BPMPCNode01\servers\BPMPC.AppCluster.BPMPCNode01.0\process-center\config
Step 2 - Add the following to 100Custom.xml
<common merge="mergeChildren">
<performance-server-communication> <enabled merge="replace">false</enabled> </performance-server-communication>
</common>
Step 3 - Full Synchronize
Then, do a full synchronization to apply changes from dmgr to all nodes' clusters members.
Login to WAS console, to System Administration > Nodes, select node and click Full Synchronize
Or you can stop dmgr before you begin and restart after you're done.
Step 4 - verify the changes
Check TeamWorksConfiguration.running at nodes
Also we do a select count(*) from pdwdb.lsw_task and we could see that no more data populated to this table. Hooray!
Regards!
------------------------------
Thong Huynh
Sydney NSW
------------------------------
Original Message:
Sent: Fri June 18, 2021 02:50 AM
From: Bruno Charpentier
Subject: Purge PDWDB
Concerning the LSW_TASK table in PDW questions, it is similar to the BAW table but not exactly. In PDW due to the database model you can have several rows for a task instance and there are rows related to process instances (the start/stop process activities are considered as a task).
------------------------------
Bruno Charpentier
------------------------------