Hi all,
I'm interested to know what the best approach is to optimising data area copies/writes.
Traditionally we would create a data area, foreach through the cells make relevant changes to dimensional elements and write to a new intersection of the cube.
With my testing as I'm sure many others have also come to find, the process is now considerably slower. We have been using buffers since its release many moons ago, even with this in place it does tend to take a while for the write process to complete.
Discussion points:
- Ideal buffer write size
- Introduction of a double dictionary - how and why to implement
- General best practices