The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Table Scheme Help
Hello fellow coders!
I'm hear looking at my table layout for vbspace, and have a question. The hack will have the ability for comments to be added to 1.) The users "space" page as user comments 2.) The users Blog page as comment for entries 3.) The users Galler Page for comments on pictures. What would be the most logical and optimized way of the storing the comments? 1.)Having one table with is_gallery, is_blog, and is_space, fields to determine where they belong? 2.) Or seperate tables for each type of comment. (Ex. gcomments, scomments, bcomments) I'm thinking the 2nd choice would be best, since the tables wouldn't contained redundant/null fields. But I could be wrong of course. Any help will be greatly appreciated! |
#2
|
|||
|
|||
Bump-a-roonie.
|
#3
|
||||
|
||||
i would personally put all in one table and just use a field and numbers to distinguish them but then again if it becomes very popular requests to a large table can cause some usage increases and slow down the table.
|
#4
|
|||
|
|||
Yeah, the chances for it becoming a large table is high. So I guess it would be best to have seperate tables...any other input on this?
|
#5
|
||||
|
||||
Do you plan to move posts from one to the other in anyway? That could be a consideration too.
|
#6
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|