Guest User

execution plan

a guest
Sep 26th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Nested Loop (cost=238142.52..2142564914.18 rows=37173362684 width=40)
  2. -> Bitmap Heap Scan on v2_test_pressure b (cost=238142.10..801536.31 rows=10285617 width=24)
  3. Recheck Cond: ("EquipmentId" = 3405345)
  4. -> Bitmap Index Scan on v2_test_pressure_eq_timestamp (cost=0.00..235570.70 rows=10285617 width=0)
  5. Index Cond: ("EquipmentId" = 3405345)"
  6. -> Index Only Scan using v2_test_prs_eq_timestamp_validuntil on v2_test_prs a (cost=0.42..172.09 rows=3614 width=24)
  7. Index Cond: (("EquipmentId" = 3405345) AND ("Timestamp" <= b."Timestamp") AND ("ValidUntil" > b."Timestamp"))
Advertisement
Add Comment
Please, Sign In to add comment