Y
Hacker News
new
|
ask
|
show
|
jobs
by
wfjackson
4247 days ago
Yet we see that StackOverflow is fast and scaling really well with demand while Reddit
still
has load issues after seven years.
2 comments
ansible
4247 days ago
Reddit does get about 15x the traffic SO does. But there are too many confounding variables to draw any conclusions about Linux vs. Windows.
link
tim333
4247 days ago
Reddit has rather more complex database queries than StackOverflow so that's not really apples to apples
link
notwedtm
4247 days ago
Genuinely curious as to how you came to that conclusion.From the outside looking in, they both look like they would serve similar queries.
On top of that, SO's search feature is (IMHO) loads better than Reddit's.
link
integraton
4247 days ago
StackOverflow uses ElasticSearch (open source, Java) for search.
link