Hello Everyone,
we have a matrix model with over 100 MatrixHeaderCells both in rows and in columns.
If we open the matrix model and delete a cell manually it takes only a second.
Deleting the same cell by report using the
function Matrix.deleteHeaderCell ( MatrixHeaderCell cell )
it takes over a minute.
Is there a way to speed this process up?
We are using Aris 10.0.23 on a dedicated server. Switching to a newer version is no option at this moment.
Alexander Cherednichenko on
Hi,
In our experience, two things make a little bit better regarding Matrix and any scripting around this kind of diagram: RAM and Cores.
All script operations with Matrix are highly resource-intensive.