Do you know what is the maximum size of an array in php? Also what is the maximum number of elements in an array?
Have fun! 10x
It is only limited by your memory_limit (as set by php.ini), how many elements will apply to what memory_limit will depend on what is being stored. I suggest box-battering benchmarking. HTH Bubble