On Wednesday 08 June 2011 02:40, t...@fuzzy.cz wrote:
> Hi,
>
> why are you reposting this? Pavel Stehule already recommended you to run
> ANALYZE on the tdiag table - have you done that? What was the effect?
The mailing list system hiccupped and I ended up with two posts.
VACUUM ANALYZE was done
On 8/06/2011 12:19 PM, bakkiya wrote:
We have a postgresql 8.3.8 DB which consumes 100% of the CPU whenever we run
any query.
Yep, that's what it's supposed to do if it's not I/O limited. What's the
problem? Is the query taking longer than you think it should to execute?
Do you expect it to b
We have a postgresql 8.3.8 DB which consumes 100% of the CPU whenever we run
any query. We got vmstat output Machine details are below:
# /usr/bin/lscpu
Architecture: x86_64
CPU(s):2
Thread(s) per core:1
Core(s) per socket:1
CPU socket(s): 2
NUM node(
you can use Hyperic HQ too from SpringSource (a division of Vmware), but
the most usfel tools are the command tools (iostat, vmstat, top, free, lsof)
Regards
El 6/7/2011 5:58 AM, Craig Ringer escribió:
On 7/06/2011 3:47 PM, Didik Prasetyo wrote:
Hi friend I Want to ask, is there any solutions
> Version: PostgreSQL 8.3.5 (mammoth replicator)
>
> Schema:
>
> CREATE TABLE tdiag (
> diag_id integer DEFAULT nextval('diag_id_seq'::text),
> create_time timestamp with time zone default now(), /* time
> this
> record
> was created */
> diag_time t
Version: PostgreSQL 8.3.5 (mammoth replicator)
Schema:
CREATE TABLE tdiag (
diag_id integer DEFAULT nextval('diag_id_seq'::text),
create_time timestamp with time zone default now(), /* time this
record
was created */
diag_time timestamp with time zone n
Hello
did you run a ANALYZE statement on table tdiag? A statistics are
absolutelly out.
Regards
Pavel Stehule
2011/6/7 :
> Version: PostgreSQL 8.3.5 (mammoth replicator)
>
> Schema:
>
> CREATE TABLE tdiag (
> diag_id integer DEFAULT nextval('diag_id_seq'::text),
> create_time
On 7/06/2011 3:47 PM, Didik Prasetyo wrote:
Hi friend I Want to ask, is there any solutions or tools for monitoring
memory performance in postgre automatically, for example, will send
allert if Peformance memory has exceeded 90%
Use standard system monitoring tools like Nagios. There is a Postg
Version: PostgreSQL 8.3.5 (mammoth replicator)
Schema:
CREATE TABLE tdiag (
diag_id integer DEFAULT nextval('diag_id_seq'::text),
create_time timestamp with time zone default now(), /* time this
record
was created */
diag_time timestamp with time zone n
07.06.11 00:45, Josh Berkus написав(ла):
All,
Just got this simple case off IRC today:
8.4.4
This plan completes in 100ms:
Filter: (NOT (hashed SubPlan 1))
9.0.2
This plan does not complete in 15 minutes or more:
Filter: (NOT (SubPlan 1))
"Hashed" is the key. Hashed subplans usually
Hi friend I Want to ask, is there any solutions or tools for monitoring memory
performance in postgre automatically, for example, will send allert if
Peformance memory has exceeded 90%
thank you for your help
11 matches
Mail list logo