
Signature
Neil Truby t:01932 724027
Director m:07798 811708
Ardenta Limited e:neil.truby@ardenta.com
not that many tables at all - dozen, tops....had a suggestion to do the
rename table and insert over into a new one but....
i have not used hpl yet, so may be time to dig deeper into that as well
thanks for the tips - i will check them out.
tom
> How many tables?
> The Chav's suggestion of ALTER FRAGMENT ... INIT IN is good. Set
[quoted text clipped - 18 lines]
> >
> > tom
Neil Truby - 28 Jan 2005 05:40 GMT
> not that many tables at all - dozen, tops....had a suggestion to do the
> rename table and insert over into a new one but....
> i have not used hpl yet, so may be time to dig deeper into that as well
That's an awful suggestion if they are large, as it will be very slow and
you'll end up with deeply fragmented indexes. At least if you do that drop
the indexes first on the target table then add them once all the data's
loaded ...
tomcaml@yahoo.com - 31 Jan 2005 14:51 GMT
any better suggestions?
> > not that many tables at all - dozen, tops....had a suggestion to do the
> > rename table and insert over into a new one but....
[quoted text clipped - 4 lines]
> the indexes first on the target table then add them once all the data's
> loaded ...