Subject RE: [IBO] Performance problem with TIB_Query.Prepare
Author Alan McDonald
>I have a performance problem with TIB_Query.Prepare.
>It needs about 1500ms for a simple query like "select * from table".
>The most time-consuming function is TIB_Row.FillRelAliasInfo.

>Any chance to speed it up?

select * isn;t a "simple query"
have you tried being explicit with regard to fields?
Alan