Re: Question about explain-command... - Mailing list pgsql-performance

From Dave Dutcher
Subject Re: Question about explain-command...
Date
Msg-id 01a901c67440$9cf097e0$8300a8c0@tridecap.com
Whole thread Raw
In response to Question about explain-command...  ("Clemens Eisserer" <linuxhippy@gmail.com>)
Responses Re: Question about explain-command...  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-performance
> -----Original Message-----
> From: pgsql-performance-owner@postgresql.org
> [mailto:pgsql-performance-owner@postgresql.org] On Behalf Of
> Clemens Eisserer
> Sent: Wednesday, May 10, 2006 6:50 AM
> To: pgsql-performance@postgresql.org
> Subject: [PERFORM] Question about explain-command...

>
> What does the hash-lines mean, does that mean my query does not use
> the indices at all?
> Why are some table-names and some column-names surrounded by ' " '?
> Are they threated as text-columns?
> I have to admit that the tables are just filled with test-data so the
> analyzer may take just a very simple way since almost no data is in...
>

For small tables, it is faster to do a sequential scan than an index
scan.  You probably don't have enough test data to make the planner
choose an index scan.

I don't think the quotes really mean anything.  They are just used as
delimiters.

The hash lines mean your tables are being joined by hash joins.  You
should read this page for more info:

http://www.postgresql.org/docs/8.1/interactive/performance-tips.html



pgsql-performance by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: [GENERAL] Arguments Pro/Contra Software Raid
Next
From: Douglas McNaught
Date:
Subject: Re: [GENERAL] Arguments Pro/Contra Software Raid