Re: Indexing fields of non-POJO cache values

2017-10-17 Thread Alexey Kuznetsov
; > > sizes are in tens of millions of entries, the ability to generate > index > > > > values on the fly rather than store them, would go a long way in > terms > > of > > > > reducing memory utilization. > > > > > > > > In I

Re: Indexing fields of non-POJO cache values

2017-10-17 Thread Alexey Goncharuk
s of the BinaryObjects. In cases where the > cache > > > sizes are in tens of millions of entries, the ability to generate index > > > values on the fly rather than store them, would go a long way in terms > of > > > reducing memory utilization. > > > > >

Re: Indexing fields of non-POJO cache values

2017-10-17 Thread Alexey Kuznetsov
m, would go a long way in terms of > > reducing memory utilization. > > > > In Ignite community finds this feature generally useful, I'd be more than > > happy to contribute its implementation. > > > > Regards > > Andrey > > > >

Re: Indexing fields of non-POJO cache values

2017-10-17 Thread Alexey Goncharuk
; > From: Dmitriy Setrakyan > Sent: Monday, October 16, 2017 6:14 PM > To: dev@ignite.apache.org > Subject: Re: Indexing fields of non-POJO cache values > > On Mon, Oct 16, 2017 at 12:35 PM, Andrey Kornev > wrote: > > > [Crossposting to the d

Re: Indexing fields of non-POJO cache values

2017-10-16 Thread Andrey Kornev
ation. Regards Andrey From: Dmitriy Setrakyan Sent: Monday, October 16, 2017 6:14 PM To: dev@ignite.apache.org Subject: Re: Indexing fields of non-POJO cache values On Mon, Oct 16, 2017 at 12:35 PM, Andrey Kornev wrote: > [Crossposting to the dev list] > > A

Re: Indexing fields of non-POJO cache values

2017-10-16 Thread Dmitriy Setrakyan
On Mon, Oct 16, 2017 at 12:35 PM, Andrey Kornev wrote: > [Crossposting to the dev list] > > Alexey, > > Yes, something like that, where the "reference"/"alias" is expressed as a > piece of Java code (as part of QueryEntity definition, perhaps) that is > invoked by Ignite at the cache entry indexi

Indexing fields of non-POJO cache values

2017-10-16 Thread Andrey Kornev
er 12, 2017 5:53 PM To: u...@ignite.apache.org Subject: Re: Indexing fields of non-POJO cache values Just as idea. What if we can to declare a kind of "references" or "aliases" for fields in such cases? And this will help us to avoid duplication of data. For example in JavaScript I

Re: Indexing fields of non-POJO cache values

2017-10-13 Thread Andrey Kornev
er 12, 2017 5:53 PM To: u...@ignite.apache.org Subject: Re: Indexing fields of non-POJO cache values Just as idea. What if we can to declare a kind of "references" or "aliases" for fields in such cases? And this will help us to avoid duplication of data. For example in JavaScript I