Hello!

I think that CacheLoader will be executed on server nodes. If you need data
loading to happen on client node, better use Data Streamer.

Otherwise, sounds OK, location of cache configurations is not important
once caches are started.

Regards,
-- 
Ilya Kasnacheev


вт, 21 янв. 2020 г. в 02:39, Victor <[email protected]>:

> Hi,
>
> I am planning to use oob server nodes (i.e. started via ignite.sh) pass a
> configuration xml containing the basic discovery ip only.
> In my client code, i plan to define the Cache configuration, query fields
> and additionally my custom RDBMS support via implementing the
> CacheLoader->load(...) method for cache miss cases.
>
> Given this setup/configuration, I have tried the Cache/Query field
> configuration part and that works, i have to yet try out the RDBMS bit via
> CacheLoader. Had a couple of basic queries,
>
> 1. Is this configuration model doable and will it seamlessly work?
> 2. Are there any pros/con's with not having the config on the sever end,
> performance, n/w hops, etc?
>
> Thanks,
> Victor
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to