Re: How to speed up the database query?

From: <Amit_Wadhwa(at)Dell(dot)com>
To: <wahab(at)mimos(dot)my>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: How to speed up the database query?
Date: 2005-10-27 07:38:16
Message-ID: 4538E1203665624F97A8494BCF2716E5F48540@blrx2kmbgl102.blr.amer.dell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Run an analyse on your query, create your indexes according to that, and
you have a better performing query.
Getting a resultset display faster will depend on your driver/RAM/client

-----Original Message-----
From: pgsql-sql-owner(at)postgresql(dot)org
[mailto:pgsql-sql-owner(at)postgresql(dot)org] On Behalf Of Abdul Wahab Dahalan
Sent: Thursday, October 27, 2005 12:34 PM
To: pgsql-sql(at)postgresql(dot)org
Subject: [SQL] How to speed up the database query?

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

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Kretschmer 2005-10-27 07:44:53 Re: How to speed up the database query?
Previous Message Amit_Wadhwa 2005-10-27 07:37:00 Complex Query - Data from 3 tables simultaneously