Are there any performance considerations for large Entity Framework Models/Contexts?
Are there any performance considerations for large Entity Framework Models/Contexts?
Are many smaller contexts faster / better than one large of the same database? or vice versa?
And why?
.NET ProgrammingDatabasesC#
Last Comment
itnifl
8/22/2022 - Mon
arnold
If I understand your question, deals whether it is better to have a single large table versus multiple.
There is a balancing deals with minimizing storage while maximizing valuable data.
A single contex thas many duplicate information consuming storage space.
The trade off deals with query And complexity......
There is a balancing deals with minimizing storage while maximizing valuable data.
A single contex thas many duplicate information consuming storage space.
The trade off deals with query And complexity......