PostgreSQL Processes question
Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    Aug 2012
    Location
    Lisbon, Portugal
    Posts
    65

    Default PostgreSQL Processes question

    Hey, guys. Is this normal? I have 8.1 Pro.


  2. #2
    Senior Member _Loki_'s Avatar
    Join Date
    Jul 2009
    Location
    B/ham UK
    Posts
    2,856

    Default

    Quote Originally Posted by nunoricardovaz View Post
    Is this normal?
    Yes, It's normal to have quite a few processes for PostgreSQL. PostgreSQL is running even when you have HM2 closed - as you can see from your picture it's not using resources when it's not being used by HM2. You can turn it off, but there's no point in doing so. For more info read this:- https://wiki.postgresql.org/wiki/FAQ...n_when_idle.3F

    QUOTE:- "PostgreSQL is process based [it isn't threaded], so it starts one postgres [or postgres.exe on Windows] instance per connection. The postmaster [which accepts connections and starts new postgres instances for them] is always running. In addition, PostgreSQL generally has one or more "helper" processes like the stats collector, background writer, autovacuum daemon, walsender, etc, all of which show up as "postgres" instances in most system monitoring tools. Despite the number of processes, they actually use very little in the way of real resources"

  3. #3
    Member
    Join Date
    Aug 2012
    Location
    Lisbon, Portugal
    Posts
    65

    Default

    Ok, thank you for the answer!

Similar Threads

  1. 25 postgres processes
    By Steinpilz0104 in forum General Support
    Replies: 1
    Last Post: 12-11-2012, 02:45 PM
  2. Postgresql question
    By hedonisst in forum Manager General
    Replies: 3
    Last Post: 08-01-2011, 09:48 AM
  3. Replies: 2
    Last Post: 10-02-2010, 12:34 PM
  4. Replies: 2
    Last Post: 01-30-2010, 12:58 PM
  5. Postgresql question.
    By Boglord in forum Manager General
    Replies: 3
    Last Post: 01-27-2010, 12:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •