Hello!

I don't think you can put any data to Cache Store without actually putting
it in a cache.

Regards,
-- 
Ilya Kasnacheev


вт, 3 сент. 2019 г. в 14:03, bijunathg <bijuna...@suntecgroup.com>:

> Hi,
> Our application wants to do SQL queries and writes on some cached data
> (partitioned) and at the same time update some other non-cached data in the
> same transactional context. We do not want to cache everything for
> optimizing the cache memory footprint.
>
> The data-store could be any RDBMS store. Both the cached data and
> non-cached
> data are stored on the same DB schema (instance).
>
> We can enable the Write-through mode for the cached data so that Ignite
> will
> directly write to the store.
>  Could any of you please advice the best practices to manage such a
> transaction? How will we write the non-cached data in the same
> transactional
> context? Does Ignite provide any provision to write the non-cached data
> also
> to the underlying store within the same Ignite transaction?
>
> Thanks
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to