performance of Insert with Partitioned View
From: TNL (le.nhan@freenet.de)
Date: 04/24/03
- Next message: BP Margolin: "Re: performance of Insert with Partitioned View"
- Previous message: BP Margolin: "Re: Encryption"
- Next in thread: BP Margolin: "Re: performance of Insert with Partitioned View"
- Reply: BP Margolin: "Re: performance of Insert with Partitioned View"
- Reply: Andrew J. Kelly: "Re: performance of Insert with Partitioned View"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "TNL" <le.nhan@freenet.de> Date: Thu, 24 Apr 2003 05:42:30 +0200
I am trying to insert new Records in different Database on different Server
with a Partitioned View, but the perfomance is very bad.
The partitioned View: MyPVIEW
SELECT * FROM server1.myDB.myTable
UNION
SELECT * FROM server2.myDB.myTable
UNION
SELECT * FROM server3.myDB.myTable
The Job:
Insert into MyPVIEW
SELECT * FROM Temp
Temp is a Table on the local server, it hat about 300.000 records.
How can I improve the performance?
- Next message: BP Margolin: "Re: performance of Insert with Partitioned View"
- Previous message: BP Margolin: "Re: Encryption"
- Next in thread: BP Margolin: "Re: performance of Insert with Partitioned View"
- Reply: BP Margolin: "Re: performance of Insert with Partitioned View"
- Reply: Andrew J. Kelly: "Re: performance of Insert with Partitioned View"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|