Date
1 - 3 of 3
Index not being used with 'Between" clause
Gene Fojtik <genef...@...>
Outstanding - thank you Jason. -gene
On Thursday, June 8, 2017 at 11:47:53 PM UTC-5, Jason Plurad wrote:
|
|
Jason Plurad <plu...@...>
Make sure you're using a mixed index for numeric range queries. Composite indexes are best for exact matching. The console session below shows the difference:
-- Jason
On Wednesday, June 7, 2017 at 12:01:31 PM UTC-4, Gene Fojtik wrote:
|
|
Gene Fojtik <genef...@...>
Hello, Have an index in a property "latitude", when using with the between clause, the index is not being utilized g.V().has("latitude", 33.333") works well, however g.V().has(“latitude”, between(33.889, 33.954))) does not use the indexes.. Any assistance would be appreciated.. -g
|
|