0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

4372 Commits

Author SHA1 Message Date
Eliot Horowitz
f6d0668141 drop() support for sharded collections SHARDING-36 2009-11-09 12:42:20 -05:00
Eliot Horowitz
6e4f858c43 use CmdLine::ports for shard and config servers
get rid of --infer
some config server refactoring in prep for n phase commit for config server changes
2009-11-08 11:41:19 -05:00
dwight
91eda56a2a Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-08 10:47:31 -05:00
dwight
428f988afe add --configsvr and --shardsvr options that make mongod run on different
port #s when specified
2009-11-08 10:46:41 -05:00
Eliot Horowitz
d0d19f97cf handle edge case 2009-11-07 21:00:15 -05:00
Eliot Horowitz
dfda4ccc39 playing with net-snmp SERVER-120 2009-11-06 16:27:49 -05:00
Eliot Horowitz
2364528abf stop mms when server shutdown 2009-11-06 16:25:57 -05:00
Eliot Horowitz
90949e1cc3 test showing dbref and fetch() 2009-11-06 14:38:40 -05:00
Eliot Horowitz
820c8e8db3 can move last chunk off of a server SHARDING-32 SHARDING-28 2009-11-06 13:57:01 -05:00
Eliot Horowitz
697ce04a25 some utils for printing out sharding info 2009-11-06 13:55:00 -05:00
dwight
96047d90da Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-06 08:19:29 -05:00
dwight
8ca31804d2 better message 2009-11-06 08:18:44 -05:00
Mathias Stearn
901abe74eb cleanup 2009-11-05 16:59:48 -05:00
Eliot Horowitz
4a20517a71 Array.sum 2009-11-05 16:14:25 -05:00
Eliot Horowitz
36290f383b Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-05 15:42:07 -05:00
Eliot Horowitz
625190f3b1 some mr cleaning 2009-11-05 15:41:51 -05:00
dwight
d8a0dc4bdb Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-05 15:18:40 -05:00
dwight
626aea91df minor / make a method private 2009-11-05 15:18:13 -05:00
Mathias Stearn
44498641ea BSON_ARRAY macro 2009-11-05 13:34:14 -05:00
Mathias Stearn
e863bb68d6 BSONArray class 2009-11-05 13:34:14 -05:00
Mathias Stearn
1ce5f2707b BSONArrayBuilder class 2009-11-05 13:34:14 -05:00
Mathias Stearn
edd9f57e7f BSONObjBuilder::numStr optimization 2009-11-05 13:34:14 -05:00
Eliot Horowitz
4aeeedc9f6 minor m/r speedup 2009-11-04 21:48:49 -05:00
Eliot Horowitz
0dbf65df13 limit option for m/r 2009-11-04 17:34:59 -05:00
Eliot Horowitz
40f7fbff6d new mapreduce arch which is much faster for most data sets SERVER-326 2009-11-04 17:11:17 -05:00
Eliot Horowitz
3818050a7d use any type for bool value 2009-11-04 17:09:03 -05:00
Eliot Horowitz
d5048b8e6c m/r refactor check point 1 2009-11-04 15:25:45 -05:00
Eliot Horowitz
a5b8dc4e0d Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-04 15:25:16 -05:00
Mathias Stearn
9fcf4ba1ef Support embedded fields for shard keys. SHARDING-48
Needs more testing.
2009-11-04 15:06:36 -05:00
Mathias Stearn
19863b852e Chunk dotted support 2009-11-04 15:06:36 -05:00
Mathias Stearn
6e135afa26 Constify Chunk::getMin and getMax 2009-11-04 15:06:36 -05:00
Mathias Stearn
305ebbe329 Use default copy constructor for ShardKeyPattern 2009-11-04 15:06:36 -05:00
Mathias Stearn
f2f7104a5d make sharding key_many double test use doubles 2009-11-04 15:06:36 -05:00
Eliot Horowitz
2dbc13e674 silly optimization 2009-11-04 14:52:11 -05:00
Eliot Horowitz
92d2689f1f wrap( char * newName ) 2009-11-04 14:52:01 -05:00
Eliot Horowitz
01c85879b1 some simple optimiziations 2009-11-04 14:48:36 -05:00
Eliot Horowitz
bdbd9143ed parallel sharded map/reduce 2009-11-03 22:56:49 -05:00
Eliot Horowitz
974dc89ad5 some threaded options for doing queries remotely 2009-11-03 22:53:32 -05:00
Eliot Horowitz
37baf952b8 sleepmicros 2009-11-03 22:53:18 -05:00
Eliot Horowitz
25dad379eb cleaning some old os x stuff 2009-11-03 22:47:14 -05:00
Eliot Horowitz
9871eb3591 sharded m/r timers 2009-11-03 21:28:27 -05:00
Eliot Horowitz
77cacf8451 Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-03 17:15:41 -05:00
Eliot Horowitz
6794c0eaf7 snmp in SConstruct SERVER-120 2009-11-03 17:15:14 -05:00
Eliot Horowitz
8223d2d509 some assertions for sharding test before more work 2009-11-03 17:15:05 -05:00
Mathias Stearn
9a81525018 Add assert to prevent calling appendAs with EOO 2009-11-03 16:39:55 -05:00
Mathias Stearn
6f7d89b01a use gdb trampoline in mongos 2009-11-03 16:39:55 -05:00
Mathias Stearn
80edd9e5cf Pull launchGDB out to debug_util.cpp 2009-11-03 16:39:55 -05:00
Eliot Horowitz
03d189f518 Merge branch 'master' of git@github.com:mongodb/mongo 2009-11-03 14:45:14 -05:00
Eliot Horowitz
18e7e48ebd stats for sharded map/reduce SHARDING-37 2009-11-03 14:44:41 -05:00
Mathias Stearn
6e4852e148 Make launchGDB() work with multiple threads. 2009-11-03 13:23:13 -05:00