Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Sort (cost=51.01..51.03 rows=10 width=65)
  2. Sort Key: broadcasts.publish_date
  3. -> Nested Loop (cost=27.49..50.84 rows=10 width=65)
  4. -> Hash Join (cost=27.34..48.68 rows=7 width=8)
  5. Hash Cond: (broadcasters.id = subscriptions.broadcaster_id)
  6. -> Seq Scan on broadcasters (cost=0.00..18.20 rows=820 width=4)
  7. -> Hash (cost=27.25..27.25 rows=7 width=4)
  8. -> Seq Scan on subscriptions (cost=0.00..27.25 rows=7 width=4)
  9. Filter: (phoji_user_id = 1846)
  10. -> Index Scan using index_broadcasts_on_broadcaster_id on broadcasts (cost=0.15..0.30 rows=1 width=65)
  11. Index Cond: (broadcaster_id = broadcasters.id)
  12. Filter: ((publish_date <= '2015-01-29 20:26:04.671564'::timestamp without time zone) OR (publish_date IS NULL))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement