This article demonstrates how to move part of the data from one InfluxDB server to another InfluxDB sThect, the data is split by criteria to…
Tag: delete
Delete the zookeeper logs and snapshot with FileTxnSnapLog from the command-line
The new version of zookeeper has the ability to auto-purge the logs and snapshots (if autopurge.snapRetainCount and autopurge.purgeInterval are enabled in the configuration), but if…
Delete millions of files slowly without loading the server
There a situations when we need to delete a great deal of files from our filesystem and if we just execute rm -Rf the server…