Re: Article on MySQL vs. Postgres
Chris <chrisb@nimrod.itg.telstra.com.au>
From: Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>
To: pgsql-hackers@hub.org
Date: 2000-07-05T23:47:31Z
Lists: pgsql-hackers
Benjamin Adida wrote: > Some recursion? That is interesting. Do you mean multiple queries to the > database? I don't see any reason to have multiple queries to the database to > show nested messages in a forum. Using stored procedures to create sort keys > at insertion or selection time is the efficient way to do this. Ah, but > MySQL doesn't have stored procedures. Can you be more specific on how you would support arbitrary nesting and correct sorting of a threaded discussion in postgres? I've thought about this problem but didn't come up with anything except to re-implement the old recursive " retrieve* " from the old postgres.