Hello, I cannot do explain (analyze, buffers) since I am on 8.3 postgres version. I am migrating to the new server and upgrading it. Once it is ready again I will post the explain query here. The new disk is SATA disk with 5TB, raid 0 or 1... lspci | grep -i raid 00:1f.2 RAID bus controller: Intel Corporation C600/X79 series chipset SATA RAID Controller (rev 05) All database is 200GB and the table entity2document2 is x=> select pg_size_pretty(pg_relation_size('entity2document2')); pg_size_pretty ---------------- 11 GB (1 row) x=> select pg_size_pretty(pg_total_relation_size('entity2document2')); pg_size_pretty ---------------- 29 GB (1 row) The index of the name column: x=> select pg_size_pretty(pg_relation_size('entity2document2_name')); pg_size_pretty ---------------- 2550 MB (1 row) I am tunning the new server with this parameters... shared_buffers = 15000MB work_mem = 1000MB maintenance_work_mem = 2000MB Any other parameter that should be modified? Thank you for your help! Andrés El Mar 10, 2014, a las 9:22 PM, desmodemone 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. |