23.10 broker documentation for Unified SQL output states
unified-sql-type outputs have the following parameters:
- ..
-
Connections count Number of connections to the database maintained by this output. This allows broker to write data in parallel using up to 3 connections:
- 1: all the database traffic goes through only one connection. It is fine for small platforms.
- 2: one connection is dedicated to the traffic (BULK INSERT statements) towards the data_bin and logs tables and the second one handles the rest.
- 3: two connections are dedicated to the traffic (BULK INSERT statements) towards the data_bin and logs tables and the third one handles the rest. We recommend this setting for large platforms.
But looking at actual 23.10 broker configuration UI for Unified SQL I don’t see “Connections count” named setting. There is however a “Number of connection to the database” but (?) for that parameter states “Usually cpus/2”.
So which is it? Is UI’s “Number of connection to the database” setting same as documentations “Connections count” and which is incorrect, documentation or UI’s help?