Admin: Load web cache data task setup
The Load web cache system task (turned off by default) is responsible for loading cached visitor data into a series of dedicated data warehouse tables, and/or to a log file. To set the task up, please follow these steps:
Create a new
RPIWebCacheData
queue, using your queue provider of choice.Ensure the
CacheOutputQueuePath
app setting references the aforementioned queue.Ensure that at least one of the following system configuration settings is set to
true
:WebCacheOutputToDatabase
WebCacheOutputToFile
In the RPI System Configuration configuration interface, ensure
RPIWebCacheData
is set to the path of the queue.Ensure that app setting
CacheOutputQueueEnabled
is set totrue
.
Realtime configuration options
There are various configuration items that impact if the Realtime data is extracted from the Realtime Cache to either a set of files and/or the database. If you were to extract to files vs. the database, you can use the ERD above to determine how to join the data in the files together or the structure required to load the data to a database.
System config setting | Description |
---|---|
| Configures the system to write the cache data to the database (when set to |
| Determines if the Web Event data should also be extracted from the cache (when set to |
| Determines if the cache data should be extracted to files (when set to |
| When |
| When this is set to |