Re: Performance

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Performance
Date: 2024-12-16 02:14:53
Message-ID: CANzqJaDAo9eLZpwbh0MJhj3RKvjhRJF4PheRUOtHRSjL9gbwBw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sun, Dec 15, 2024 at 8:22 PM Anex Hul <anexsql2014(at)gmail(dot)com> wrote:

> Hello everyone,
>
> Testing 100 million records data import from Azure blob storage to Azure
> postgresql. I did run the test 5 times and the time it took keep increasing
> for each run.
> Is there know justification for this linear increment of the time it took
> for same size of data?
>

1. What version of PG is it? ("SELECT VERSION();" should tell you.)
2. Are you truncating the table after each test run, or deleting all
records, or appending?
3. Is the blob data stored in BYTEA column data, or are you using the
(discouraged) "Large Objects"?
4. How are you loading the blob data?

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Rui DeSousa 2024-12-16 04:22:02 Re: Performance
Previous Message Anex Hul 2024-12-16 01:22:13 Performance