You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/03/01 19:54:51 UTC

[GitHub] [geode] jhuynh1 commented on pull request #6028: WIP, DO NOT REVIEW. Do not create index when indexKey is null

jhuynh1 commented on pull request #6028:
URL: https://github.com/apache/geode/pull/6028#issuecomment-788226436


   Usually the queries that don't have indexes are considered "correct" and the ones with indexes usually were checked against those results.  
   Was the issue due to the map index not mapping values it didn't know about?
   
   A solution down the line might be to allow custom indexing. 
   
   Is there a way to disable the != only for queries that use the map index?  Queries that use the base compact range index should still be able to execute != in a timely fashion.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org