Tag: space

  • Good practice – Use the facade pattern for Advanced Integration services

    By Paul Pacholski When you use Advanced Integration services in IBM® Business Process Manager (BPM) Advanced, a copy of the EAR file for the implementation of each Advanced Integration service is created for each process app that uses it. For large implementations, these EAR file copies take a lot of space. To avoid wasting space, […]

  • Good practice – Purge data regularly

    By Michael Scheible If your IBM® Business Process Manager data grows without bounds, it can over time lead to disk space issues and to performance issues as database queries take longer and longer to process. Therefore, it is important to have a policy of continuously removing older data. There are a number of places within […]

  • Good practice – Avoid large business objects in a process or service

    By Andy Garratt Business processes in IBM® Business Process Manager should store only the data that is needed for the process or a service in the process as the process runs. Avoid large “cargo” object data being carried through the process because that data needs to be persisted as process instance state. When large amounts […]