I am in over my head on a project and need some brainstorming assistance from anyone who has a minute...
I have to build a php application that does estimating for contractors.
Each company that uses this system will start with 8,000 unique products that each company has unique pricing on. From there, the companies will each and and remove more products (in the thousands - 10s of thousands).
Is it better to create a new products table for each user (50-100 users)
Or do I create one massive table that has all the products?
Do I store the product info in XML and pull it in that way?
I havent worked with this much data and don't know where to start on the data structure.
Any recommendations would be awesome.
Thanks in advance.
I have to build a php application that does estimating for contractors.
Each company that uses this system will start with 8,000 unique products that each company has unique pricing on. From there, the companies will each and and remove more products (in the thousands - 10s of thousands).
Is it better to create a new products table for each user (50-100 users)
Or do I create one massive table that has all the products?
Do I store the product info in XML and pull it in that way?
I havent worked with this much data and don't know where to start on the data structure.
Any recommendations would be awesome.
Thanks in advance.