Re: commit so slow program looks frozen

From: Richard Troy <rtroy(at)ScienceTools(dot)com>
To: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
Cc: Carlo Stonebanks <stonec(dot)register(at)sympatico(dot)ca>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: commit so slow program looks frozen
Date: 2006-10-26 17:10:24
Message-ID: Pine.LNX.4.33.0610261008290.30114-100000@denzel.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> A context switch storm is when your machine spends more time trying to
> figure out what to do than actually doing anything. The CPU spends most
> it's time switching between programs than running them.

Well, we usually use the term "thrashing" as the generic for when your
machine is spending more time on overhead than doing user work - this
would include paging or context switching, along with whatever else. A
context-switch storm would be a specific form of thrashing!

Richard

--
Richard Troy, Chief Scientist
Science Tools Corporation
510-924-1363 or 202-747-1263
rtroy(at)ScienceTools(dot)com, http://ScienceTools.com/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Carlo Stonebanks 2006-10-26 17:49:57 Re: commit so slow program looks frozen
Previous Message Matthew Peters 2006-10-26 16:21:37 Re: Stored procedure slower than sql?