a8b5f8f990
We were deleting expired objects by directly executing a delete query. With this change, we first select the objects to be deleted and then delete them (as recommended by cockroachdb for deleting using a non indexed column). Change-Id: Ied150fbdc7031a343a74e0b9dab316598188ef66 |
||
---|---|---|
.. | ||
chore.go | ||
doc.go | ||
expireddeletion_test.go |