QUERY PLAN
GroupAggregate (cost=451.00..451.02 rows=1 width=44)
Group Key: c.client_id
-> Sort (cost=451.00..451.00 rows=1 width=20)
Sort Key: c.client_id
-> Hash Right Join (cost=409.27..450.99 rows=1 width=20)
Hash Cond: (tbl_pre_sales.case_id = c.id)
-> HashAggregate (cost=98.42..121.07 rows=1510 width=20)
Group Key: tbl_pre_sales.case_id
-> Seq Scan on tbl_pre_sales (cost=0.00..83.22 rows=1520 width=24)
Filter: (NOT is_draft)
-> Hash (cost=310.84..310.84 rows=1 width=8)
-> Seq Scan on tbl_cases c (cost=0.00..310.84 rows=1 width=8)
Filter: ((created_at >= '2025-01-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (client_id = ANY ('{1333,1262}'::integer[])) AND (case_type = 1))