What are the best practices for keeping referential integrity across multiple databases? since there\'s no built-in functions
Or is it better to partition a single datab
I guess it depends on your needs, but I'd probably lean towards a single database. To do it across multiplbe databases you need distributed transactions support.