Hello, I have a query regarding some code. My data flow is like this:
Datasource > Write-Optimized DSO > Standard DSO.
so when I am loading data in to Standard DSO from W.O. DSO. I am also doing some look up (through custom code in my start routine) in the same W.O. DSO where this is coming from but it is taking a long time. do you think loading from the dso and then looking up on it can be one factor why the performance is bad? I thought since they are reading the DSO there should'nt be any lock issues etc. but please let me know.
Thanks.