Hi Team,
Reading below read trigger u_where condition takes around 32 seconds in uniface but Same query which is taking less than 1 second in toad not sure why its taking so much time in uniface, Can some one please help on this.
Uniface takes around 32 seconds
read u_where((id.entity1= id.entity2) & key.entity1= key.entity3)
DB query
select * from entity1,entity2,entity3 where entity1.id=entity2.id and entity1.key=entity3.key;




