Should multiple regional websites all use the same database?

Posted by John Himmelman on Stack Overflow See other posts from Stack Overflow or by John Himmelman
Published on 2010-05-03T18:19:18Z Indexed on 2010/05/08 11:28 UTC
Read the original article Hit count: 145

Filed under:
|

I'm developing a cms for a company that has multiple regional sites (us, uk, china, russia, etc..). Should I use a separate database for each of these sites or use a single database with a 'site' field in each table? My main concern is the table language encoding (ie, can storing strings in different langauges in the same table cause problems, such as sorting issues).

© Stack Overflow or respective owner

Related posts about cms

Related posts about internationalization