Re: Script and tool to monitoring sessions
От | abdujaparov |
---|---|
Тема | Re: Script and tool to monitoring sessions |
Дата | |
Msg-id | 1443105557494-5867172.post@n5.nabble.com обсуждение исходный текст |
Ответ на | Re: Script and tool to monitoring sessions (Thomas Kellerer <spam_eater@gmx.net>) |
Ответы |
Re: Script and tool to monitoring sessions
Re: Script and tool to monitoring sessions |
Список | 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 по дате отправления: