In my current Board implementations, I rely on temporary cubes extensively due to their impact on readability and performance management. However, I've noticed they can consume considerable RAM, especially during data-intensive procedures.
Given this, I’m wondering: does it make sense to clear the content of temporary cubes immediately after they’re no longer needed within a procedure (when other dataflow steps follow) to help reduce RAM usage? Or is it more efficient to let them persist until the procedure finishes?
I’m looking for insights on best practices regarding temporary cube management, specifically in terms of memory optimization and performance impact.