When I create a post/question like this one for example. How does stackoverflow use it? I mean, does it create a new page for the question or does it turns it into pieces and puts the pieces together on a single dynamic page?
I've read that creating a new page would be bad because it would put a heavy strain on the server. But its good for SEO right?(not sure) on the other hand, generating a dynamic page is a lot less heavy on the server, but I'm not sure when it comes to SEO.
So how do websites like stackoverflow handle the content? Generate new pages or just a single dynamic page? or maybe they do something else that I just haven't read or heard of?