Limit  (cost=3602.02..3604.52 rows=1000 width=79) (actual time=9.159..9.240 rows=1000 loops=1)
  ->  Sort  (cost=3602.02..3626.23 rows=9685 width=79) (actual time=9.158..9.190 rows=1000 loops=1)
        Sort Key: at DESC
        Sort Method: top-N heapsort  Memory: 314kB
        ->  Seq Scan on event  (cost=0.00..3071.00 rows=9685 width=79) (actual time=0.006..6.383 rows=10000 loops=1)
              Filter: ((at >= '2025-11-16 00:00:00+03'::timestamp with time zone) AND (at < '2025-12-18 00:00:00+03'::timestamp with time zone))
              Rows Removed by Filter: 90000
Planning Time: 0.284 ms
Execution Time: 9.425 ms