summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/store_possible_cursor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-2/+2
|
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-2/+2
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-2/+2
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-1/+1
|
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-4/+3
|
* SERVER-73933: Consolidate telemetry metrics from clientcursor into ↵Will Buerger2023-03-271-8/+9
| | | | OpDebug::AdditiveMetrics
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+1
|
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-0/+2
|
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
|
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-2/+2
|
* SERVER-63772 Copy important fields to the outgoing and remote cursor ↵Jennifer Peshansky2022-03-091-7/+12
| | | | responses in storePossibleCursor
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-1/+5
|
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-1/+1
|
* SERVER-53639 Add MongoS server status metrics to track how often a cursor ↵Vishnu Kaushik2021-01-221-1/+1
| | | | has more than 1 batch
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-2/+4
|
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-3/+6
|
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr ↵Randolph Tan2019-07-091-2/+2
| | | | to shared_ptr
* SERVER-39866 Make cluster aggregate use ↵Esha Maharishi2019-03-011-19/+0
| | | | MultiStatementTransactionRequestsSender rather than using ShardRemote and manually calling attachTxnFields
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+6
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-5/+10
|
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
|
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-0/+5
|
* SERVER-34138 Allow change stream to be opened against non-existent DB and ↵Bernard Gorman2018-04-291-0/+35
| | | | collection in sharded cluster
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+2
|
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-6/+9
|
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-9/+6
| | | | This reverts commit 7d09f278a2acf9791b36927d6af1d30347d60391.
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-6/+9
|
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+5
|
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-241-0/+5
|
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-0/+2
|
* SERVER-32395 Make killCursors work against pinned cursors on mongos when ↵Ian Boros2018-02-071-4/+4
| | | | auth is enabled
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-1/+3
|
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-4/+5
|
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-0/+3
| | | | This bug impacts tailable cursors being sent through a mongos.
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple ↵Bernard Gorman2017-08-081-1/+1
| | | | union should merge on mongos
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-1/+0
|
* SERVER-28870 make ClusterClientCursorParams::RemoteCursor store the ShardIdEsha Maharishi2017-04-241-1/+4
|
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing ↵Esha Maharishi2017-03-301-1/+2
| | | | the cursors (2) sending the getMore's
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-1/+4
|
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-4/+1
| | | | This reverts commit 9e7974e4b6e2b3fe5e7741dce6549624113af196.
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-1/+4
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's ↵Esha Maharishi2017-02-091-3/+5
| | | | next() and kill() methods
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-4/+6
|
* SERVER-20030 Shut down ShardRegistrySpencer T Brody2016-01-291-1/+4
|
* SERVER-20758 delete legacy mongos query pathDavid Storch2015-11-111-39/+0
| | | | | | Also removes the useClusterClientCursor setParameter which was used to control which query path is active.
* SERVER-20596 don't access ClusterCursorManager for single-batch queriesDavid Storch2015-11-051-5/+3
|
* SERVER-20880 Add move support to CursorResponse classJason Rassi2015-10-151-6/+6
|