php - Select over multiple databases -


I have to improve performance in a project at work. The app's data has spread to many databases. I was told that whatever is better to organize the data Is there an execution penalty when I make a selection on some tables spread in many databases, rather than selecting those tables in a database?

Depending on whether those databases are on the same physical server or not


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -