Skip to content

analytics.reports.disable_incremental_reporting

Disable incremental reports database updates. If set all existing query and click logs will be processed for each reports update.

Key: analytics.reports.disable_incremental_reporting
Type: Boolean
Can be set in: collection.cfg

Description

This settings controls the way the analytics reports database is updated from query and click logs. The update can run in two modes:

Incremental (default)

In this mode only the new query & click log files since the last reports update are processed and new data is added to the existing data in the reports database. In this mode only the archived query & click logs are processed, live logs are ignored.

Full

In this mode the existing reports database is deleted and all the existing query & click log files are processed, including the live logs. The incremental mode is faster and should be used most of the time. However some settings affect the way the logs are processed and changing these settings will require to perform a full update. The concerned settings are:

When you change one of these settings, you will need to switch to full update mode by using true value, update the reports once, then switch back to incremental mode using false value. See: updating search analytics.

Default Value

The default setting let the reports update run incrementally:

analytics.reports.disable_incremental_reporting=false

Examples

To switch to full reports updating mode, change this setting to false:

analytics.reports.disable_incremental_reporting=true

See Also

top

Funnelback logo
v15.24.0