Focal Point
Teradata Performance

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4751012422

April 19, 2007, 02:00 PM
secret
Teradata Performance
I have a request against a teradata view that retrieves 250 columns for one row.

It takes 30 seconds to come back.

When this row is retrieved from teradata directly it takes 3 seconds.

my code looks like

TABLE FILE XXX
PRINT (LIST OF 250 FIELDS)
IF SSN EQ '&SSN'
END

THE SQL MESSAGE COMES BACK AGGREGATION NOT DONE BECAUSE IT DOESNT APPLY TO THE VERB.

Is there any way to speed this up?

Is there any SET parameters that can be set?

Thank you very Much
April 19, 2007, 03:29 PM
TexasStingray
Code the SQL in WebFOCUS and see how long that takes. SQL Pass-Thru.

Scott




Scott