I am looking at two logic block calls where the structure is built over a table with a subtable attached to it. It seems the V2 logic block call is consistantly slower then the V3 version when include a nwNateDisposition, is that expected?
Hi Jack, yes, that’s the desired result! The difference between V2 and V3 is how we handle subtable mains, with V3 containing performance optimizations for how subtable main records are handled. We are driving mutations off the nwNateDisposition of each subtable main record in V3, which helps significantly reduce the number of database calls made against any subtable main. This would explain the performance benefits you’re seeing.
thank you Aaron, and just confirming, is the V3 call in production?