Re: CPU Usage - Mailing list pgsql-general

From Christopher Browne
Subject Re: CPU Usage
Date
Msg-id m34qu0ax1z.fsf@wolfe.cbbrowne.com
Whole thread Raw
In response to CPU Usage  ("Mark Cubitt" <mark.cubitt@applegate.co.uk>)
List pgsql-general
Quoth mark.cubitt@applegate.co.uk ("Mark Cubitt"):
> is there a way of finding out which table is using a certain amount of CPU
> power?

That doesn't entirely make sense.

Tables normally use up disk space.

What consumes CPU power is the computation of queries, and, for big,
expensive queries, it is pretty common for there to be several tables
involved.

Could you describe the problem you are trying to solve, and try to
_avoid_ framing it in terms of how it might be answered?
--
(reverse (concatenate 'string "gro.gultn" "@" "enworbbc"))
http://www.ntlug.org/~cbbrowne/lsf.html
"Applicants must  have *at least*  five years experience  with Windows
XCVIII..."

pgsql-general by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Oracle SQLNet on same server as Postgres
Next
From: Christopher Browne
Date:
Subject: Re: book for postgresql