Deployment topologies and scenarios
WebSphere Commerce search indexes are created separately based on a specific master catalog. After deploying the WebSphere Commerce search index, you can separately manage and rebuild each index to refresh its data.
Performing a full re-indexing rebuilds the entire search index, while a delta re-indexing performs only incremental updates on the existing operational search index. Before deploying your index, you must consider the index-building scenarios, depending on your WebSphere Commerce search environment.
- A production server with a dedicated index-building machine.
- A staging and clustered search server.
Examples: Deployment topologies and scenarios
Small or medium index size: WebSphere Commerce production server with a dedicated index-building machine
A dedicated index-building machine, which is known as the master, is used to build the index. The index is then replicated to other search machines, which are known as targets. The runtime search performance is not affected during index-building.
Recommended: Large index size: Staging propagation and clustered search servers
The index-building is performed on the WebSphere Commerce staging database and search staging machine. Business users can test their new data in the staging database with the updated index. After successfully completing their tests, the data is propagated from the staging database to the production database, and the index is replicated from the search staging machine to the search production machines using the master indexing server. This is the recommended approach, as this option imposes the least amount of risk to the production environment and provides a more flexible environment for making incremental changes.
Timeline of events
Where:
- A start time is passed as a parameter to the indexprop utility at the time the command is issued by an IT Administrator.
- This start time defines the period of time where cache invalidation should start. Typically, this is the start of the staging propagation operation.
- The indexprop utility monitors the progress of the index replication on all the search subordinate servers in production.
- Once all of the index replications have completed successfully, the indexprop utility issues a cache invalidation instruction by inserting an entry of type restart into the CACHEIVL table, using the provided start time parameter as the time to start performing cache invalidation.