I need to support data that comes from 30+ sources and the structure of that data is consistent across all the sources, but what I'm not clear on is whether or not I should use 30+ tables with roughly the same format or 1 table where the row key reflects the source.
Anybody have a strong argument one way or the other? Thanks!
