Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Solaris9/Oracle9i interupt problem with E4500
I don't think its an Oracle thing. I give the following commands and
resulint times. This using a single cpu, Using multiple cpu actually
makes things slower. I point out that while using /*+ APPEND*/ does
help, it doesn't solve t he problem. I give the Rehat/PC times for the
same command
set timing on
insert into sales10a
nologging
select *
from sh.sales;
4500 - 03:26:02 pc - 00:11:40
insert /*+ APPEND*/ into sales10a
nologging
select *
from sh.sales;
4500- 02:06:32 pc- 00:09:91
No indexes, no constraints. You can see the difference between the commands, but they are still an order of magnitude between the platforms.
Thanks
hvf
>>
>> Does anyone have any ideas on what is going on here?
>>
>> Thanks
>> hvf
>>
>Not without the DDL and the DML.
>
>1. How many indexes?
>2. How many constraints?
>3. How many are referential?
>4. Any hints like /*+ APPEND */
>
>Thanks for the hardware info but you didn't give anyone much to go on.
Received on Tue Nov 25 2003 - 19:22:40 CST
![]() |
![]() |