[Question] Simple joins from request #2820
-
I have the following HTTP call in my application:
The query I wanted to make was the following:
But instead I get this:
The results are identical, but the optimizer has a much easier time with the shorter query, which is a big deal for me. Is there a way to make a request that triggers a query more like the shorter one? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you share the EXPLAIN ANALYZE output for both queries?
A view or function would do. |
Beta Was this translation helpful? Give feedback.
Can you share the EXPLAIN ANALYZE output for both queries?
A view or function would do.