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 14:20:17 |
Message-ID: | CANzqJaBefx4QaM_jOP1FkuNCA4iugFWukUGYnVG4vQXJ3i7yPg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Mon, Dec 16, 2024 at 9:05 AM Anex Hul <anexsql2014(at)gmail(dot)com> wrote:
[snip]
> 2. Are you truncating the table after each test run, or deleting all
> records, or appending?
>
> created new schema for each run.
>
> 3. Is the blob data stored in BYTEA column data, or are you using the
> (discouraged) "Large Objects"?
>
> Blob storage
>
Postgresql does not know what "Blob storage" means.
> 4. How are you loading the blob data?
>
> used the Import data using a COPY statement, followed this doc
>
>
> https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-use-pg-azure-storage?tabs=portal-01%2Cportal-02%2Cportal-03%2Cportal-04%2Cportal-05
>
If you're using a Microsoft extension, then you'd better ask Microsoft.
--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!
From | Date | Subject | |
---|---|---|---|
Next Message | Fabrice Chapuis | 2024-12-16 15:30:39 | pg_stat_statements_reset |
Previous Message | Anex Hul | 2024-12-16 14:05:12 | Re: Performance |