normal form!

Jun 22, 2006 00:25

Just double checking, but when a database is properly normalized and being used in a content management site, things like forums and user blogs will each get their own tables, right? So when user #00456 activates an account, (and has their user info added to the "site_users" table) a table named "site_users_blog_00456" with a (for example) 'user_id ( Read more... )

Leave a comment

Comments 6

mkb_technologie June 22 2006, 13:01:42 UTC
a proper relational database will definitely have a lot of tables. It's not for scalability purposes but more to make sure you don't have the same datum in multiple places. this removes the possibility of a conflict in your data. it's for integrity.

Reply

(The comment has been removed)

mkb_technologie June 22 2006, 14:43:50 UTC
yeah, that was a pre-coffee reply :(

Reply


lorele June 22 2006, 13:59:56 UTC
Yeah... Sucks.

Reply


(The comment has been removed)

mkb_technologie June 22 2006, 14:43:28 UTC
OH FUCK i missed that line.

Reply

ian_evil June 22 2006, 19:39:31 UTC
Yeah. While I'm not 100% sure I get what you're describing as the proper design (I'll read it a few more times after I get some sleep), I figured out right after I posted that how little sense it made. I'm trying to figure out short cuts. Which is probably the wrong way to start.

But hey, when I finish my flowchart you guys can all proof it.

Reply

(The comment has been removed)


Leave a comment

Up