Index Scan using idea_1 on domains  (cost=0.56..8.59 rows=3407 width=60) (actual time=0.049..23.552 rows=8183 loops=1)
    Index Cond: ((domain ~>=~ 'hu'::text) AND (domain ~<~ 'hv'::text))
    Filter: (domain ~~ 'hu%'::text)
  Buffers: shared hit=234 read=8029 written=1
  I/O Timings: shared/local read=16.962 write=0.018
Planning time: 0.073 ms
Execution time: 23.826 ms
