Hey All, I want to know does Geode functions execute on collocated data. My usecase is that I have portioned cache and I want to do some computations in parallel in all the nodes.
Now does Geode automatically distribute functions so that the code only works on data in a particular node? Or is there mechanism to do so? I think an example will make it clear. Lets say I have some stocks and their prices in a cache. Now I want to do some calculations , so can I redirect code to be executed on the node holding the data for Pivotal stock automatically?
