in reply to Perl handling of a MYSQL bulletin board
You could have a thread table and put a threadid in each node. You'll be able to then fetch all items in a thread with a simple very fast join. The thread table could also have a threadid field (for a self join) for organising the nested threads
Or am I missing something in your requirement?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Perl handling of a MYSQL bulletin board
by merlyn (Sage) on Aug 31, 2000 at 19:54 UTC | |
by swiftone (Curate) on Aug 31, 2000 at 20:40 UTC | |
by swiftone (Curate) on Aug 31, 2000 at 21:49 UTC | |
by tilly (Archbishop) on Aug 31, 2000 at 22:54 UTC | |
by swiftone (Curate) on Aug 31, 2000 at 23:53 UTC | |
by merlyn (Sage) on Aug 31, 2000 at 21:51 UTC | |
by swiftone (Curate) on Aug 31, 2000 at 22:12 UTC | |
|
RE: Re: Perl handling of a MYSQL bulletin board
by JanneVee (Friar) on Sep 01, 2000 at 01:03 UTC | |
|
RE:(2) Perl handling of a MYSQL bulletin board
by swiftone (Curate) on Aug 31, 2000 at 22:29 UTC |