Different information domains in DB
        Posted  
        
            by dotnetdev
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dotnetdev
        
        
        
        Published on 2010-03-23T22:02:00Z
        Indexed on 
            2010/03/23
            22:03 UTC
        
        
        Read the original article
        Hit count: 249
        
database-design
Hi,
I have a database for my personal site and at the moment it is storing different domains of information (Eg cv, CMS schema, and more, all in one DB).
I have noticed that sets of tables (eg all for one domain) have no relationship to other groups of tables as they are completely unrelated. What implication does this have on database design? I can assume this is a time I need to think about having >1 DB.
© Stack Overflow or respective owner