Subject | RE: [IBO] Performance problem with TIB_Query.Prepare |
---|---|
Author | Alan McDonald |
Post date | 2007-01-29T10:45:57Z |
>I have a performance problem with TIB_Query.Prepare.select * isn;t a "simple query"
>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?
have you tried being explicit with regard to fields?
Alan