Hello all, I PROJECT a 7 column, 3 row view into a temporary table. In 9.5 it is instantaneous, in XE it takes 1:42 minutes. NOTE: PROJECT command in RRBYW19 is instantaneous with or without an ORDER BY on the SALESINF view.
PROJECT ttable FROM vtable USING ALL --- 9.5 and XE are instantaneous PROJECT ttable FROM vtable USING ALL ORDER BY fieldA --- 9.5 is instantaneous, XE takes 1:42 minutes Remember there are only 3 rows... I scrupulously followed conversion instructions from 9.5 to XE and encountered no errors of any kind. Appreciate any hints or comments. TIA, Claudine -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

