Today's PowerShell Tip was Symetric Arrays. So I tried them and found them very interesting. Setting up several String and INT arrays in multiple dimensions. Very neat.
I certainly can load data into these arrays and extract easily, I ran some tests and did not see any reduction in extraction time. This could be because the amount of data inserted was small and I only ran a 3d array with 9 elements (9,9,9).
My question is why? What is the advantage of running a multi-dimensional array?