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!
We have not reached the bin quota so that is not a concern for us right now. Our end goal being reducing the overall disk size used for our Aerospike cluster, hence deleting the unused bin.
Regarding point 2, sorry I meant giving a TTL to binToBeDeleted. Intent is just to “delete the bin”