I have about 1.63 GB text information in 11 databases.
these databases information is not realated to each other.
my application run from DVD i have some problem for first connection to each database
its take some moment to open connection to each database.
I have a question: which is better?
1-collect all tables in a single database increase my application speed?
I created my databases with SQLCE 3.5 and i’m using entity framework.
Your question really doesn’t provide enough good context to answer properly, but if the initial connection latency is the problem then naturally reducing the number of outbound connections will improve performance. How a single database affects performance and scalability is impossible to know given the lack of context.