Database design in blogging systems

Posted by Peter on Stack Overflow See other posts from Stack Overflow or by Peter
Published on 2010-03-18T00:20:07Z Indexed on 2010/03/18 0:31 UTC
Read the original article Hit count: 516

As a learning exercise I'm trying to put myself a blogging system.

The goal is to code something that will let me create multiple blogs, like blogger.com or wordpress.com, but much simplified.

I would like to ask you, what do you think is best database design for this type of script.

Is it better to have one big table, containing posts from all blogs of all users (like friendfeed) or would it be better to create separate table for each blog's posts?

Big thanks in advance for your help, Peter.

© Stack Overflow or respective owner

Related posts about database

Related posts about database-design