Re: Stored Procedures

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Stored Procedures
Date: 2006-01-19 19:34:26
Message-ID: 20060119193426.GA5403@kaufbach.delug.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Benjamin Arai <barai(at)cs(dot)ucr(dot)edu> schrieb:

> Hi,
>
> Will simple queries such as "SELECT * FROM blah_table WHERE tag='x'; work any
> faster by putting them into a stored procedure?

IMHO no, why do you think so? You can use PREPARE instead, if you have many
selects like this.

HTH, Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknow)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2006-01-19 21:38:33 Re: 3WARE Card performance boost?
Previous Message Benjamin Arai 2006-01-19 17:38:01 Stored Procedures