Documentation for ProTrack Warehouse 7.5.
ProTrack Warehouse uses a method of caching in order to optimize performance when computing shortest-path travel calculations. A dual-stage caching methodology has been implemented as of ProTrack Warehouse version 7.3, which first caches node-to-node travel, and then caches travel routes between unique pairs of locations. Once both stages are completed for a pair of locations, that particular pairing is considered to be "fully cached."
ProTrack Warehouse utilizes two methods in order to build the cache. First a node-to-node cache is ALWAYS primed (ahead of the time that it is actually needed during standards calculation). Additionally, some degree of location-to-location cache can be primed. The process of building these two pre-caches is referred to as "priming the cache." Secondly, as travel time is calculated between two locations, the shortest path is cached "on-the-fly" for location pairing without a pre-existing cache.
Node caching and location caching can both be independently "primed" ahead of time before standards are being calculated. This results in a huge performance gain when calculating standards involving travel.
"Priming" the cache means that there will be a "history" generated of travel combinations between two locations and nodes before travel actually occurs between those locations in the live production environment.
The priming processes of both node cache and location cache are handled independently. It is required that Node Cache ALWAYS be primed; location priming is considered optional. However in environments with pre-download assignments, location priming is recommended.
Info
As mentioned briefly earlier, the Caching screen is used to create and delete the Node and Location Caches. Click on 'Caching' and the Node and Location Caching screen appears.
Fig.218 Maintain Facility Layout - Caching
Contained in the left box are all options for generating Node Cache. The user must specify the following:
Clicking creates an entry in Scheduled Requests. The progress of the task can be monitored on the Monitor > Scheduled Request screen.
Fig.219 Maintain Facility Layout - Node Caching
Contained in the right box are all options for generating Location Cache. The options that the user must specify are similar to those for Node Cache:
Clicking creates an entry in Scheduled Requests. The progress of the task can be monitored on the Monitor > Scheduled Request screen.
Fig.220 Maintain Facility Layout - Location Caching
Whether or not the two caches need to be recalculated depends on what was changed. Here are the different change scenarios and requirements:
Info