Search Postgresql Archives

Re: searching using indexes 8.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 10 March 2008, LARC/J.L.Shipman/jshipman 
<jeffery.l.shipman@xxxxxxxx> wrote:
> Hi,
> 	When I do a search such as:
>
>   EXPLAIN ANALYZE SELECT * FROM itemsbyauthor;
>                                                      QUERY PLAN
> ------------------------------------------------------------------------
> -------------------------------------------
>   Seq Scan on itemsbyauthor  (cost=0.00..971.34 rows=53634 width=34)
> (actual time=0.029..25.831 rows=53634 loops=1)
>   Total runtime: 34.851 ms
> (2 rows)
>
>
> I have an index for the table, but it is not being utilized.  Why is
> this?  How do I get the index to be used?
>

You asked for the whole table. How would an index help?


-- 
Alan

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux