BigW Consortium Gitlab

  1. 07 Apr, 2016 1 commit
  2. 04 Apr, 2016 1 commit
  3. 09 Mar, 2016 1 commit
  4. 25 Feb, 2016 1 commit
    • Batch size >1000 does not pay off · a3109012
      Jacob Vosmaer authored
      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.
  5. 19 Feb, 2016 1 commit
  6. 18 Feb, 2016 1 commit
    • Use SCAN during 'rake cache:clear' · 9805fe19
      Jacob Vosmaer authored
      This allows 'rake cache:clear' to delete millions of keys without
      choking. It requires Redis 2.8.0 or newer but we needed that already
      anyway.
  7. 23 Jun, 2015 1 commit
  8. 20 Jun, 2014 1 commit
  9. 31 Mar, 2013 1 commit