How can I generate a consistent entity graph (say from 10 tables) from a database fetch
0
votes
1
answer
44
views
Suppose I have many tables in a database that need to be joined together to get a single consistent view of the entire entity graph. Am I forced to do this as a single query? I don't care about locks, I just want to ensure the graph is consistent as of the time of the query execution.
My concern is one of performance of joining a large number of entities together in a single query. Is it possible to do this in multiple queries but still realize the same level of consistency as having performed these individual selects as a single query?
Asked by Newbie Guest
(3 rep)
Aug 29, 2020, 05:48 PM
Last activity: Aug 30, 2020, 09:41 AM
Last activity: Aug 30, 2020, 09:41 AM