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. -- Sent via pgsql-performance mailing list (pgsql-performance@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance