Re: Performance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jeandre(at)itvs(dot)co(dot)za
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance
Date: 2003-02-07 14:55:14
Message-ID: 26718.1044629714@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

jeandre(at)itvs(dot)co(dot)za writes:
> ... does the order of tables in the from
> clause make a difference in speed

No, it does not; except perhaps in corner cases where two tables have
exactly the same statistics, so that the planner has no basis for
choosing one over the other. (This scenario could happen if you've
never ANALYZEd either, for example.)

> and how does indexing work on Postgres?

Uh, it indexes. What's your question exactly?

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message jeandre 2003-02-07 15:04:52 Re: Performance
Previous Message Justin Clift 2003-02-07 10:59:16 Re: postgres on solaris 8