You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
AI disclosure: Claude Code assisted with development. Every line of code was either written by or carefully reviewed by me :)
Copy file name to clipboardExpand all lines: go/flags/endtoend/vtcombo.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Flags:
51
51
--config-path strings Paths to search for config files in. (default [{{ .Workdir }}])
52
52
--config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
53
53
--config-type string Config file type (omit to infer config type from file extension).
54
-
--consolidator-cache-proto3-rows Cache proto3-encoded rows in consolidated results to avoid redundant encoding by waiting queries.
54
+
--consolidator-cache-proto3-rows If true, the consolidation leader pre-caches proto3-encoded rows so that waiters avoid redundant encoding work.
55
55
--consolidator-query-waiter-cap int Configure the maximum number of clients allowed to wait on the consolidator.
56
56
--consolidator-query-waiter-cap-method string Configure the method when consolidator waiter cap is exceeded. Options: fallthrough, reject. (default "fallthrough")
57
57
--consolidator-stream-query-size int Configure the stream consolidator query size in bytes. Setting to 0 disables the stream consolidator. (default 2097152)
Copy file name to clipboardExpand all lines: go/flags/endtoend/vttablet.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Flags:
85
85
--config-path strings Paths to search for config files in. (default [{{ .Workdir }}])
86
86
--config-persistence-min-interval duration minimum interval between persisting dynamic config changes back to disk (if no change has occurred, nothing is done). (default 1s)
87
87
--config-type string Config file type (omit to infer config type from file extension).
88
-
--consolidator-cache-proto3-rows Cache proto3-encoded rows in consolidated results to avoid redundant encoding by waiting queries.
88
+
--consolidator-cache-proto3-rows If true, the consolidation leader pre-caches proto3-encoded rows so that waiters avoid redundant encoding work.
89
89
--consolidator-query-waiter-cap int Configure the maximum number of clients allowed to wait on the consolidator.
90
90
--consolidator-query-waiter-cap-method string Configure the method when consolidator waiter cap is exceeded. Options: fallthrough, reject. (default "fallthrough")
91
91
--consolidator-stream-query-size int Configure the stream consolidator query size in bytes. Setting to 0 disables the stream consolidator. (default 2097152)
0 commit comments