Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Moving columns about
Sat, Jan 27 2007 8:46 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim

I hope that moving columns about even when there's lots of data doesn't take much time eg

ALTER COLUMN "_ID" MOVE TO 7,
ALTER COLUMN "_ID" MOVE TO 6,
ALTER COLUMN "_ID" MOVE TO 5,
ALTER COLUMN "_ID" MOVE TO 4,
ALTER COLUMN "_ID" MOVE TO 3,
ALTER COLUMN "_ID" MOVE TO 2,
ALTER COLUMN "_ID" MOVE TO 1,

Roy Lambert
Sat, Jan 27 2007 11:15 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< I hope that moving columns about even when there's lots of data doesn't
take much time eg >>

ALTER TABLE operations are executed all at once on the catalog information
and *then* the table data is moved over.  The operations aren't executed one
at a time on the data.

--
Tim Young
Elevate Software
www.elevatesoft.com

Sat, Jan 27 2007 11:37 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tim


Good - that actually made sense to me - I must be improving.

Roy Lambert
Sat, Jan 27 2007 1:02 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< Good - that actually made sense to me - I must be improving. >>

Smiley

The key to understanding the new architecture in EDB is to simply always
remember that the catalog is the king.  It determines everything.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image