Serialization in GridGain

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Serialization in GridGain

Mpanwar
Hi

I am new on the Gridgain and trying to implement some benchmark. I am having default serialization implementation on a class and trying to upload 5GB data. But When I checked on the Management Console it is showing 2.8GB . Why it so. Is there any serialization mechanism or issue with GridGain.

Please suggest about it.

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Serialization in GridGain

Denis Magda
Hi,

By default binary marshaler/serializer [1] is used in Ignite. Actual data size will depend on an object type.
I would check the number of entries in caches after the preloading is finished. If the number is expected then there is no reason to worry.

[1] https://apacheignite.readme.io/docs/binary-marshaller <https://apacheignite.readme.io/docs/binary-marshaller>


Denis

> On Jun 23, 2016, at 9:57 PM, Mpanwar <[hidden email]> wrote:
>
> Hi
>
> I am new on the Gridgain and trying to implement some benchmark. I am having
> default serialization implementation on a class and trying to upload 5GB
> data. But When I checked on the Management Console it is showing 2.8GB . Why
> it so. Is there any serialization mechanism or issue with GridGain.
>
> Please suggest about it.
>
> Thanks
>
>
>
> --
> View this message in context: http://apache-ignite-developers.2346864.n4.nabble.com/Serialization-in-GridGain-tp9568.html
> Sent from the Apache Ignite Developers mailing list archive at Nabble.com.