1
0
Fork 0

use index projections when range-scanning the primary index and filtering on _key (#9372)

This commit is contained in:
Jan 2019-07-02 11:26:27 +02:00 committed by GitHub
parent 38d714087b
commit be052fb614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ void IndexNode::initIndexCoversProjections() {
} }
_coveringIndexAttributePositions = std::move(coveringAttributePositions); _coveringIndexAttributePositions = std::move(coveringAttributePositions);
_options.forceProjection = true;
} }
/// @brief toVelocyPack, for IndexNode /// @brief toVelocyPack, for IndexNode