Add a delete_while db method that iterates through records in the db and removes all records where provided predicate evaluates to false. Use this new method in the blobs try_prune method
TODO
remove BlobInfo as it can be totally deprecated. Now we now longer need to worry about atomic transactions across two separate dbs
Issue Addressed
6559
Proposed Changes
Add a
delete_while
db method that iterates through records in the db and removes all records where provided predicate evaluates to false. Use this new method in the blobstry_prune
methodTODO remove BlobInfo as it can be totally deprecated. Now we now longer need to worry about atomic transactions across two separate dbs
Blocked by #4718