You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by ashishb888 <as...@gmail.com> on 2019/01/24 11:42:36 UTC

Ignite cache: Serializable vs Externalizable

Which is better among Serializable and Externalizable?
I have experienced Externalizable is slower than Serializable. Can somebody
help me with this?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite cache: Serializable vs Externalizable

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

I think you can have both Binarylizable and Serializable and it will have
precedence.

Regards,
-- 
Ilya Kasnacheev


вт, 5 февр. 2019 г. в 16:17, ashishb888 <as...@gmail.com>:

> The object need to be pushed to Kafka as well. I mean it is not just
> limited
> to Ignite.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: Ignite cache: Serializable vs Externalizable

Posted by ashishb888 <as...@gmail.com>.
The object need to be pushed to Kafka as well. I mean it is not just limited
to Ignite.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite cache: Serializable vs Externalizable

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

Why not Binarylizable? Or just avoiding having either one.

Regards,
-- 
Ilya Kasnacheev


чт, 24 янв. 2019 г. в 14:42, ashishb888 <as...@gmail.com>:

> Which is better among Serializable and Externalizable?
> I have experienced Externalizable is slower than Serializable. Can somebody
> help me with this?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>