strategy.
> I do see some suspicious casting, for example:
> Join Filter: ((four_charlie.delta_tango)::integer =
> (six_quebec.golf_bravo)::integer)
> Are you casting in the query or joining through dissimilar data types?
No casts in query. The joins are on same data types.
Thank you
ated (even from the query side).
Thank you!
The query plan: https://explain.depesz.com/s/5KMn
Note: I tried to add index on kilo_victor table already, but Postgresql
still thinks that is better to do a seq scan.
Flávio Henrique