提交 1453db3a 编写于 作者: Z zhihaop

docs: add suggesting abwd configuration instructions

上级 30f63bea
...@@ -312,10 +312,10 @@ keepColumnName 1 ...@@ -312,10 +312,10 @@ keepColumnName 1
# keepTimeOffset 0 # keepTimeOffset 0
# enable thread local write batching. # enable thread local write batching.
# writeBatchThreadLocal 1 # writeBatchThreadLocal 0
# taosc write batch size, maximum 4096, 0 means disabled write batching. # taosc write batch size, maximum 4096, 0 means disabled write batching. suggesting value: 96 ~ 512.
# writeBatchSize 96 # writeBatchSize 96
# taosc write batch timeout in milliseconds, maximum 2048 # taosc write batch timeout in milliseconds, maximum 2048. suggesting value: 5 ~ 100.
# writeBatchTimeout 10 # writeBatchTimeout 10
\ No newline at end of file
...@@ -128,9 +128,9 @@ int32_t tsProjectExecInterval = 10000; // every 10sec, the projection will be ...@@ -128,9 +128,9 @@ int32_t tsProjectExecInterval = 10000; // every 10sec, the projection will be
int64_t tsMaxRetentWindow = 24 * 3600L; // maximum time window tolerance int64_t tsMaxRetentWindow = 24 * 3600L; // maximum time window tolerance
// The tsc async write batching feature (using ABWD). // The tsc async write batching feature (using ABWD).
bool tsWriteBatchThreadLocal = true; // if thread local enable, each thread will allocate a dispatcher. bool tsWriteBatchThreadLocal = false; // if thread local enable, each thread will allocate a dispatcher.
int32_t tsWriteBatchSize = 96; // suggest: 64 - 512, 0 means disable batching. int32_t tsWriteBatchSize = 96; // suggest: 96 - 512, 0 means disable batching.
int32_t tsWriteBatchTimeout = 10; // suggest: 5 - 200 (unit: milliseconds) int32_t tsWriteBatchTimeout = 10; // suggest: 5 - 100 (unit: milliseconds)
// the maximum allowed query buffer size during query processing for each data node. // the maximum allowed query buffer size during query processing for each data node.
// -1 no limit (default) // -1 no limit (default)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册