| Age | Commit message (Collapse) | Author |
|
GitOrigin-RevId: fb18a4c9e2d5d59efa531d8ff2cc50ff2a2c1c8d
|
|
If we're resorting to collection scan and the predicate is trivially false then we're producing an EOF plan.
|
|
|
|
fields from CSI
|
|
|
|
|
|
|
|
tenantId - test
|
|
|
|
messages
|
|
|
|
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
|
|
based on field projection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e09abbd7289641317d9e213204fb79731655e004.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pushdown
|
|
|
|
|
|
* Charlie's initial patch
* Compile fixes
* Made all error codes unique
|
|
|
|
|
|
|
|
partial index filters
|
|
|
|
This patch includes also moves ownership of the collator to the ExpressionContext.
|
|
o converting some log lines that were missed
o fixing some missing includes
create mode 100644 src/mongo/transport/ismaster_metrics.cpp
|
|
|
|
This new sort implementation can be used in lieu of the
pre-existing general implementation when certain special
conditions are met:
- The incoming data is fetched.
- The incoming data has no metadata attached.
- The record id can be discarded.
|
|
|
|
|
|
|
|
|
|
Remove leading comments that are just stating the filename.
Move any file-level comments below the copyright banner.
Remove leading blank lines.
|
|
|
|
|