Hello, I don't know if this helps to figure out what is the problem but after adding the multicolumn index on name and hepval, the performance is even worse (¿?). Ten times worse... explain analyze select * from (select * from entity_compounddict2document where name='progesterone') as a order by a.hepval; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------------- Sort (cost=422746.18..423143.94 rows=159104 width=133) (actual time=95769.674..95797.943 rows=138165 loops=1) Sort Key: entity_compounddict2document.hepval Sort Method: quicksort Memory: 25622kB -> Bitmap Heap Scan on entity_compounddict2document (cost=3501.01..408999.90 rows=159104 width=133) (actual time=70.789..95519.258 rows=138165 loops=1) Recheck Cond: ((name)::text = 'progesterone'::text) -> Bitmap Index Scan on entity_compound2document_name (cost=0.00..3461.23 rows=159104 width=0) (actual time=35.174..35.174 rows=138165 loops=1) Index Cond: ((name)::text = 'progesterone'::text) Total runtime: 95811.838 ms (8 rows) Any ideas please? Thank you Andrés. El Mar 4, 2014, a las 12:28 AM, Venkata Balaji Nagothi escribió:
**NOTA DE CONFIDENCIALIDAD** Este correo electrónico, y en su caso los ficheros adjuntos, pueden contener información protegida para el uso exclusivo de su destinatario. Se prohíbe la distribución, reproducción o cualquier otro tipo de transmisión por parte de otra persona que no sea el destinatario. Si usted recibe por error este correo, se ruega comunicarlo al remitente y borrar el mensaje recibido. |