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=1074534 read=31507, temp read=53222 written=53288
  I/O Timings: shared/local read=28986.794, temp read=488.022 write=653.718
Planning time: 0.073 ms
Execution time: 23.826 ms
