Re: TR: Re: Postgres and multiprocessor? - Mailing list pgsql-admin

From Scott Ribe
Subject Re: TR: Re: Postgres and multiprocessor?
Date
Msg-id D94F5A78-2A37-445F-B542-84A7F77EF6AC@elevated-dev.com
Whole thread Raw
In response to TR: Re: Postgres and multiprocessor?  (Aissa BAMMOUNE IT <Aissa.Bm@techno-dz.com>)
List pgsql-admin
On Apr 28, 2015, at 5:00 AM, Aissa BAMMOUNE IT <Aissa.Bm@techno-dz.com> wrote:
>
> J’ai un PostgreSQL installer dans un serveur dell Xeon® Processor E5-2407 (10M Cache, 2.20 GHz), PostgreSQLutilise un
cœurde processeur pour ces analyses et sa prendre plus de temps, il y a une possibilité que le PostgreSQL utilise les 4
cœursà la place d’un cœur (notion de multiprocesseur). 

Also, have you checked to see whether your queries are CPU-bound or disk-bound? It’s really more common for disk to be
theproblem, and regardless there may be tuning that could be done. Try EXPLAIN ANALYZE on the worst queries, then post
thathere, along with the schema, and notes about db size, and tuning parameters from postgresql.conf. 

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
https://www.linkedin.com/in/scottribe/
(303) 722-0567 voice







pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: TR: Re: Postgres and multiprocessor?
Next
From: Alvaro Herrera
Date:
Subject: Re: TR: Re: Postgres and multiprocessor?