Answer the question
In order to leave comments, you need to log in
What are the database and architecture requirements for such an application?
Good day!
The task is to make a service for 10 stores, in which there will be all the goods of each store, more than 10 thousand. In it, they will be moderated, updated from price lists. A certain panel for managing your online stores. Stores will be added. Perhaps in the future a platform will be created and stores from opencart will switch to this system.
Question:
What kind of database architecture to create, for each site separate tables or a separate database for each store or hundreds of thousands of products in one to keep. Who worked with website builders, what kind of database they have for each client. And should I use mysql at all or should I consider another option? How would you build a database if there were 100 or more such stores.
It is a simple service for managers:
I chose a store, you see a list of goods, you can add, delete, update, click to add to the site. And yes, they will be added to the site via api or yml
Answer the question
In order to leave comments, you need to log in
What database architecture to create, for each site there are separate tables or a separate database for each store or hundreds of thousands of products in one to keep. Who worked with website builders, what kind of database they have for each client.
Question:From the point of view of logic, security, common sense and a number of other factors, including architectural features (in terms of storing tables within the file system) of the databases themselves, I stored such data in different databases. But, taking into account the fact that "hundred thousand" lines is, by and large, "zilch" and the database of the "shared hosting" level (I think, not even VPS yet) - for convenience, you can store all this in one database.
What kind of database architecture to create, for each site separate tables or a separate database for each store or hundreds of thousands of products in one to keep. Who worked with website builders, what kind of database they have for each client. And should I use mysql at all or should I consider another option? How would you build a database if there were 100 or more such stores.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question