QUERY PLAN
Finalize Aggregate (cost=10856.07..10856.08 rows=1 width=8)
-> Gather (cost=10855.96..10856.07 rows=1 width=8)
Workers Planned: 1
-> Partial Aggregate (cost=9855.96..9855.97 rows=1 width=8)
-> Nested Loop (cost=0.42..9855.45 rows=202 width=0)
-> Parallel Seq Scan on tbl_unread_comments uc (cost=0.00..3808.29 rows=1254 width=4)
Filter: ((NOT is_read) AND (remind_user_id = 1001))
-> Index Scan using tbl_comments_pkey on tbl_comments c (cost=0.42..4.82 rows=1 width=4)
Index Cond: (id = uc.comment_id)
Filter: (NOT is_system)