What are all of the ways to load data into a SciDB array? We have a LOT of data and want to load it all. I know of AQL and AFL load statements. I know of executing the load statements through python. But, I am looking for the highest performance method. For example, if I have a python array, it would be great to be able to load that data into a SciDB array directly from memory without first writing to a file then running a load command to load the file. That seems unnecessary.
Lastly, what would it entail to write a function to write a sciDB array from memory to a sciDB array if such a thing doesn't exist?
Thanks,
Alan
