View Single Post

   
  #7 (permalink)  
Old 02-27-2008, 05:00 AM
jane
 
Posts: n/a
Default Re: about cursor load

HI, Pyle,

also for compare loading from file or load from cursor..

if load from file, there must have physical read I/O happened, but load
from cursor , there is not physical read I/O happened for read from
cursor.. I suppose load from file should slower than load from cursor
from I/O point of view..

you said load from file is faster than load from cursor, do you have
any idea why?

Reply With Quote