Re: Insertion time is very high for inserting data in postgres

From: Ganesh Korde <ganeshakorde(at)gmail(dot)com>
To: prachi surangalikar <surangalikarprachi100(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Insertion time is very high for inserting data in postgres
Date: 2021-02-10 08:55:54
Message-ID: CAPNyb0V-xm+wcMLtkf1p4pe6+D=OUuj9=vyPWOC1Sj9aEpXckQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 10 Feb 2021, 1:56 pm prachi surangalikar, <
surangalikarprachi100(at)gmail(dot)com> wrote:

> Hello Team,
> Greetings!
>
> We are using Postgres 12.2.1 for fetching per minute data for about 25
> machines but running parallely via a single thread in python.
> But suddenly the insertion time has increased to a very high level, about
> 30 second for one machine.
> We are in so much problem as the data fetching is becoming slow.
>
> if anyone could help us to solve this problem it would be of great help to
> us.
>
Are you doing vaccuum analyze table regularly? If not then that might
delay insertion.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thorsten Schöning 2021-02-10 08:58:16 Re: Increased size of database dump even though LESS consumed storage
Previous Message Rajnish Vishwakarma 2021-02-10 08:14:13 Regarding Postgres - Insertion Time Getting Increased As Data Volume is getting increased