Re: Slow delete/insert.

From: "Alexandre Leclerc" <alexandre(dot)leclerc(at)gmail(dot)com>
To: "Thor Tall" <tall_thor(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Slow delete/insert.
Date: 2006-08-24 13:32:37
Message-ID: 1dc7f0e30608240632o79ce035cs2023dd23d8480f8e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

2006/8/24, Thor Tall <tall_thor(at)yahoo(dot)com>:
> The messages are split on the client side and PQexec
> are called with INSERT/DELETE statements.
> I have seen that I could use PQprepare and
> PQexecPrepared but I doubt that it would help a lot to
> use those functions?

/Usually/, they are always called internally if not by the coder; it
is good practice to call them. It does optimize the speed.

--
Alexandre Leclerc

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alexandre Leclerc 2006-08-24 13:35:08 Re: Slow delete/insert.
Previous Message Thor Tall 2006-08-24 13:02:08 Re: Slow delete/insert.