Files
gitlabhq/lib/tasks
Jacob Vosmaer a310901280 Batch size >1000 does not pay off
We did a small experiment to see how a full scan of the Redis keys on
gitlab.com speeds up as we increase the batch size. The values on the
right are time in seconds for a full scan (no delete operations).

count: 10);      284.500529021
count: 100);      86.21216934
count: 1_000);    60.931676195
count: 10_000);   60.96355610
count: 100_000);  62.378172541

It looks like 1,000 is a good number.
2016-02-25 13:50:08 +01:00
..
2015-12-11 18:02:09 +01:00
2011-10-09 00:36:38 +03:00
2015-05-12 13:21:11 +03:00
2016-02-25 13:50:08 +01:00
2015-11-11 15:30:23 +01:00
2015-11-12 16:26:23 +01:00
2015-02-03 19:25:57 -08:00
2015-12-09 11:56:23 +01:00
2015-12-09 10:50:43 +01:00
2015-07-03 10:51:44 +02:00