| ▲ | steve1977 2 hours ago |
| I know that I'm simplifying (probably too much), but it seems like things were fine when GitHub was still a Ruby on Rails monolith and all the rigmarole with microservices etc. only made things worse. |
|
| ▲ | remus 2 hours ago | parent | next [-] |
| Unless everything else stays the same (underlying traffic etc.) then you can't really compare. Could be that you hit some fundamental scaling limit with the old design and it completely falls over after a certain scale. |
| |
| ▲ | steve1977 2 hours ago | parent [-] | | Oh as said I'm pretty sure things are more complex. It's just funny in a way that all these technologies that are usually being sold as "enablers for scale" don't seem to do their job very well. |
|
|
| ▲ | tankenmate 2 hours ago | parent | prev [-] |
| This sounds more like a belief, based on little more than "correlation is causation", than analysis that controls for macro-trends backed by evidence. |
| |
| ▲ | sgarland an hour ago | parent | next [-] | | It is, but everyone is entitled to beliefs. Anecdotally, I feel the same way. Everywhere I’ve been, there has always been a legacy monolith that was stable as a rock, with dozens of new microservices scattered around it in an attempt to exit the monolith. The microservices have never once been stable. People fail to take the most basic things into consideration, like “you can’t have Consistency and Availability when everything is a network call.” I’m sure survivor bias is at play here, but when I look through the older code bases - especially the data model - it’s an entirely different world than the newer stuff, and it’s clear which of the two was written by people who understand systems. | |
| ▲ | embedding-shape 2 hours ago | parent | prev [-] | | GitHub been oscillating between long phases of "Never any new features but rock-solid and no downtime" and "New features every week but also unicorns (used to be the "service unavailable page") every week" for as long as I can remember. Seems they're on some interval switching between the two. |
|