Re: PhP database design question
- From: "J2be" <info@xxxxxxxxxxxxxx>
- Date: Wed, 29 Mar 2006 13:07:24 +0200
<chris.withers@xxxxxxxxx> wrote in message
news:1143627975.829456.318230@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have built a web portal and was considering adding a 'user mail'
feature for users to message each other. I'm a bit uncertain on how to
design the DB, so was wondering if there is a standard to do this. I
was figuring perhaps a table storing all user messages (but this might
become very large very fast?) or would a seperate db storing
sent/saved/recieved etc messages be better?
Yes, a separate Table for messages sent,saved,received could give better
results
than a whole table with all the messages, expecially with tons of users'
messages.
If users messages are really more than expected think about upgrading
hardware and doing load balancing.
Regards
--
Leonardo Armando Iarrusso - J2Be
www: http://www.J2be.com - e-mail: info[at]J2Be.com
.
- Follow-Ups:
- Re: PhP database design question
- From: NC
- Re: PhP database design question
- References:
- PhP database design question
- From: chris . withers
- PhP database design question
- Prev by Date: Re: Retrieving special characters
- Next by Date: MS Word to HTML
- Previous by thread: Re: PhP database design question
- Next by thread: Re: PhP database design question
- Index(es):
Relevant Pages
|
|