daniilak

Untitled

Jun 4th, 2021 (edited)
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Gather Merge (cost=2361773.42..2710634.66 rows=2913620 width=4) (actual time=4729.876..4765.026 rows=184475 loops=1)
  2. Workers Planned: 4
  3. Workers Launched: 4
  4. Buffers: shared hit=110115 read=968165
  5. I/O Timings: read=1224.873
  6. -> Sort (cost=2360773.36..2362594.37 rows=728405 width=4) (actual time=4722.823..4725.285 rows=36895 loops=5)
  7. Sort Key: t1.index_id DESC
  8. Sort Method: quicksort Memory: 3272kB
  9. Worker 0: Sort Method: quicksort Memory: 3344kB
  10. Worker 1: Sort Method: quicksort Memory: 3272kB
  11. Worker 2: Sort Method: quicksort Memory: 3317kB
  12. Worker 3: Sort Method: quicksort Memory: 3124kB
  13. Buffers: shared hit=110115 read=968165
  14. I/O Timings: read=1224.873
  15. -> Hash Join (cost=858691.05..2289847.17 rows=728405 width=4) (actual time=112.201..4714.540 rows=36895 loops=5)
  16. Hash Cond: (t1.id_house = t2.id)
  17. Buffers: shared hit=110087 read=968165
  18. I/O Timings: read=1224.873
  19. -> Parallel Seq Scan on cache_table t1 (cost=0.00..1332559.84 rows=37560484 width=8) (actual time=0.028..1916.792 rows=30048358 loops=5)
  20. Buffers: shared hit=832 read=956123
  21. I/O Timings: read=1179.342
  22. -> Hash (cost=846663.75..846663.75 rows=962184 width=4) (actual time=97.687..97.688 rows=71594 loops=5)
  23. Buckets: 1048576 Batches: 1 Memory Usage: 10709kB
  24. Buffers: shared hit=109087 read=12042
  25. I/O Timings: read=45.532
  26. -> Index Scan using houses_index on houses t2 (cost=0.56..846663.75 rows=962184 width=4) (actual time=0.778..82.228 rows=71594 loops=5)
  27. Index Cond: (id_addresses = ANY ('{1300337,большое перечисление,17572575}'::integer[]))
  28. Buffers: shared hit=109087 read=12042
  29. I/O Timings: read=45.532
  30. Planning Time: 5.372 ms
  31. Execution Time: 4770.648 ms
  32. (31 rows)
Add Comment
Please, Sign In to add comment