1
I would like to know if possible how a great e-commerce works for example, I would like to create my user and put my products for sale, in the link example:
www.loja.com.br/meunome www.loja.com.br/your name
How does this work? Does one create multiple databases or is it all done in the same table? Let’s assume it has thousands of accesses per minute, how it works?
The addresses in the URL depend very much on the policy of the company that owns the system. Often politics is shaped by technical or financial constraints. It costs less and technically it is simpler to assemble Urls that way. About data volume such as its structure, the answer is similar. It depends on the structure of the system. On a single server you can have 10 to 50 stores, for example, and as a store grows in volume data or accesses, the shopkeeper is alerted to upgrade.
– Daniel Omine