'Druid how to quick flush data from tables
I want quick remove data form Druid. Currently, I'm marking rows as unused and then run kill. This procedure take 2 min for 5x rows. It is possible to do it faster, i.e. by reset druid or something?
Solution 1:[1]
If you want to clear the whole cluster, then yes, the reset-cluster tool should do that for you:
https://druid.apache.org/docs/latest/operations/reset-cluster.html
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sergio Ferragut |
