RE: Binary Marshalling issue

2016-12-16 Thread Pradeep Badiger
Thanks Andrey. From: Andrey Mashenkov [mailto:andrey.mashen...@gmail.com] Sent: Friday, December 16, 2016 11:30 AM To: user@ignite.apache.org Subject: Re: Binary Marshalling issue Hi, Unfortunatelly ignite does not support keepBinary option for Maps [1]. Best way is try to avoid using short

Re: Binary Marshalling issue

2016-12-16 Thread Andrey Mashenkov
ere a way I can disable it or reduce it? Do > I need to use BinaryObject? > > > > Thanks, > > Pradeep V.B. > > > > *From:* Andrey Mashenkov [mailto:andrey.mashen...@gmail.com] > *Sent:* Friday, December 16, 2016 9:41 AM > *To:* user@ignite.apache.org > *Sub

RE: Binary Marshalling issue

2016-12-16 Thread Pradeep Badiger
Hi Andrey, Thanks for your response. Is there a way I can disable it or reduce it? Do I need to use BinaryObject? Thanks, Pradeep V.B. From: Andrey Mashenkov [mailto:andrey.mashen...@gmail.com] Sent: Friday, December 16, 2016 9:41 AM To: user@ignite.apache.org Subject: Re: Binary Marshalling

Re: Binary Marshalling issue

2016-12-16 Thread Andrey Mashenkov
Hi As I understand you have many short-lived Maps as values in cache. Yes, in your case, you can get a lot of garbage due to Map will be marshal\unmarshal along with each of its content at every cache entry access. On Fri, Dec 16, 2016 at 4:26 PM, Pradeep Badiger wrote: > Hi, > > > > I have an