Improve the Postgres Query performance

From: Tripura <k_tripura(at)hotmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Improve the Postgres Query performance
Date: 2011-06-21 20:34:39
Message-ID: 1308688479731-4511903.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello All..
This is my first PostgreSql database. It has 8 tables and 4 tables are very
huge each with 6million records.
I have a simple view on this tables and it is taking more than 3hrs to
return the results.
Can someone help me the way to improve the db return the results in a faster
way.

I am not sure ... how to improve the performace and return the faster query
results in PostgreSql.

I tried creating index on each of this tables
for example
CREATE INDEX idx_idlocalizedname
ON "LocalizedName"
USING btree
(id)
WITH (FILLFACTOR=95);

But still it did not help me much
Can someone guide me the way to improve the performance in PostgreSql
Thx,
Triprua

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Improve-the-Postgres-Query-performance-tp4511903p4511903.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2011-06-21 21:35:33 Re: Contemplating SSD Hardware RAID
Previous Message Scott Marlowe 2011-06-21 20:32:13 Re: Contemplating SSD Hardware RAID