Dwight
|
9589c84edf
|
killOp() wasn't working with validate
|
2009-10-07 11:51:13 -04:00 |
|
Dwight
|
eb27ae925a
|
elim warning
|
2009-10-06 16:21:01 -04:00 |
|
Dwight
|
0c9212038d
|
small cleanups
|
2009-10-06 16:17:11 -04:00 |
|
Mike Dirolf
|
32d147df9c
|
create system.profile as a capped collection when profiling is turned on, if it doesn't exist
|
2009-10-06 15:02:50 -04:00 |
|
Mike Dirolf
|
85fed4ec30
|
minor: whitespace
|
2009-10-06 15:02:50 -04:00 |
|
Eliot Horowitz
|
283572bebc
|
don't use Timestamp for other things since it may change
|
2009-10-05 17:13:55 -04:00 |
|
Dwight
|
1537117b66
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-05 16:40:36 -04:00 |
|
Dwight
|
cb8a425f39
|
system.profile collection can now be dropped
|
2009-10-05 16:40:24 -04:00 |
|
Eliot Horowitz
|
52a4444699
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-05 16:40:06 -04:00 |
|
Eliot Horowitz
|
7514172811
|
make getMore buffer big since we know there are lots of results
|
2009-10-05 16:39:49 -04:00 |
|
Eliot Horowitz
|
17da656d91
|
fail fast on oplog already existing
|
2009-10-05 16:26:19 -04:00 |
|
Eliot Horowitz
|
c2b148ad2f
|
cleaner output MINOR
|
2009-10-05 15:18:04 -04:00 |
|
Eliot Horowitz
|
0742697d44
|
print out oplog size when creating
|
2009-10-05 15:16:06 -04:00 |
|
Eliot Horowitz
|
727fc307f9
|
more verbose shutdown logging to try and figure out why shutdown is very slow sometimes
|
2009-10-05 15:09:52 -04:00 |
|
Eliot Horowitz
|
6b79e14d96
|
make nontrivial smarter with empty bounds
|
2009-10-05 14:09:43 -04:00 |
|
Eliot Horowitz
|
417ba0f0ce
|
--tablescan only disallows scans that have a filter
|
2009-10-05 13:49:03 -04:00 |
|
Dwight
|
2967c63e92
|
exit faster on ctrl-c
|
2009-10-05 12:59:51 -04:00 |
|
Eliot Horowitz
|
4142f3ebe4
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-05 10:57:51 -04:00 |
|
Eliot Horowitz
|
d006977e87
|
put esort files in _tmp and remove on startup
|
2009-10-05 10:56:42 -04:00 |
|
Dwight
|
5d04352b5d
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-05 10:20:03 -04:00 |
|
Dwight
|
151d960765
|
correctly rollback a failed index create
|
2009-10-05 10:19:51 -04:00 |
|
Eliot Horowitz
|
e2fcb26d68
|
clean up killCursors loggin
|
2009-10-04 21:49:36 -04:00 |
|
Dwight
|
ff458d03b7
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-02 16:58:15 -04:00 |
|
Dwight
|
04104f13a1
|
add mapreduce() to the c++ client api.
not yet tested.
|
2009-10-02 16:55:47 -04:00 |
|
Eliot Horowitz
|
9b0f12bb1e
|
use _id for M/R output table - saves space and an index
|
2009-10-02 15:43:30 -04:00 |
|
Eliot Horowitz
|
32852274d7
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-01 17:16:02 -04:00 |
|
Eliot Horowitz
|
529b271070
|
fix return of mapreduce - ok if works, not ok if collection doesn't exist
|
2009-10-01 17:15:44 -04:00 |
|
Dwight
|
3866337b42
|
windows vcproj: remove release_nojni option no longer needed
|
2009-10-01 14:59:24 -04:00 |
|
Dwight
|
1b508836b5
|
link visual studio base64
|
2009-10-01 10:10:02 -04:00 |
|
Dwight
|
19453752fc
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-10-01 10:02:16 -04:00 |
|
Dwight
|
b622636eb2
|
minor prep for multi update work
|
2009-10-01 10:01:02 -04:00 |
|
Eliot Horowitz
|
1f622ad076
|
finish getting rid of boost base64
|
2009-10-01 09:49:17 -04:00 |
|
Eliot Horowitz
|
b8e956694f
|
starting to rip out boost base64
|
2009-10-01 08:34:50 -04:00 |
|
Eliot Horowitz
|
80b7497d69
|
fix BSONObj::dump
|
2009-10-01 01:26:57 -04:00 |
|
Eliot Horowitz
|
c9bbecda69
|
don't use multimap for MR b/c its slower
|
2009-09-30 19:07:01 -04:00 |
|
Eliot Horowitz
|
8658e97ed3
|
unlock while doing map/reduce
|
2009-09-30 17:11:56 -04:00 |
|
Dwight
|
993b94fcee
|
compile windows
|
2009-09-30 16:34:18 -04:00 |
|
unknown
|
74aefcc405
|
test project
|
2009-09-30 14:32:26 -04:00 |
|
Eliot Horowitz
|
754655029f
|
optional out paramter for map/reduce
|
2009-09-29 23:37:13 -04:00 |
|
Eliot Horowitz
|
d7148cef45
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-09-29 16:55:08 -04:00 |
|
Eliot Horowitz
|
ae3d49d718
|
allow you to store js functions in the server SERVER-157
|
2009-09-29 16:54:31 -04:00 |
|
Dwight
|
2383059c03
|
fix slight memory wastage on bottom up index build
|
2009-09-29 15:48:58 -04:00 |
|
Eliot Horowitz
|
966e13e27f
|
mr query SERVER-208
|
2009-09-29 12:59:16 -04:00 |
|
Eliot Horowitz
|
b5b610c8b1
|
fast upgrade from 4.4 to 4.5 SERVER-292
|
2009-09-29 10:40:39 -04:00 |
|
Eliot Horowitz
|
55be029b9d
|
reIndex command - in prep for SERVER-292
does all indexes, including _id
|
2009-09-29 10:15:06 -04:00 |
|
Eliot Horowitz
|
9641489751
|
append( string, BSONObj ) since often used for array building
|
2009-09-29 10:14:54 -04:00 |
|
dwight
|
4a4f597012
|
fix typo
|
2009-09-27 14:49:09 -04:00 |
|
dwight
|
29ec5bf837
|
tuning index performance
log less too
|
2009-09-27 14:46:51 -04:00 |
|
Eliot Horowitz
|
4c364cb946
|
don't use set for extsort, use list and then sort
|
2009-09-26 23:47:08 -04:00 |
|
Eliot Horowitz
|
5f75cfe408
|
some debugging
|
2009-09-26 23:47:01 -04:00 |
|