Let example.com be the main blog with a lot of articles about different topics. Now I want to have topic1.example.com to show only posts related to topic1.
The Rails application that powers the blog is already configured to respond accordingly when the request comes from the subdomain.
Now my question is about DNS configuration of subdomain: should I use a CNAME which "redirects" to example.com or should I use an A record (even for the subdomain) which points to the same IP of example.com?