|
|
Re: Database design help
|
Posted: Feb 7, 2005 5:16 AM
|
|
(1) There are factors that affect your decision on this, like communication medium between centers, size of data being communicated, servers capabilities...
If you choose to keep a database in each center then you have to consider properly Synchronizing/linking/Posting between them.
I would guess it's better to keep 1 database at a location that is easily accessible (may be HQ). This way you make the data much more integrated.
(2) Will there be any problem (regarding query processing speed)
for > 25 tables ? There shouldnt be, but again, query performance depends on the communication speed.
|
|