From: <hv...@us...> - 2004-09-26 12:29:55
|
> What's the difference between performing a join (for example) using two > tables in the single database or from the separate database files on the > same Firebird server ? Two tables are just objects loaded in server memory > at some point. Agreed, fully. > One difference is 2PC protocol because different databases have their > separate transaction models (own transaction log / back record version > chain). But 2PC isn't worth considering as requiring too much money (and > time) to implement ... 2PC already implemented in IB\FB. Regards, Vlad |