FROST-Server icon indicating copy to clipboard operation
FROST-Server copied to clipboard

Optimise queries by using "where exists" instead of joins if possible

Open hylkevds opened this issue 3 years ago • 0 comments

Using exists instead of a full join is usually faster, but it may be difficult to determine if exists can be used. See: https://www.postgresql.org/docs/current/functions-subquery.html#FUNCTIONS-SUBQUERY-EXISTS

hylkevds avatar Jan 14 '22 14:01 hylkevds