Hello
my scenario requires 2 databases in one project, and as i read thru documentation, it said that this scenario is best to be implemented with adapter. Also i need to query data using joins between 2 tables in different databases. As i understand, it's not a problem with adapter since it uses full schema name in queries, but do you guys have any information about perfomance of cross-database joins? is there any critical perfomance hits?
thanks in advance