Ruoxin Xu
a29b0a6f07
SERVER-59682 Recover SBE plans from the new plan cache
2022-01-17 18:39:52 +00:00
Ruoxin Xu
b72d07a8b0
SERVER-59681 Start storing SBE plans in the new plan cache
2021-10-01 15:47:47 +00:00
Anton Korshunov
5f521888c6
SERVER-51138 Support $planCacheStats in SBE
2020-12-04 10:00:52 +00:00
Ali Mir
fa5aff1411
SERVER-50651 Replace occurrences of isMaster command with hello in misc jstests
2020-10-01 19:17:34 +00:00
Justin Seyster
d80312792b
SERVER-49227 Tag tests to be excluded from jsCore_slot_based_execution
2020-08-14 02:34:21 +00:00
Ali Mir
98427b7a22
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
2020-04-29 17:32:39 +00:00
Samy Lanka
f7e7e994cb
SERVER-44343 Make 'reIndex' a standalone-only command
2020-04-16 00:32:40 +00:00
Samy Lanka
72cf1283ee
Revert "SERVER-44343 Make 'reIndex' a standalone-only command"
...
This reverts commit 2ad1252130 .
2020-04-13 04:09:36 +00:00
Samy Lanka
2ad1252130
SERVER-44343 Make 'reIndex' a standalone-only command
2020-04-09 18:23:42 +00:00
David Storch
01e9fd6d0e
SERVER-44823 Add sharding support for $planCacheStats.
...
When a $planCacheStats pipeline is delivered to a mongos, it
will be forwarded to one host in each shard following the
normal host targeting rules for aggregate operations. Each
of the documents returned to the client will be augmented
with "shard" and "host" fields, giving the name of the shard
and the host:port string from which the plan cache metadata
originated.
Allowing clients to collect plan cache information from
every shardsvr in the cluster is left as future work.
2019-12-09 21:49:17 +00:00
David Storch
36ff260fe6
SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheListPlans'.
...
As an alternative, use the $planCacheStats aggregation
stage. This metadata source, when placed first in the
pipeline, returns one document per plan cache entry for a
particular collection. This data can then be filtered,
projected, grouped, or otherwise processed with the full
power of MQL.
2019-11-26 14:29:44 +00:00
clang-format-7.0.1
134a408395
SERVER-41772 Apply clang-format 7.0.1 to the codebase
2019-07-27 11:02:23 -04:00
Ted Tuckman
e4a459fbe8
SERVER-39766 Blacklist plan_cache tests from migration suite
2019-03-01 09:13:13 -05:00
yarai
5310a3a7ab
SERVER-35576 Fixed PlanCacheClear clear time of check
2018-09-07 17:00:21 -04:00
Cheahuychou Mao
3e632d5ed0
SERVER-35580 Remove ReIndexCmd from mongos
2018-06-28 14:10:40 -04:00
Max Hirschhorn
264d971842
SERVER-32691 Add write_concern_majority_passthrough.yml test suite.
...
Also adds support for using replica set connection strings in resmoke.py
without making all nodes electable.
2018-01-30 19:45:42 -05:00
Jack Mulrow
00d92ece19
SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough.yml suite
...
The actual suite will come in a follow-up commit.
2017-12-07 14:36:15 -05:00
Tess Avitabile
cb9f7cdcb7
SERVER-30731 Add expr support in MatchExpression outside of aggregation
2017-10-05 16:47:26 -04:00
Jonathan Abrahams
4ae691e8ed
SERVER-22468 Format JS code with approved style in jstests/
2016-03-09 12:18:14 -05:00
Qingyang Chen
26c5394f79
SERVER-17895 Remove clearing plan cache after 1000 write ops
2015-07-23 18:56:02 -04:00
David Storch
7dcbdc440a
SERVER-13675 do not cache plans if there is a tie
2014-05-22 18:04:51 -04:00