This is a document for PGroonga 2.X. See PGroonga 1.x document when you're using old PGroonga.

pgroonga_crash_safer.max_recovery_threads parameter

Since 3.1.9.

Summary

pgroonga_crash_safer.max_recovery_threads parameter specifies the number of threads for recovery of broken Groonga indexes.

Syntax

In postgresql.conf:

pgroonga_crash_safer.max_recovery_threads = number_of_threads

Usage

Here is an example to specify -1 to use all available CPUs:

pgroonga_crash_safer.max_recovery_threads = -1

See also