Database Building 101: High level graph operations

added by DotNetKicks
8/23/2016 6:20:19 PM

242 Views

There is one thing that we need to talk about still, this code will actually use a lot of individual transactions, one for each independent operation. That is quite expensive, we can open a single transaction and pass it to the functions we call, so there is just a single cost for the entire duration of the operation.


0 comments