[PERFORM] seeking advise on char vs text or varchar in search table

2007-04-22 Thread chrisj
I have a table that contains a column for keywords that I expect to become quite large and will be used for web searches. I will either index the column or come up with a simple hashing algorithm add the hash key to the table and index that column. I am thinking the max length in the keyword col

[PERFORM] using a stored proc that returns a result set in a complex SQL stmt

2007-10-16 Thread chrisj
Hi, I am trying to decide between using a temporary table or a stored proc that returns a result set to solve a fairly complex problem, and was wondering if Postres, when it sees a stored proc reference in a SQL, is smart enough to, behind the scenes, create a temporary table with the results of