Re: Script and tool to monitoring sessions - Mailing list pgsql-novice

From abdujaparov
Subject Re: Script and tool to monitoring sessions
Date
Msg-id 1443105557494-5867172.post@n5.nabble.com
Whole thread Raw
In response to Re: Script and tool to monitoring sessions  (Thomas Kellerer <spam_eater@gmx.net>)
Responses Re: Script and tool to monitoring sessions  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: Script and tool to monitoring sessions  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-novice
This is my problem.


We must load  a lot of data in a postgresql database.

We tried to load 380000 rows in a not partitioned table on postgresql. To
load this data we spent about 1,5 hours. The table has a serial field and
the sequence cache is 10000.

After that we tried to load the same rows (380000) on a partitioned table.
To load data we spent about 2,5 hours. The table is the same (serial filed
and sequence cache is 10000). Following the postgresql manual to implement
partitioning I created a father table, child tables, function to insert data
in the correct child table and the trigger that calls the function.

In each cases I must monitor sessions on postgresql and I do not know how to
monitor.


Regards,
Angelo






--
View this message in context:
http://postgresql.nabble.com/Script-and-tool-to-monitoring-sessions-tp5867117p5867172.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.


pgsql-novice by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Script and tool to monitoring sessions
Next
From: "David G. Johnston"
Date:
Subject: Re: Script and tool to monitoring sessions