-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: parallelize feature is moved to source block (#2536)
The new PR we saw improved way of ingestion +--------------------------------------------------------+------------+-------------------+ | Configuration | %Cpu(s) us | Average rate (msg/sec) | +--------------------------------------------------------+------------+-------------------+ | SC4S main parallelize off --active-connections=1 | 9.0 | 14144.10 | | SC4S main parallelize off --active-connections=10 | 59.3 | 73743.32 | | SC4S old parallelize on (10 threads) --active-connections=1 | 11.8 | 17184.52 | | SC4S pr-2536 parallelize on (10 threads) --active-connections=1 | 58.4 | 77842.18 | +--------------------------------------------------------+------------+-------------------+
- Loading branch information
1 parent
1f651ae
commit 16fb3a5
Showing
4 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
package/etc/conf.d/log_paths/2/lp_dest_alts_global/plugin.jinja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters