fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

planOr vs planOther

Open MMcM opened this issue 2 years ago • 0 comments

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.

MMcM avatar May 06 '22 00:05 MMcM