Topic: Joining surveys on views
Hi all,
I had a big performance problem getting samples via the data service sorted by the survey title. After looking at the detail_samples view definition I changed the LEFT JOIN for the survey title with a JOIN, this boosted performance.
I think there is no reason to use a LEFT JOIN here, because a sample always belongs to a sample, or? If I right, can we change this, and also the view definition for the *_occurrences views?
Regards
Daniel