How to persistently remove a column in aerospike(ce)

hi, I have a problem that whenever I restart the cluster, the previously deleted data comes back, how do I persistently delete this data to avoid unlimited growth of disk storage

If this is about permanently removing a bin, you can check this article: How to clear up bin names when they exceed the limits.

If it is about what to do in CE because the durable delete policy is only available on EE, the only thing that comes to mind is to leverage expiration instead of delete operation and, if that is not possible, to just remove the data when restarting a node and let it re-populate through migrations.

thank you for your reply.

Did you find the solution?

This topic was automatically closed 84 days after the last reply. New replies are no longer allowed.