When scanning using mapreduce, it is common to divide the data source logically into a large number of smaller sections, and then read each section individually. However when using Aerospike as the data source, I cannot see a way to split up a scan into anything smaller than a node.
I think that being able to scan a single partition would make logical sense, but I don’t see any way to do that. It it possible to do this in a way that has decent performance?
Thanks,
Marc