Wednesday, August 30, 2017 10:15 PM
> To: dev@geode.apache.org
> Subject: Re: Indxes and hints
>
> You will probably have to step through debugger for this one.. it really
> depends on the query. For this query, I expect the query engine to pick
> one index and run the
al Message-
From: Jason Huynh [mailto:jhu...@pivotal.io]
Sent: Wednesday, August 30, 2017 10:15 PM
To: dev@geode.apache.org
Subject: Re: Indxes and hints
You will probably have to step through debugger for this one.. it really
depends on the query. For this query, I expect the query engine to pick
r
> Sent: Tuesday, August 29, 2017 4:02 PM
> To: dev@geode.apache.org
> Subject: RE: Indxes and hints
>
> Thank you Jason :-)
>
> -Original Message-
> From: Jason Huynh [mailto:jhu...@pivotal.io]
> Sent: Monday, August 28, 2017 7:24 PM
> To: dev@geode.apache.org
ent: Tuesday, August 29, 2017 4:02 PM
To: dev@geode.apache.org
Subject: RE: Indxes and hints
Thank you Jason :-)
-Original Message-
From: Jason Huynh [mailto:jhu...@pivotal.io]
Sent: Monday, August 28, 2017 7:24 PM
To: dev@geode.apache.org
Subject: Re: Indxes and hints
Hi Roi,
Answers
Thank you Jason :-)
-Original Message-
From: Jason Huynh [mailto:jhu...@pivotal.io]
Sent: Monday, August 28, 2017 7:24 PM
To: dev@geode.apache.org
Subject: Re: Indxes and hints
Hi Roi,
Answers are below the questions...
Question 1. Is it true to say, that the query as it is will load
Hi Roi,
Answers are below the questions...
Question 1. Is it true to say, that the query as it is will load all the
data values from the file, since the field C is part of the value, which is
already persisted to file?
Depending on if an index is used or not, if an index is used, the values
that
Hi,
I have a few questions regarding indexes and hints, if someone could confirm
the below it would be great:
- I have a situation where I use 3 field values in a select (something like
select where A>1, B>1, C=true)
- A and B are fields on the key, and C is a field on the value.
- A and B are