| Sort (cost=9.53..9.53 rows=2 width=33) |
| Sort Key: date DESC |
| -> Bitmap Heap Scan on tbl_ledger_settles (cost=4.17..9.52 rows=2 width=33) |
| Recheck Cond: ((ledger_id = 1) AND (date < '2026-05-01'::date)) |
| -> Bitmap Index Scan on idx_tbl_ledger_settles_ledger_month (cost=0.00..4.17 rows=2 width=0) |
| Index Cond: ((ledger_id = 1) AND (date < '2026-05-01'::date)) |