I have three big databases (one with users and setting, second and third with discussion data). I need to join data from first - second and first - third database, using JOINS etc.
I know, how to do this... but performance is a question... wil it be slower, than if I have all data in one database and doing JOINs (All dataabses are on same server, with same rights)