Amit,

Yes, it does what you are looking for...

You can find more about function execution at:
http://geode.apache.org/docs/guide/developing/function_exec/how_function_execution_works.html

If you have further question don't hesitate to ask.

-Anil.



On Wed, Dec 14, 2016 at 9:04 AM, Amit Pandey <[email protected]>
wrote:

> 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?
>

Reply via email to