mirror of https://gitee.com/bigwinds/arangodb
use index projections when range-scanning the primary index and filtering on _key (#9372)
This commit is contained in:
parent
38d714087b
commit
be052fb614
|
@ -166,6 +166,7 @@ void IndexNode::initIndexCoversProjections() {
|
|||
}
|
||||
|
||||
_coveringIndexAttributePositions = std::move(coveringAttributePositions);
|
||||
_options.forceProjection = true;
|
||||
}
|
||||
|
||||
/// @brief toVelocyPack, for IndexNode
|
||||
|
|
Loading…
Reference in New Issue