summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_manager_targeter.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-1/+0
* SERVER-59180 Implement update rewrite and routing for sharded timeseries coll...Alya Berciu2021-10-201-1/+2
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-10-191-1/+4
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-10-181-0/+2
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-10-181-7/+7
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-10-181-0/+4
* SERVER-57437 Support basic insert routing for sharded time-series collectionsNikita Lapkov2021-10-141-3/+10
* SERVER-58271 Stop forcing collection version refreshes in chunk manager targeterTommaso Tocci2021-07-211-19/+7
* SERVER-58266 Stop forcing database version refreshes in chunk manager targeterTommaso Tocci2021-07-201-7/+3
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-0/+167
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-011-179/+0
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-271-5/+3
* SERVER-27382 Remove usage of DBConfig::reload from ChunkManagerTargeterKaloian Manassiev2017-02-021-2/+0
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-2/+2
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-1/+7
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+6
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-1/+5
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-151-8/+3
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-2/+6
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-2/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-7/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-121/+121
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-8/+7
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-2/+0
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-18/+20
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-1/+13
* SERVER-14138 mongos incorrectly targets multiple shards for nested field shar...Greg Studer2014-06-051-0/+5
* SERVER-13448 broadcast updates/deletes to all shards when more than one targetedGreg Studer2014-04-011-1/+3
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-1/+3
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2013-12-181-1/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10818 correctly enforce targeting for upsert/multi/justOne flagsGreg Studer2013-11-111-4/+7
* SERVER-10818 changes for system.indexes write opsGreg Studer2013-11-011-0/+2
* SERVER-10866 Figure out split triggering mechanismRandolph Tan2013-10-301-1/+12
* SERVER-10866 Figure out split trigger mechanismRandolph Tan2013-10-251-3/+17
* SERVER-10532 interfaces and basic implementation for batch write ops, targete...Greg Studer2013-10-031-0/+103