Advertisement
daniilak

Untitled

Jun 4th, 2021
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Gather Merge (cost=2367447.44..2718206.24 rows=2929468 width=4) (actual time=5072.982..5130.550 rows=184475 loops=1)
  2. Workers Planned: 4
  3. Workers Launched: 4
  4. Buffers: shared hit=195981 read=882299
  5. I/O Timings: read=1309.979
  6. -> Sort (cost=2366447.38..2368278.30 rows=732367 width=4) (actual time=5064.794..5067.143 rows=36895 loops=5)
  7. Sort Key: t1.index_id DESC
  8. Sort Method: quicksort Memory: 3282kB
  9. Worker 0: Sort Method: quicksort Memory: 3277kB
  10. Worker 1: Sort Method: quicksort Memory: 3214kB
  11. Worker 2: Sort Method: quicksort Memory: 3294kB
  12. Worker 3: Sort Method: quicksort Memory: 3263kB
  13. Buffers: shared hit=195981 read=882299
  14. I/O Timings: read=1309.979
  15. -> Hash Join (cost=863950.63..2295106.75 rows=732367 width=4) (actual time=196.184..5056.828 rows=36895 loops=5)
  16. Hash Cond: (t1.id_house = t2.id)
  17. Buffers: shared hit=195953 read=882299
  18. I/O Timings: read=1309.979
  19. -> Parallel Seq Scan on cache_table t1 (cost=0.00..1332559.84 rows=37560484 width=8) (actual time=0.035..2019.457 rows=30048358 loops=5)
  20. Buffers: shared hit=85962 read=870993
  21. I/O Timings: read=1193.774
  22. -> Hash (cost=851821.48..851821.48 rows=970332 width=4) (actual time=179.976..179.977 rows=71594 loops=5)
  23. Buckets: 1048576 Batches: 1 Memory Usage: 10709kB
  24. Buffers: shared hit=109823 read=11306
  25. I/O Timings: read=116.205
  26. -> Index Scan using houses_index on houses t2 (cost=0.56..851821.48 rows=970332 width=4) (actual time=0.922..161.247 rows=71594 loops=5)
  27. Index Cond: (id_addresses = ANY ('преечисление,17572575}'::integer[]))
  28. Buffers: shared hit=109823 read=11306
  29. I/O Timings: read=116.205
  30. Planning Time: 5.624 ms
  31. Execution Time: 5136.369 ms
  32. (31 rows)
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement