Re: Is a better way to have the same result of this query?

From: Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl>
To: vernonw(at)gatewaytech(dot)com
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Is a better way to have the same result of this query?
Date: 2002-12-05 21:06:03
Message-ID: 3DEFBFBB.1060601@oli.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Vernon Wu wrote:
>
> The followings are the analyise outcomes after I did some modifications with the query. My finding is that the new query
> does improve the performance according to the plan. The actual time is reversed might due to the fact the test data is
> very small (the machine is a very old one by the way). The userid is the key for all tables and the gender is indexed. Do I
> also index the country and province to improve the preformance?

You start by using a dataset of realistic size. Sorry, but if the actual
time is < 10.00 ms it is rather pointless to optimize further since
chance is going to be the biggest factor. And the IN/EXISTS difference
is dependent on dataset size.

Jochem

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tomasz Myrta 2002-12-05 21:19:58 Re: Is a better way to have the same result of this
Previous Message Jean-Luc Lachance 2002-12-05 21:04:28 Re: Is a better way to have the same result of this