Influxdb performance issue

一世执手 提交于 2019-12-11 18:12:18

问题


We have a distributed system that runs on high load therefore we have experienced some data lost due to influx overriding points that had arrived in the same time exactly. Tried to move to nano seconds precision but since we work with Java, we could not find the real nano seconds in clock way. So we did something else, I fear, that might causing us performance issues.

We added a tag called distinctor, which we random a integer value between 1-1000. This insures all points are inserted an nothing got overwritten. But Influx started working slowly after sometime. Restart fix it and it started working fast again.

Can this happen because of the extra tag? it is a low cardinality value.

We are on testing phase so we are running on AWS micro machine.

Regards, Ido

来源:https://stackoverflow.com/questions/48040862/influxdb-performance-issue

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!