storj/satellite/dbcleanup
Ethan 2b92bba563 satellite/satellitedb/orders: Handle serial_numbers deletes in smaller increments on CRDB
CRDB doesn't like large deletes. While testing in the POC environment we found that deletes on the serial_numbers table could take hours.  This change limits deletes to 1000 at a time (configurable) to avoid blocking other queries.

Change-Id: I08455e25db1574579dd4d7b7125a08e9c913dff1
2020-11-20 13:44:52 +00:00
..
chore_test.go satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
chore.go satellite/satellitedb/orders: Handle serial_numbers deletes in smaller increments on CRDB 2020-11-20 13:44:52 +00:00