You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geode.apache.org by "evaristo.camarero@yahoo.es" <ev...@yahoo.es> on 2018/12/15 18:54:37 UTC

OFF-HEAP INDEXES LIMITATIONS

Hi there,

 Geode 1.8 documentationincludes the following limitation:

 "Note: Do not use functional range indexes withoff-heap data, as they are not supported"



 On the documentationsection refers to range indexes but including the "functional"prefix. Is a "functional range index" the same that a "rangeindex"? In case the answer is no, what is the difference?



 Thanks in advance,



/Evaristo

Re: OFF-HEAP INDEXES LIMITATIONS

Posted by Anilkumar Gingade <ag...@pivotal.io>.
Hi Evaristo,

Yes, "functional" and "functional range" indexes are same.

With respect to off-heap the documentation should have been "do not use
non-compact indexes".
Internally range index is defined/created as "compact" or "non-compact" to
optimize the index storage.

You can find more about compact and non-compact indexes at:
http://gemfire.docs.pivotal.io/96/geode/developing/query_index/maintaining_indexes.html

-Anil



On Sat, Dec 15, 2018 at 10:54 AM evaristo.camarero@yahoo.es <
evaristo.camarero@yahoo.es> wrote:

> Hi there,
>
>  Geode 1.8 documentation includes the following limitation:
>
>  *"Note:* Do not use functional range indexes with off-heap data, as they
> are not supported"
>
>  On the documentation section refers to range indexes but including the
> "functional" prefix. Is a "functional range index" the same that a "range
> index"? In case the answer is no, what is the difference?
>
>  Thanks in advance,
>
> /Evaristo
>