Question & Answer
Question
Why does the LSW_TASK table in the Performance database continue to grow even after cleanup activities and after disabling tracking groups and auto-tracking?
Answer
The issue was caused by the generation of tracking data for specific services in IBM Business Automation Workflow (BAW). To address the problem, the following actions can be taken:
1. Identify the services generating tracking data by running SQL queries on the LSW_TASK table.
2. Set the configuration parameter 'service-tracking-enabled' to 'false' in the 100Custom.xml file to disable the insertion of tracking data for services.
By default, services create Performance Data Warehouse tracking records in the LSW_TASK table when they run. You can disable the insertion of these records:
Edit each 100Custom.xml file and make the indicated edits in the <server> section:
<service-tracking-enabled merge="replace">false
</server>
3. Restart the environment to apply the changes then verify that the LSW_TASK table was no longer growing due to the identified services.
Related Information
Product Synonym
BAW
Was this topic helpful?
Document Information
Modified date:
13 April 2026
UID
ibm17269285