MethadoneBoy
Oct 12th, 2005, 11:26 AM
Hi guys,
I'm working with a database that cotnains a huge volume of text information. There are four major queries that pull different permutations of this data but each one of these queries takes an awfully long time to run due to the sheer size of the data being retreived. What's more, each of these queries have to be run consecutively because they're in the same database.
To speed up the process by allowing each query to run concurrently, I decided to move the queries into separate databases. What I was hoping to do was copy a vital table in the original database (that all the queries use) into each of the slave databases and then run each query independently. Which is where the problem comes in. Copying the table takes an awfully long time as well.
Does anyone here have experiences similar to this? Is there any way I can copy a table into an external database relatively quickly? At this stage, I'd even be willing to entertain outputting the table into an Excel file and reading in from there.
Any help would be appreciated.
Thanks
I'm working with a database that cotnains a huge volume of text information. There are four major queries that pull different permutations of this data but each one of these queries takes an awfully long time to run due to the sheer size of the data being retreived. What's more, each of these queries have to be run consecutively because they're in the same database.
To speed up the process by allowing each query to run concurrently, I decided to move the queries into separate databases. What I was hoping to do was copy a vital table in the original database (that all the queries use) into each of the slave databases and then run each query independently. Which is where the problem comes in. Copying the table takes an awfully long time as well.
Does anyone here have experiences similar to this? Is there any way I can copy a table into an external database relatively quickly? At this stage, I'd even be willing to entertain outputting the table into an Excel file and reading in from there.
Any help would be appreciated.
Thanks