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
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