Commit Graph

22 Commits

Author SHA1 Message Date
dwight
670e541090 remove a pch include 2011-10-02 14:20:22 -04:00
dwight
bc9d347ff8 compile 2011-10-02 14:04:31 -04:00
dwight
310e250fd3 cleaning. we want to use pch.h as little as possible (zero eventually)
this a small step that way
2011-10-02 13:38:29 -04:00
gregs
e5d902202f full API change to command interface, add options SERVER-3405 2011-07-27 15:59:27 -04:00
Dwight
a538179ca4 bug fix v1 indexes and distinct 2011-06-27 17:40:05 -04:00
Eliot Horowitz
6cd435b005 SERVER-2563 - make ClientCursor check disk location for record in memory if its going to be needed 2011-06-23 15:46:10 -04:00
Aaron
d4b71c4756 standardize matcher variables 2011-06-15 21:03:06 -07:00
Aaron
aa0865f655 SERVER-2977 use query optimizer cursor for distinct 2011-05-17 22:54:22 -07:00
Eliot Horowitz
56080a9fa4 can't use scoped_ptr with ClientCursor 2011-05-04 14:09:48 -04:00
Mathias Stearn
cb89d4b543 fix error message SERVER-2800 2011-04-13 20:25:42 -04:00
gregs
a3b7bb6b83 skip indices which require sorting for distinct SERVER-2135 2011-04-06 14:05:43 -04:00
Eliot Horowitz
d2bb5fa4f3 put cursor used in distinct stats output 2011-03-23 10:43:53 -04:00
Eliot Horowitz
6871c53e17 timing info for distinct 2011-01-31 11:28:00 -05:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
dce045af12 fix issue on distinct with no ns 2010-11-14 20:40:46 -05:00
Eliot Horowitz
2ce44e8c85 disinct can pull data from indexes and will choose an index to use if sensible SERVER-1673 2010-11-14 01:57:27 -05:00
Eliot Horowitz
2c9fe6b427 if key is in index, use it for distinct SERVER-1673 2010-11-14 01:42:36 -05:00
Eliot Horowitz
8450572c05 prep work for distinct w/indexes SERVER-1673 2010-11-14 01:15:19 -05:00
Eliot Horowitz
876b17b344 make distinct yield safely SERVER-1850
BACKWARDS BREAKING distinct no longer sorts
2010-10-13 16:11:50 -04:00
Eliot Horowitz
53a0d295e3 split bson max size into User and Internal
sometimes objects have to be bigger (oplog insertion for example)
more prep for SERVER-431
2010-10-11 11:26:41 -04:00
Eliot Horowitz
d3c3b8a903 using BSONObjMaxSize everywhere bson size comes into play
still 4mb, this is just prep for changing SERVER-431
2010-10-10 20:01:17 -04:00
Eliot Horowitz
f550177b1a moving some commands into db/commands/ directory 2010-09-30 17:37:19 -04:00