|
-
Jan 1st, 2008, 01:11 PM
#1
Re: [RESOLVED] Forum Help - Thread/Post Storage
If you are just fetching a list of threads you do not need a relational link to the posts table. If you want to count the number of posts in the thread you'd need to link up with the table and consequently deal with more records.
Assuming anyone actually replies to the thread.
-
Jan 1st, 2008, 09:45 PM
#2
Re: [RESOLVED] Forum Help - Thread/Post Storage
 Originally Posted by visualAd
If you want to count the number of posts in the thread you'd need to link up with the table and consequently deal with more records.
Actually, you're right. I wasn't thinking, but you would need a predicate to count the replies. I suppose my logic only makes sense if each thread had its own table of replies, which would be idiocy.
 Originally Posted by visualAd
Assuming anyone actually replies to the thread.
I'm sure dclamp can reply to his own threads.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|