Keep an Eye on the Chunk Length
Don't Let the "slice" Operator Choke
To define a SciDB array we need to specify its dimensions. For each dimension, we need to specify its name, low value, high value, chunk length and chunk overlap (see documentation). The chunk parameters are somehow internal to SciDB and affect its performance. In this post, we look at a...
[Read More]