Description
This renders covered indexes ineffective when shardingState.needShardChunkManager(pq.ns()) is true. Not sure if this is true in all sharding setups or just some.
DiskLoc cl = _c->currLoc();
|
if ( _chunkManager && ! _chunkManager->belongsToMe( cl.obj() ) ) { // TODO: should make this covered at some point
|
_nChunkSkips++;
|
// log() << "TEMP skipping un-owned chunk: " << _c->current() << endl;
|
}
|
Attachments
Issue Links
- is related to
-
DOCS-2793 Document that sharded clusters don't support covered queries
-
- Closed
-
-
SERVER-3334 Stop processing bson fields in projection.transform after projections met (esp. _id)
-
- Backlog
-
- related to
-
DOCS-4571 In 2.8 sharded clusters support covered queries
-
- Closed
-