Navigation Menu

Skip to content

Commit

Permalink
doc: add notice about the number of workers
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 26, 2017
1 parent 6e47d34 commit c4552f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/text/configuration.md
Expand Up @@ -21,6 +21,12 @@ Here is recommended parameter in `system` directive:

* default: `1`

Note that there is one exception about the number of recommended
workers. Users should use `1` worker if command contains DDL (
`table_create` and `column_create` and so on) because
execution order of these command may be swapped. In such a case,
replication will fail.

Here are available parameters in `source` directive:

* `protocol`: It specifies protocol for receiving Groonga commands.
Expand Down

0 comments on commit c4552f4

Please sign in to comment.