Chuck
2008-07-08 18:50:02 UTC
Hi,
What is the best way -- performance wise -- to handle data from multiple
databases if each database has several million records in a few tables.
One option is to create a single database and append all the records from
individual databases to that database. The other option is to create views
that span multiple databases. Which option will give me better performance --
everthing else being equal i.e. same server, same network, etc.
Thanks,
Chuck
What is the best way -- performance wise -- to handle data from multiple
databases if each database has several million records in a few tables.
One option is to create a single database and append all the records from
individual databases to that database. The other option is to create views
that span multiple databases. Which option will give me better performance --
everthing else being equal i.e. same server, same network, etc.
Thanks,
Chuck