Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. pdns=> explain analyze select content,ttl,prio,type,domain_id,name from records where type='SOA' and name='uberblo.gs';
  2. QUERY PLAN
  3. -------------------------------------------------------------------------------------------------------------------------------
  4. Bitmap Heap Scan on dns_records (cost=4.30..18.54 rows=1 width=49) (actual time=3.453..3.460 rows=1 loops=1)
  5. Recheck Cond: ((name)::text = 'uberblo.gs'::text)
  6. Filter: (upper((type)::text) = 'SOA'::text)
  7. -> Bitmap Index Scan on index_dns_records_name (cost=0.00..4.30 rows=6 width=0) (actual time=0.065..0.065 rows=6 loops=1)
  8. Index Cond: ((name)::text = 'uberblo.gs'::text)
  9. Total runtime: 3.497 ms
Add Comment
Please, Sign In to add comment