Understanding the StackOverflow Database Schema
I would like to know more about how tags are stored in the database, and how each tag is retrieved in a search query.
I would also like to know if I can store many URLs in a one cell of a table as a string, in the same way you have stored tags in the above link.
PostTagstable is totally missing from that article, for example. Reviewing the question I linked to would help explain things a bit more than that article does. While the two schemas are different, the data dump mostly mirrors the real schema in this area. – Jon Seigel Jul 28 '11 at 4:03