0
votes
1answer
139 views

What SQL query does stackoverflow use to retrieve a question and all its answers in order?

According to this, stackoverflow uses one table for both questions and answers. This design seems somewhat unusual. What SQL query does stackoverflow use to retrieve question #123456 and all its ...
3
votes
1answer
326 views

How is stack overflow optimized for Google? [duplicate]

Possible Duplicate: SEO in stackoverflow Related question: http://meta.stackoverflow.com/questions/20171/im-just-going-to-throw-this-out-there-but-google-indexes-stack-overflow-really So, I ...
11
votes
6answers
145 views

How should we handle premature optimization discussion in optimization questions?

Several of the questions on SO that ask, "Which of these is faster?" or "Why is this faster than the alternative?" have one or more answers which explain the downsides of premature optimization and ...