fdb-record-layer
fdb-record-layer copied to clipboard
planOr vs planOther
Right now, planOr
is attempted before any indexes, even though in the case of Lucene planOther
can handle the entire disjunction.
Since the planner only currently matches Lucene indexes based on their contained fields, and not their analyzer options, for example, it is possible that a Union
plan is what is desired. So there may need to be finer control over this.