Earlier quoted context omitted.
It depends how much time is spent doing computation and how much time is spent doing lookups from disk. If the latter is clearly dominating, then a switch to Go will not help much.
I read a comment from one of the sysadmins (alienth?) saying their main bottlenecks were I/O.
Scaling Reddit from 1 Million to 1 Billion – Pitfalls and Lessons [video]
111–114 of 114 posts
Re: Scaling Reddit from 1 Million to 1 Billion – Pitfalls and Lessons [video]
#112Earlier quoted context omitted.
It depends how much time is spent doing computation and how much time is spent doing lookups from disk. If the latter is clearly dominating, then a switch to Go will not help much.
thanks for the insight. i did not have much to do with Go. But hear a lot of positive benchmarks here on HN. Reddit is kind of like an example social web app, and I read a lot on its architectural changes and scaling efforts. So for social Web 2.0 apps, which are getting older now, I m curious how much Go would make a difference. Mainly for Google applications, apparently Go brings a lot of speed and performance on t…
Re: Scaling Reddit from 1 Million to 1 Billion – Pitfalls and Lessons [video]
#113Reddit still uses Pylons, and I imagine moving to Pyramid would be very painful. He's not clear on this in the video.
I don't think I made any indications one way or another, but yes, it would probably be difficult to move.