Re: 答复: BinaryObject and String.intern

2017-01-03 Thread dkarachentsev
Actually no, because Ignite internally will store it as a BinaryObject and will send to other nodes in a binary format as well, where all string fields will be unmarshaled without intern(). -- View this message in context:

答复: BinaryObject and String.intern

2017-01-03 Thread Shawn Du
If I don't use binary object and use POJO and never call keepBinary, it will? Thanks Shawn -邮件原件- 发件人: dkarachentsev [mailto:dkarachent...@gridgain.com] 发送时间: 2017年1月3日 15:16 收件人: user@ignite.apache.org 主题: Re: BinaryObject and String.intern This won't give you any benefit, because