ehCache even doesn's serialize data, reading it directly from Java
heap once you allocate your objects. It's designed for local mode use cases
like HashMap.

Compare ehCache to Ignite in the distributed mode. Ignite was designed and
optimized to work at scale.

--
Denis

On Mon, Oct 1, 2018 at 7:00 AM Daryl Stultz <[email protected]>
wrote:

> It means ehCache is better than ignite performance atleast in LOCAL mode
>  :)
>
>
> I fully expect ehCache, Guava Cache, etc to be faster than Ignite since
> Ignite has more to do to communicate with the grid. But the scale of the
> difference is the concern, Thus far my experiments do not show it's
> appreciably faster than reading from the database.
>
> --
> Daryl Stultz
> Principal Software Developer
> _____________________________________
> OpenTempo, Inc
> http://www.opentempo.com
> mailto:[email protected]
>

Reply via email to