Skip to content

Commit

Permalink
MB-51737 Allow AVOID_ variant as negative optimizer hints
Browse files Browse the repository at this point in the history
In addition to the NO_ and NO_USE_ version of negative optimizer
hints, we also allow AVOID_ variant as an alias:

AVOID_INDEX:     same as NO_INDEX
AVOID_INDEX_FTS: same as NO_INDEX_FTS
AVOID_NL:        same as NO_USE_NL
AVOID_HASH:      same as NO_USE_HASH

Change-Id: I520326a170d7371f595f3ed6a2a1e7e2fe77400b
Reviewed-on: https://review.couchbase.org/c/query/+/173375
Reviewed-by: Sitaram Vemulapalli <sitaram.vemulapalli@couchbase.com>
Tested-by: Bingjie Miao <bingjie.miao@couchbase.com>
  • Loading branch information
miaobingjie committed Apr 6, 2022
1 parent d028c1f commit 7283323
Show file tree
Hide file tree
Showing 5 changed files with 567 additions and 70 deletions.

0 comments on commit 7283323

Please sign in to comment.