| From: | Chris Bitmead <chrisb(at)nimrod(dot)itg(dot)telstra(dot)com(dot)au> |
|---|---|
| To: | pgsql-hackers(at)hub(dot)org |
| Subject: | Re: Article on MySQL vs. Postgres |
| Date: | 2000-07-05 23:47:31 |
| Message-ID: | 3963C913.423D8F4E@nimrod.itg.telecom.com.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Bitmead | 2000-07-06 00:02:27 | Re: update on TOAST status |
| Previous Message | Chris Bitmead | 2000-07-05 23:42:00 | Re: Proposed new libpq API |