1
Well my doubt and while the approach of creating a database in the following scenarios
- Multiple Database, a user-created database
- Multiple Schemas, well would have only a single database, but each user would have their schema
- A single table separated by user_id
Remembering that it would be an application that would have registration of products and each user could have between 4 thousand and 90 thousand products. It would also have a lot of registered customers, a lot of sales, anyway. It’s kind of big per user.
So I come here and I ask you, in my scenario with a lot of records in the database what do they indicate? With technologies
Spring-Boot/Java/JPA/Hibernate/REST/Postgresql
I read topics but nothing enlightening for my scenario. Some of them.
Multitenancy application and structure
Multi-client Web API Structure