| Aggregate (cost=1209.84..1209.85 rows=1 width=8) |
| -> Sort (cost=1209.74..1209.76 rows=7 width=285) |
| Sort Key: c.updated_at DESC |
| -> Group (cost=1209.34..1209.64 rows=7 width=285) |
| Group Key: c.id |
| -> Merge Left Join (cost=1209.34..1209.58 rows=26 width=12) |
| Merge Cond: (c.id = cccr.case_id) |
| Filter: ((c.deduct_points_from = ANY ('{5049,5301,5022,5209,5026,5293,5309,5356,5329,5299,5303,5302,5332,5047,1026,5096,5070,5448,5420,1029,1001,5037,5087,1008,5048,5043,5045,5230,5031,5088,5208,1003,5467,5294,5357,5044,1030,5076,5300,5027,5089,5311,5066,5069,5364,1009,5295,1013,5128,5203,1025,5032,5075,5476,1004,5072,5033,5359,5409,5412,5229,1005,5304,5449,5358,1006,5093}'::integer[])) OR (c.deduct_points_from IS NULL) OR (c.last_engineer = 1000) OR (crr.user_id = 1000) OR (cccr.user_id = 1000) OR (hashed SubPlan 1)) |
| -> Sort (cost=1198.65..1198.72 rows=26 width=28) |
| Sort Key: c.id |
| -> Hash Left Join (cost=359.83..1198.04 rows=26 width=28) |
| Hash Cond: (crd.id = crr.remind_date_id) |
| -> Hash Left Join (cost=326.97..1164.87 rows=7 width=28) |
| Hash Cond: (c.id = crd.case_id) |
| -> Hash Left Join (cost=318.13..1155.99 rows=7 width=24) |
| Hash Cond: (c.last_engineer = egr.engineer_id) |
| -> Hash Left Join (cost=316.53..1154.29 rows=7 width=24) |
| Hash Cond: (c.deduct_points_from = sgr.sales_id) |
| -> Hash Left Join (cost=314.38..1152.05 rows=7 width=24) |
| Hash Cond: (i.id = iri.implement_record_id) |
| -> Nested Loop Left Join (cost=288.79..1126.12 rows=7 width=28) |
| Join Filter: (ir.case_id = c.id) |
| -> Nested Loop Left Join (cost=288.79..785.73 rows=7 width=28) |
| Join Filter: (ps.case_id = c.id) |
| -> Nested Loop Left Join (cost=288.79..697.32 rows=7 width=28) |
| -> Hash Right Join (cost=288.51..647.25 rows=7 width=28) |
| Hash Cond: (i.case_id = c.id) |
| -> Seq Scan on tbl_implement_records i (cost=0.00..340.28 rows=7028 width=8) |
| -> Hash (cost=288.43..288.43 rows=7 width=28) |
| -> Seq Scan on tbl_cases c (cost=0.00..288.43 rows=7 width=28) |
| Filter: (case_status = 1) |
| -> Index Only Scan using tbl_clients_pkey on tbl_clients client (cost=0.28..7.15 rows=1 width=4) |
| Index Cond: (id = c.client_id) |
| -> Materialize (cost=0.00..88.30 rows=1 width=4) |
| -> Seq Scan on tbl_pre_sales ps (cost=0.00..88.30 rows=1 width=4) |
| Filter: has_following_work |
| -> Materialize (cost=0.00..340.28 rows=1 width=4) |
| -> Seq Scan on tbl_implement_records ir (cost=0.00..340.28 rows=1 width=4) |
| Filter: has_following_work |
| -> Hash (cost=18.04..18.04 rows=604 width=4) |
| -> Seq Scan on tbl_implement_items iri (cost=0.00..18.04 rows=604 width=4) |
| -> Hash (cost=1.51..1.51 rows=51 width=4) |
| -> Seq Scan on tbl_sales_group_relationships sgr (cost=0.00..1.51 rows=51 width=4) |
| -> Hash (cost=1.27..1.27 rows=27 width=4) |
| -> Seq Scan on tbl_engineer_group_relationships egr (cost=0.00..1.27 rows=27 width=4) |
| -> Hash (cost=5.04..5.04 rows=304 width=8) |
| -> Seq Scan on tbl_case_remind_dates crd (cost=0.00..5.04 rows=304 width=8) |
| -> Hash (cost=18.49..18.49 rows=1149 width=8) |
| -> Seq Scan on tbl_case_remind_receivers crr (cost=0.00..18.49 rows=1149 width=8) |
| -> Sort (cost=1.02..1.02 rows=1 width=8) |
| Sort Key: cccr.case_id |
| -> Seq Scan on tbl_case_carbon_copy_rels cccr (cost=0.00..1.01 rows=1 width=8) |
| SubPlan 1 |
| -> Seq Scan on tbl_user_visit_clients (cost=0.00..9.66 rows=1 width=4) |
| Filter: (user_id = 1000) |