Subject Performance problem with TIB_Query.Prepare
Author Andreas Hesse
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?