Slow TextColumn with relationship exists
I am using the below code on my Client table:
This is the relationship:
It could have thousands of estimates.
I simple need a boolean tick on my Table List to show if a client has an estimate against their name.
The issue is its very very slow to load the page. If I comment out this line then its fast again.
I dont suppose any knows of a better way to speed this up?
1 Reply
Solution
problem solved. I didnt have index's setup in the database.