QUERY PLAN
Finalize GroupAggregate (cost=4027.17..4029.36 rows=16 width=10)
Group Key: object_type
-> Gather Merge (cost=4027.17..4029.12 rows=15 width=10)
Workers Planned: 1
-> Partial GroupAggregate (cost=3027.16..3027.42 rows=15 width=10)
Group Key: object_type
-> Sort (cost=3027.16..3027.20 rows=15 width=2)
Sort Key: object_type
-> Parallel Seq Scan on tbl_unread_comments (cost=0.00..3026.87 rows=15 width=2)
Filter: ((NOT is_read) AND (remind_user_id = 1000))