Re: [PERFORM] Server slowing down over time

2015-09-14 Thread Jim Nasby
On 9/4/15 6:59 AM, Tomas Vondra wrote: Finally, whatever causes the database to wait also causes the Windows instance to slow down. But restarting Postgresql fixes this as well. That's a bit strange, I guess. If you're not observing light CPU and I/O usage, then the instance should not be slow,

Re: [PERFORM] Server slowing down over time

2015-09-04 Thread Tomas Vondra
Hi, On 08/27/2015 07:21 PM, Jean Cavallo wrote: Hi, I am currently working on a data migration for a client. The general plan is : - Read data from a postgresql database - Convert them to the new application - Insert in another database (same postgresql instance). The source database

Re: [PERFORM] Server slowing down over time

2015-09-03 Thread Wei Shan
ormance-ow...@postgresql.org] *On Behalf Of *Jean Cavallo > *Sent:* Thursday, August 27, 2015 1:21 PM > *To:* pgsql-performance@postgresql.org > *Subject:* [PERFORM] Server slowing down over time > > > > Hi, > > > > I am currently working on a data migration for a cl

Re: [PERFORM] Server slowing down over time

2015-09-03 Thread Igor Neyman
From: pgsql-performance-ow...@postgresql.org [mailto:pgsql-performance-ow...@postgresql.org] On Behalf Of Jean Cavallo Sent: Thursday, August 27, 2015 1:21 PM To: pgsql-performance@postgresql.org Subject: [PERFORM] Server slowing down over time Hi, I am currently working on a data migration

[PERFORM] Server slowing down over time

2015-09-02 Thread Jean Cavallo
Hi, I am currently working on a data migration for a client. The general plan is : - Read data from a postgresql database - Convert them to the new application - Insert in another database (same postgresql instance). The source database is rather big (~40GB, wo indexes), and the conversion