Quote Originally Posted by stevefox View Post
Is it really wise to have 1,6M entries in an Array?
Not really. But before trying to find out how to store 1,6M individual results, there is another question that goes first:

Why do you think you need to store each result individually? Why not just storing the "ticket" as it is? Any individual result (or all of them) can be readen from it later.