summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_find_cmd.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-6/+6
|
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-6/+6
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-6/+6
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-5/+5
|
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-271-2/+6
|
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+2
|
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-131-1/+3
|
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-3/+7
|
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-011-0/+1
|
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+2
|
* SERVER-73394 Remove operationsBlockedByRefresh metricsPol Pinol Castuera2023-03-071-5/+0
|
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-1/+0
|
* SERVER-73407 Collect telemetry on mongos for find and aggr6.3.0-rc0Davis Haupt2023-02-071-1/+9
|
* Revert "SERVER-73407 Collect telemetry on mongos for find and agg"Sviatlana Zuiko2023-02-041-9/+1
| | | | This reverts commit 2b850f64ef4bbe8b033c0bb7420ebc922ac970a0.
* SERVER-73407 Collect telemetry on mongos for find and aggDavis Haupt2023-02-031-1/+9
|
* SERVER-70382 Replace boost::none index versions with the actual index ↵Allison Easton2022-11-231-2/+2
| | | | version from the catalog cache or CSR
* SERVER-70745 explain command for cluster delete results in error when on ↵wenqinYe2022-11-011-1/+1
| | | | shardsvr mongod
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects ↵jannaerin2022-10-211-1/+1
| | | | correctly in multitenant environment
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-281-0/+4
|
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData ↵Sophia Tan2022-08-231-8/+8
| | | | dbname, const BSONObj& cmdObj)
* SERVER-66999 Check sharding initialized if running an explain with ↵Ruoxin Xu2022-06-091-0/+2
| | | | clusterFind command
* SERVER-65101 Replace transaction and retryable write command allow lists ↵Randolph Tan2022-06-081-0/+4
| | | | with methods on Command
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-061-3/+0
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+2
|
* SERVER-64360 Server-side rewrite for count commandDavis Haupt2022-04-051-1/+3
|
* SERVER-64055 fle find rewrite on mongodDavis Haupt2022-03-311-7/+6
|
* SERVER-64356 Server-side rewrite for find command on mongosDavis Haupt2022-03-251-0/+7
|
* SERVER-63495 Link cluster commit and abort into mongodJack Mulrow2022-03-171-2/+2
|
* SERVER-63495 Link cluster find and strategy into mongodJack Mulrow2022-03-161-0/+297
|
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-82/+0
| | | | | | | | This is expensive to do, especially with WiredTiger and is not a deterministic check. This change replaces it with something cheaper, but has the same outcome - validates that previous writes were successfully journaled, which is an approximate predictor that subsequent writes have high chance of succeeding.
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-3/+3
|
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-0/+82