Partition Table option in Oracle Enterprise Stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
yxie
Premium Member
Premium Member
Posts: 10
Joined: Tue Apr 03, 2007 3:46 pm

Partition Table option in Oracle Enterprise Stage

Post by yxie »

Hi All,

I was trying to testify Partition Table option in oracle Enterprise stage for performace tuning, I wrote a simple select query and insert to a dataset
the issue is that the number of extracted rows got doubled after I gave the source table as a partition table, I am sure there are several indexes sitting in the souce table.
I had some study with previous posts regarding this topic, still didn't get the point.
Please give any advice, and what is the senario we can use this option(one and only one index in source table?)
thank in advance and your time is highly appreciated!

Yan
Last edited by yxie on Wed Feb 11, 2009 2:42 pm, edited 1 time in total.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Is your source table in fact partitioned? Note that index <> partition, you seem to be confusing the two. Check with your DBA if you are unsure.
-craig

"You can never have too many knives" -- Logan Nine Fingers
yxie
Premium Member
Premium Member
Posts: 10
Joined: Tue Apr 03, 2007 3:46 pm

Post by yxie »

Thanks so much Craig,
Sorry for my green :lol: , do you mean only table itsself is partitioned, we can use this option, and index has nothing to do with this?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... there will be specific indexes that support the partitioning, but yes - only if the table itself is partitioned.
-craig

"You can never have too many knives" -- Logan Nine Fingers
fmou
Participant
Posts: 124
Joined: Sat May 28, 2011 9:48 pm

Post by fmou »

Hi,

Just to confirm,

Is there any special requirement for oracle database to use the Partition Table option in oracle Enterprise stage?

As per craig,
chulett wrote:Well... there will be specific indexes that support the partitioning, but yes - only if the table itself is partitioned. ...
there are special requirements for oracle database, at least, "only if the table itself is partitioned", however, replies in this thread
viewtopic.php?t=91074 seem otherwise.

Anyone can confirm this?

thanks
Post Reply