Troubleshooting WebSphere Commerce Analyzer: Poor performance
If WebSphere Commerce has poor performance after turning on the USRTRAFFIC event listener, you can use the following technique to increase the performance.
To tune the USRTRAFFIC table, complete the following tasks on the WebSphere Commerce Server:
- Update the pre-fetch size for USRTRAFFIC. The pre-fetch size is 20 000 by default. The pre-fetch size that you choose depends on the amount of traffic in your store.
Connect to the WebSphere Commerce database, and then issue the following command from a DB2 command window:
db2 update keys set PREFETCHSIZE = 30000 where TABLENAME = 'usrtraffic'Issue the following command against the WebSphere Commerce database from an SQL plus window:
update keys set PREFETCHSIZE = 30000 where TABLENAME = 'usrtraffic';
(C) Copyright IBM Corporation 1996, 2006. All Rights Reserved.