Memory Efficient keys only read

2024-03-01 Thread Dinakar Devineni
Hi, I have a 4 server node cluster with caches are on heap. Whenever i try to get keys using a scan query or sql field query the heap usage increases drastically and drops down in few minutes as if both the queries are loading all respective cache entries as copies in response to the keys only

Spring Native support

2024-02-29 Thread Dinakar Devineni
Hi, Has  anyone tried   spring  native  image  with   ignite?  If  so  is it  efficient  and what  are  the  pros and cons.Spring Native documentation  ThanksDina

RE: Control center open source

2024-02-29 Thread Dinakar Devineni
2024 at 04:08, Dinakar Devineni <dina@gmail.com> wrote:Hi , Is there ant grid gain control center open source alternative.Is there any other community project? ThanksDina 

[no subject]

2024-02-28 Thread Dinakar Devineni
Hi, Regarding new metrics system, when configure to use log exporter, the metrics are being printed for a cache and again as cache group for the same cache, even when cache groups are configured? Is it a default behavior, if so how to fix it, so that only cache metrics are collected. Also

Control center open source

2024-02-28 Thread Dinakar Devineni
Hi , Is there ant grid gain control center open source alternative. Is there any other community project? Thanks Dina

Performance

2024-02-28 Thread Dinakar Devineni
 Hi,  I’m planning to enable and use SQL API  for existing  Caches  by  adding  all fields are  quarriable fields.  Will this  affect  the  performance of  Key-Value  API Cache  gets & puts.And are there any side affects, like  increased  memory usage, reduced performance of cluster using  SQL

Ignite Off Heap memory keeps growing

2023-08-03 Thread Dinakar Devineni
Hi, I  have  a  Ignite  V2.14 cluster   with  all on-heap caches configured without  any  eviction policy.  I’m trying to  understand why the off  heap  data region keeps  growing ?I  was  only  expecting  Heap  usage  to  go up as onheap  caches  are  populated, but   Off Heap  and  Data region  

Re: Need whelp with reading a list of binaryobjects from a field

2023-02-14 Thread Dinakar Devineni
gt; public void setWeight(BigDecimal weight) { > this.weight = weight; > } > } > } > > ``` > > > > 14 февр. 2023 г., в 09:07, Mikhail Pochatkin > написал(а): > > Hi, Dinakar. > > Thanks for your question! Could you please provide doc re

Re: Need whelp with reading a list of binaryobjects from a field

2023-02-14 Thread Dinakar Devineni
on! Could you please provide doc references where > you found that it should be possible? > > вт, 14 февр. 2023 г. в 07:18, Dinakar Devineni : > >> Hi, >> >> >> >> Appreciate some help, to understand why is this failing and how >> to corr

Need whelp with reading a list of binaryobjects from a field

2023-02-13 Thread Dinakar Devineni
Hi, Appreciate  some help, to  understand  why is  this  failing  and  how  to correct this. Trying to  read  a  list of  binary  objects form a  composite  data structure Here  is the  sample code.  As  per  ignite  documentation this  should be  possible.  @Getter@SetterPublic class Car