Hmm, it seems I need to better understand the format of your data: the algorithm deletes everything in slices of size 100. Unfortunately the slice is per timestamp, so if you have a lot of keys expiring with the same timestamp, then I guess this can happen.
Hmm, it seems I need to better understand the format of your data: the algorithm deletes everything in slices of size 100. Unfortunately the slice is per timestamp, so if you have a lot of keys expiring with the same timestamp, then I guess this can happen.