Advertisement
dimuska139

Untitled

Oct 21st, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. Limit (cost=0.00..20331.77 rows=100 width=8) (actual time=7573.524..7573.528 rows=0 loops=1)
  2. -> Seq Scan on users usr1 (cost=0.00..314669449.46 rows=1547674 width=8) (actual time=7573.523..7573.527 rows=0 loops=1)
  3. Filter: ((id <> 5248022) AND ((SubPlan 1) >= 3))
  4. Rows Removed by Filter: 4642055
  5. SubPlan 1
  6. -> Aggregate (cost=67.68..67.69 rows=1 width=8) (actual time=0.001..0.001 rows=1 loops=4642054)
  7. -> Hash Join (cost=47.52..65.18 rows=1000 width=0) (actual time=0.001..0.001 rows=0 loops=4642054)
  8. Hash Cond: ((regexp_split_to_table(lower(unaccent(btrim((usr1.full_name_pp)::text))), '\s+'::text)) = (regexp_split_to_table(lower(unaccent('Okere Ifeanyichukwu Luther'::text)), '\s+'::text)))
  9. -> ProjectSet (cost=0.00..5.03 rows=1000 width=32) (actual time=0.000..0.000 rows=0 loops=4642054)
  10. -> Result (cost=0.00..0.01 rows=1 width=0) (actual time=0.000..0.000 rows=1 loops=4642054)
  11. -> Hash (cost=35.02..35.02 rows=1000 width=32) (actual time=0.041..0.043 rows=3 loops=1)
  12. Buckets: 1024 Batches: 1 Memory Usage: 9kB
  13. -> HashAggregate (cost=7.52..25.02 rows=1000 width=32) (actual time=0.026..0.037 rows=3 loops=1)
  14. Group Key: regexp_split_to_table(lower(unaccent('Okere Ifeanyichukwu Luther'::text)), '\s+'::text)
  15. Batches: 1 Memory Usage: 73kB
  16. -> ProjectSet (cost=0.00..5.02 rows=1000 width=32) (actual time=0.017..0.019 rows=3 loops=1)
  17. -> Result (cost=0.00..0.01 rows=1 width=0) (actual time=0.001..0.001 rows=1 loops=1)
  18. Planning Time: 3.059 ms
  19. Execution Time: 7574.043 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement