Skip to main content
pshashipreetham
18-Opal
18-Opal
September 8, 2022
Solved

Influx DB Purge ValueStream - Best Practice's

  • September 8, 2022
  • 1 reply
  • 1745 views

Hi, 

Was looking for the Best Practice's to purge few logged properties which are logged in the InfluxDB ValueStream,  found a Article .

and saw the below Comment in the Article: 

Shashi_Preetham_0-1662658188349.png

this means InfluxDB data in Value Streams shouldn't get purged ?

Thanks,

Best answer by wcui

@pshashipreetham CS271772 means purging data consumes influxDB greately so it may cause performace issue if you perform query/insert at the same time. For example, some data will not be logged to influxDB or query service will time out for no responding.

    >>deleting data which would need to rewrite all of the shards and would become slow/unresponsive for query/insert operations

 

However if you do need purging data, we suggest to do it when there are few or no query/insert oeprations so the business will not be affected.

1 reply

wcui16-PearlAnswer
16-Pearl
September 18, 2022

@pshashipreetham CS271772 means purging data consumes influxDB greately so it may cause performace issue if you perform query/insert at the same time. For example, some data will not be logged to influxDB or query service will time out for no responding.

    >>deleting data which would need to rewrite all of the shards and would become slow/unresponsive for query/insert operations

 

However if you do need purging data, we suggest to do it when there are few or no query/insert oeprations so the business will not be affected.