Quick question related to the “Use Async Requests” option in Slice as I couldn’t find any other posts or documentation discussing this option.
At a high level, I understand the difference between synchronous vs async API requests. Trying to apply the same concept to Slice DBRW formulas, I assume that the Async option would not work well if there are dependencies between formulas (i.e., one DBRW value referenced by another DBRW formula). However, if there are no dependencies, Async should theoretically perform faster since it is firing out simultaneous requests.
Another consideration is that if Slice is already batch processing DBRW requests (rather than making separate API calls for each DBRW formula), is there any advantage to enabling Async (assuming there are no dependency issues)?
Overall, just seeking any general suggestions on when (or if) there are any advantages of having Async enabled (and any downsides). Thanks!