Mysql : should i put my data into 1 table or split per user?
Posted
by Haroldo
on Stack Overflow
See other posts from Stack Overflow
or by Haroldo
Published on 2010-04-16T17:29:49Z
Indexed on
2010/04/16
17:33 UTC
Read the original article
Hit count: 121
This data is for a holiday cottage's simple accommodation calendars. The data is simple and stores dates when each cottage is booked.
The cols would be cottage_id, booked_from_date, booked_until_date
and I would expect around 60 rows per user per year * 200-300 users.
I should put this is one table right?
© Stack Overflow or respective owner