-> Limit: 10 row(s) (actual time=4185..4185 rows=10 loops=1) -> Sort: test_client.id, limit input to 10 row(s) per chunk (actual time=4185..4185 rows=10 loops=1) -> Stream results (cost=194554 rows=994944) (actual time=0.126..3707 rows=1e+6 loops=1) -> Left hash join (test_join2.client_id = test_client.id) (cost=194554 rows=994944) (actual time=0.104..1040 rows=1e+6 loops=1) -> Left hash join (test_join1.client_id = test_client.id) (cost=147022 rows=994944) (actual time=0.0833..954 rows=1e+6 loops=1) -> Table scan on test_client (cost=100801 rows=994944) (actual time=0.0631..862 rows=1e+6 loops=1) -> Hash -> Table scan on test_join1 (cost=0.0478 rows=1) (actual time=0.0131..0.0131 rows=0 loops=1) -> Hash -> Table scan on test_join2 (cost=0.0955 rows=1) (actual time=0.0129..0.0129 rows=0 loops=1)