Re: How to speed up the database query?

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Abdul Wahab Dahalan <wahab(at)mimos(dot)my>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How to speed up the database query?
Date: 2005-10-27 17:46:01
Message-ID: 20051027174601.GI63747@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Have you taken a look at
http://www.postgresql.org/docs/8.0/interactive/performance-tips.html ?

On Thu, Oct 27, 2005 at 03:03:36PM +0800, Abdul Wahab Dahalan wrote:
> Hi everyone!
>
> I'm looking for solution to speed up the database query, means that to get resultset as quicker as we can.
>
> For example if I've 700 records in the table it will take longer time compared if I've only 20 records. How do we speed up the query?. Any query technique that can be applied?.
>
> Thus wild card query like : select * from tableA will cause query time increased compare to say select a,b from tableA.
>
> any help, prettymuch appreciated.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jim C. Nasby 2005-10-27 17:52:15 Re: why vacuum
Previous Message Jan Wieck 2005-10-27 17:25:18 Re: why vacuum