Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: tikv sync_log 参数用什么命令可以查看当前参数是否关闭呢? 谢谢
How is the write performance under the strictest sync-log = true
data availability mode?
Generally speaking, enabling sync-log
will result in a performance loss of about 30%. For performance when sync-log
is disabled, please refer to the TiDB Sysbench Performance Test Report.
show global VARIABLES like ‘%sync-log%’;
show config where name like ‘%sync-log%’;
I tried using the above two commands to check the parameter situation, but I did not find the parameter.