Re: Multi-processors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>> "c k" <shreeseva.learning@xxxxxxxxx> wrote: 
 
> Does PG uses multiple processors/cores if available by default on
various
> OSes?
 
A separate process is created to handle each connection.  You don't
get much benefit from multiple processors if only one connection at a
time is running a query, but in a normal mix it uses all processors.
 
> What are the limitations on using multiple processors/cores and main
> memory?
 
I'm not sure what you're getting at here, but PostgreSQL goes through
the file system, so OS caching (which is what usually happens to
otherwise unused system RAM) benefits PostgreSQL.  Does that help?
 
-Kevin


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux