Open ruionweb opened 1 week ago
I think find_in_batches loads the record, which might contribute to oomkill. This is so we use commit_id instead and delete with in_batches which returns a batch enumerator
find_in_batches
I think
find_in_batches
loads the record, which might contribute to oomkill. This is so we use commit_id instead and delete with in_batches which returns a batch enumerator