Aggregate (cost=300.29..300.30 rows=1 width=8) |
-> Bitmap Heap Scan on member_balance_history (cost=283.97..300.25 rows=16 width=0) |
Recheck Cond: (("time" >= '2025-05-01 00:00:00'::timestamp without time zone) AND ("time" <= '2025-05-08 23:59:59'::timestamp without time zone) AND ((member_id)::text = '1eebb648-e02e-6a38-b774-5e1409fc0711'::text)) |
-> BitmapAnd (cost=283.97..283.97 rows=16 width=0) |
-> Bitmap Index Scan on member_balance_history_time_type_index (cost=0.00..11.21 rows=778 width=0) |
Index Cond: (("time" >= '2025-05-01 00:00:00'::timestamp without time zone) AND ("time" <= '2025-05-08 23:59:59'::timestamp without time zone)) |
-> Bitmap Index Scan on member_balance_history_member_id_index (cost=0.00..272.50 rows=32143 width=0) |
Index Cond: ((member_id)::text = '1eebb648-e02e-6a38-b774-5e1409fc0711'::text) |