Re: Indxes and hints

2017-09-05 Thread Jason Huynh
ONLY THEN the > others? > > > > Can anyone refer me to the code (where the 2 phase search occurs)? > > > > Where is the value finally loaded from disk? > > > > Thank you > > > > Roi > > -Original Message- > > From: Roi Apelker >

RE: Indxes and hints

2017-09-03 Thread Roi Apelker
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

Re: Indxes and hints

2017-08-30 Thread Jason Huynh
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

RE: Indxes and hints

2017-08-30 Thread Roi Apelker
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

RE: Indxes and hints

2017-08-29 Thread Roi Apelker
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

Re: Indxes and hints

2017-08-28 Thread Jason Huynh
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