Skip to content

push.replication.ignore.data

When set Query processors will ignore the 'data' section in snapshots, which is used for serving cached copies.

Key: push.replication.ignore.data
Type: Boolean
Can be set in: collection.cfg

Description

Specifies if push collections running as query processors should download the document data from master. When set 'true' push query processors will not be able to server cached copies and will be unable to be promoted to Admin.

Default Value

Defaults is to not ignore the document data, so cached copies are available on the query processor.

push.replication.ignore.data=false

Examples

If you don't need cached copies of documents, and wish to save network load set:

push.replication.ignore.data=true

See Also

top

Funnelback logo
v15.24.0