Hey! We have a usecase to deprecate a bin from our Aerospike Cluster.
Can someone help me out with the different options that we have come across to understand the pros and cons of each? Say bin to be deprecated - binToBeDeleted
- Setting a value of null to binToBeDeleted for each record key
- Giving ttl of say 1 day to each record for binToBeDeleted
- Writing a UDF to delete the bin from each record and doing rolling restart for Aerospike.
Factors to keep in mind would be the compute used for deletion and the storage space saved. Thanks and Regards!