02-09-2015 08:17 AM
Hi!
I have an array of a cluster. I want to increase a field called "Counter" for each array item and thought of three ways to do it (Solution A, B, and C in the picture).
Is there a difference between the solutions? At what "dimension size" does this difference become important? Or is it at what interval I call this function that it becomes important?
Is there a forth and better way to do this?
Thanks in advance!
BD
02-09-2015 08:48 AM
02-09-2015 09:04 AM
If the cluster if big i'd use #1, else #3. You can easily setup a timer to see how long it takes.
/Y
02-09-2015 09:06 AM
A 4th solution is to mix B and C and user the ordinary cluster function inside the array in place.
/Y