Pre-preparing / parsing SQL statements

From: Ashley Cambrell <ash(at)freaky-namuh(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Pre-preparing / parsing SQL statements
Date: 2002-03-14 05:16:19
Message-ID: 3C903223.9040908@freaky-namuh.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

I remember Tom doing a benchmark that showed postgres spends a lot of
time parsing SQL statements. There was some mention of implementing a
sort of ociparse and allowing the pre-parsing and binding of values to
placeholders in the SQL statement.

I can't seem to find this on the TODO list. Is anyone working on such a
thing? I seem to remember some saying that the FE-BE protocol would
have to change, so maybe the discussion was stopped there? (*shurg*)

Thank you

Ashley Cambrell

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jose Javier Gutierrez 2002-03-14 07:56:29 problems with Tomcat and postgres
Previous Message Hannu Krosing 2002-03-14 04:32:19 Re: Survey results on Oracle/M$NT4 to PG72/RH72 migration