Helo......Just curiosity, what is the limit or best number for entities that can be added in one Data store, I searched in docs but can't able to find the answer.
Thanks in advance
Discussion posts and replies are publicly visible
I am not aware of a limit. How many entities do you plan to add?
Around 50 entities in one Data store in future it could scale higher ....................
Adding to that question - what could be the possible consequences of having many entities in one data store instead of dividing it into many stores? Could that have impact on performance?
All entities in a data store use the same DB connection which has a limited number of open connections. That might or might not be an issue, depending on your environment and applications.
I suggest to talk to your Lead Designer and/or architect to discuss sizing requirements.