|
|
|
|
|
by x0x0
3512 days ago
|
|
Also -- if you look at the infra updated from the linked article, they mention something about 3M updates/hour to a pg table ([1], slide 9) triggering continuous vacuums. This feels like using a db table as a queue which is not going to be fun at moderate to high loads. [1] https://about.gitlab.com/2016/09/26/infrastructure-update/ |
|
Still this is something we need to fix in our CI implementation because, as you say, databases are not good queueing systems.