On Fri, Oct 24, 2008 at 5:09 PM, wirtsi <[EMAIL PROTECTED]>wrote:
>
> That sounds like a terribe design idea. Why don't you use the users id
> as foreign key in posts (ie user_id)?
>
its for performance.
wordpress mu inspirated my team for this database design.
the problem is I can't change tabl
That sounds like a terribe design idea. Why don't you use the users id
as foreign key in posts (ie user_id)?
On 24 Okt., 09:34, paydjo <[EMAIL PROTECTED]> wrote:
> I build application for multi user that separate table for every user.
> there would be user1_posts, user2_posts, user3_posts, ...,
I build application for multi user that separate table for every user.
there would be user1_posts, user2_posts, user3_posts, ..., userX_posts
X = user.id
is it possible to change tablePrefix on the fly ?
--
http://paydjo.net/
--~--~-~--~~~---~--~~
You received t