Changes between Version 2 and Version 3 of Ticket #3344, comment 5
- Timestamp:
- 10/24/15 08:16:24 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3344, comment 5
v2 v3 2 2 3 3 But I still stand by my assumption that being a primary key does in fact *not* change the end-result in case of a left-join. 4 5 Edit2: just tested this with a left join lateral icw limit 1, but I guess that's a bit too tricky for postgres's query planner to understand (still uses names table) 4 6 5 7 I assume there isn't a mechanism present where st_extent publishes this kind of information (duplicates won't change the result) so that the query planner of postgres knows it can skip scanning that table?