BigW Consortium Gitlab

  1. 25 May, 2017 1 commit
  2. 12 May, 2017 1 commit
  3. 26 Apr, 2017 1 commit
  4. 11 Apr, 2017 3 commits
  5. 10 Apr, 2017 1 commit
  6. 07 Apr, 2017 1 commit
  7. 06 Apr, 2017 3 commits
  8. 03 Apr, 2017 4 commits
  9. 21 Mar, 2017 2 commits
  10. 11 Mar, 2017 1 commit
  11. 15 Feb, 2017 1 commit
  12. 31 Dec, 2016 1 commit
  13. 25 Nov, 2016 1 commit
  14. 23 Nov, 2016 1 commit
    • Remove event caching code · 5371da34
      Yorick Peterse authored
      Flushing the events cache worked by updating a recent number of rows in
      the "events" table. This has the result that on PostgreSQL a lot of dead
      tuples are produced on a regular basis. This in turn means that
      PostgreSQL will spend considerable amounts of time vacuuming this table.
      This in turn can lead to an increase of database load.
      
      For GitLab.com we measured the impact of not using events caching and
      found no measurable increase in response timings. Meanwhile not flushing
      the events cache lead to the "events" table having no more dead tuples
      as now rows are only inserted into this table.
      
      As a result of this we are hereby removing events caching as it does not
      appear to help and only increases database load.
      
      For more information see the following comment:
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037
  15. 07 Nov, 2016 1 commit
  16. 31 Aug, 2016 1 commit
  17. 20 Jul, 2016 1 commit
  18. 14 Jul, 2016 1 commit
  19. 28 Jun, 2016 1 commit
  20. 03 Jun, 2016 2 commits
  21. 02 Jun, 2016 1 commit
  22. 31 May, 2016 1 commit
  23. 26 May, 2016 1 commit
  24. 23 May, 2016 1 commit
  25. 16 May, 2016 1 commit
  26. 04 May, 2016 1 commit
  27. 01 May, 2016 1 commit
  28. 25 Apr, 2016 1 commit
  29. 31 Mar, 2016 2 commits
  30. 24 Mar, 2016 1 commit