Hello Mitchell,

Ignite saves there classes of objects which your application puts in caches
or executes as compute tasks. For instance, if you put a MyObject instance
in a cache, then Ignite will persist the info about MyObject in the
marshaller directory and then will be able to deserialize this object
whenever your application reads in from the cache.

-
Denis


On Wed, Jul 29, 2020 at 12:52 PM Mitchell Rathbun (BLOOMBERG/ 731 LEX) <
[email protected]> wrote:

> In the documentation, Ignite is described as a pure in-memory solution
> when persistence is disabled. However, even with persistence disabled, I am
> noticing that the Ignite work directory must be set to an existing
> directory, and that this directory has the 'marshaller/' directory created
> with files written to it. Why is this needed if persistence is off? Is
> there anyway to avoid writing to the file system completely?
>

Reply via email to