symfony1 - A lot of records in database -
i'm planning project site have 10 thousand users. in service 5 thousand static products stored in 1 table. each user have minimum 1 thousand products (max 5 thousand). , have question: how design relational model? of course users tables ok.
i keep about: 10,000(users)*1,000(products) = 10,000,000 records. have 1 idea: create (for example) 100 tables , assign each products of user 1 table. user update 50 records every day.
i use symfony 1.4, doctrine 1.x , mysql/postgresql. it's idea?
100's of tables same definition? sorry terrible idea. databases nowadays plenty capable of handling multi million row tables.
Comments
Post a Comment