关于数据不一致问题
guideyong opened this issue · 4 comments
guideyong commented
经过一天的测试发现有时候数据会出现不一致的情况,当我手动插入4条数据,偶尔会出现一边只有三条数据的情况,尚未得知具体原因,其次KEYMAPS支持measurement支持配置模糊匹配吗?
guideyong commented
目前发现当我快速发送多条插入请求时会出现
shell909090 commented
influxdb对同一个时间只能插入一条记录,你看看是不是这个问题。
…On Mon, Jul 27, 2020 at 4:16 PM guideyong ***@***.***> wrote:
目前发现当我快速发送多条插入请求时会出现
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#104 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM47K2ZF4LFPIYDLAAB7DDR5UZUPANCNFSM4PIQAV2Q>
.
--
彼節者有間,而刀刃者無厚;以無厚入有間,恢恢乎其於游刃必有餘地矣。
blog: http://shell909090.org/
twitter: @shell909090 <https://twitter.com/shell909090>
about.me: http://about.me/shell909090
guideyong commented
原因找到了,因为两个间隔配置的不一致导致的,还有就是KEYMAPS目前只支持全匹配和前缀匹配吗?能否支持配置* cpu *这种表达式?
shell909090 commented
正则匹配会消耗比正常更多的资源,所以默认并没有使用这个方案。如果你需要的话,可以改为正则。