Re: Question about a CIDR based query - Mailing list pgsql-sql

From Josh Berkus
Subject Re: Question about a CIDR based query
Date
Msg-id 200406291652.24900.josh@agliodbs.com
Whole thread Raw
In response to Re: Question about a CIDR based query  (siganos@gmail.com (George Siganos))
Responses Re: Question about a CIDR based query  (Josh Berkus <josh@agliodbs.com>)
List pgsql-sql
George,

Um, no, I need an EXPLAIN ANALYZE, not just an EXPLAIN.   Thanks.

> June_03=# explain select * from tmp where route >>='62.1.1.0/24';
>                            QUERY PLAN                           
> ----------------------------------------------------------------
>  Seq Scan on tmp  (cost=0.00..606.60 rows=14544 width=33)
>    Filter: (route >>= '62.1.1.0/24'::cidr)

-- 
-Josh BerkusAglio Database SolutionsSan Francisco



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: OUTER JOIN problem
Next
From: Josh Berkus
Date:
Subject: Re: Question about a CIDR based query