Posted by B D Jensen on 04/28/07 05:54
Hello!
I have an big table with 50Gb data, written som functions
that cleanup data and want to do something like this
insert into newtable
select id, func1(col1), func2(col2)
from oldtable;
I'm also plan to make newtable partioned (before insert).
But how could i get the insert as fast as possible?
Greetings
Bjorn D. Jensen
[Back to original message]
|