Hi Venkata, Increasing the work_mem doesn't improve results. After raising it to 1GB: limtox=> explain analyze select * from entity_compounddict2document where name='Troglitazone' order by hepval; QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------ Sort (cost=11083.47..11090.54 rows=2828 width=133) (actual time=19679.354..19679.494 rows=1283 loops=1) Sort Key: hepval Sort Method: quicksort Memory: 238kB -> Bitmap Heap Scan on entity_compounddict2document (cost=73.87..10921.34 rows=2828 width=133) (actual time=93.926..19677.110 rows=1283 loops=1) Recheck Cond: ((name)::text = 'Troglitazone'::text) -> Bitmap Index Scan on entity_compound2document_name (cost=0.00..73.16 rows=2828 width=0) (actual time=78.005..78.005 rows=1283 loops=1) Index Cond: ((name)::text = 'Troglitazone'::text) Total runtime: 19679.680 ms There are not temp files in the data_directory... I have set to 1MB log_temp_files and did this query again but there's nothing related to tmp files in it... I cannot see "temp_files" column in pg_stat_database view (using 8.3 version) :-( Thanks for your help. Regards, Andrés
El Mar 6, 2014, a las 2:36 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. |