Aaron
|
5371a5e448
|
SERVER-802 range / in skipping
|
2010-07-16 01:49:15 -07:00 |
|
Aaron
|
9e5bbc3973
|
SERVER-366 pos can be n
|
2010-07-08 01:41:46 -07:00 |
|
Aaron
|
ec28a6971b
|
SERVER-366 don't drop referenced key
|
2010-07-07 22:25:09 -07:00 |
|
Aaron
|
3e788cf588
|
SERVER-371 btree skipping
|
2010-07-07 13:41:35 -07:00 |
|
Aaron
|
29b86d919d
|
SERVER-371 checkpoint
|
2010-07-07 13:08:53 -07:00 |
|
Aaron
|
4798e64b1c
|
SERVER-371 checkpoint
|
2010-07-07 12:26:20 -07:00 |
|
Aaron
|
1e934132ad
|
SERVER-366 clean up a bit in pack()
|
2010-06-28 22:16:07 -07:00 |
|
Aaron
|
d782c98f9c
|
SERVER-366 btree extent and node freeing
|
2010-06-14 15:47:12 -07:00 |
|
Eliot Horowitz
|
cda4dc0772
|
better logging
|
2010-05-17 16:50:33 -04:00 |
|
Dwight Merriman
|
164095778e
|
elim some 64 bit warnings etc.
|
2010-04-28 19:39:21 -04:00 |
|
Dwight
|
bd28578ab8
|
stdafx->pch
|
2010-04-27 15:27:52 -04:00 |
|
Eliot Horowitz
|
5660d03477
|
fix Ordering
|
2010-04-20 23:11:35 -04:00 |
|
Dwight Merriman
|
18f3614188
|
faster! Ordering class
|
2010-04-20 19:42:53 -04:00 |
|
Dwight Merriman
|
2bef8e784f
|
cleanup bucketbasics start
|
2010-04-20 19:07:37 -04:00 |
|
Dwight Merriman
|
850c918878
|
make recstoreinterface nonvirtual so it's slightly faster
|
2010-04-10 16:14:46 -04:00 |
|
Aaron
|
c4769e9f86
|
SERVER-983 split bucket unevenly when inserting at high end
|
2010-04-08 14:43:30 -07:00 |
|
Dwight
|
0ae466d158
|
SERVER-619 background indexing fix
|
2010-02-11 14:49:55 -05:00 |
|
Dwight
|
7e736f67c1
|
Cloner: don't dbtemprelease too often
|
2010-02-09 15:32:49 -05:00 |
|
Aaron
|
94116f7c6d
|
CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bucket invariant
|
2010-02-08 16:23:48 -08:00 |
|
Dwight
|
92e756eabc
|
background index building
|
2010-02-04 14:25:49 -05:00 |
|
Dwight
|
a0fdf6d9e9
|
fix for a dropDups case with bg indexing
|
2010-02-02 13:01:11 -05:00 |
|
Dwight
|
1120113826
|
towards bg indexing
|
2010-02-01 12:01:26 -05:00 |
|
Eliot Horowitz
|
aff2729157
|
move db/dbstats* to db/stats/counters*
|
2010-02-01 10:38:00 -05:00 |
|
Eliot Horowitz
|
51f4a0dfdb
|
track a sample of btree accesses to see cache hit ratio
|
2010-01-28 14:14:47 -05:00 |
|
Dwight
|
2772af49a1
|
SERVER-182 allow queries with array indexes
|
2010-01-20 13:57:20 -05:00 |
|
Eliot Horowitz
|
0ab8149a8e
|
uassert/massert take error code SERVER-112
|
2009-12-28 16:43:43 -05:00 |
|
Dwight
|
62522b905b
|
new killOp(opnumber)
|
2009-12-22 15:22:37 -05:00 |
|
Eliot Horowitz
|
3b724c73ad
|
use Helpers::findById for simpel _id lookups
|
2009-11-25 12:41:13 -05:00 |
|
Eliot Horowitz
|
eed27626b8
|
some btree helpers and test
|
2009-11-25 10:09:59 -05:00 |
|
Eliot Horowitz
|
c47308b1b4
|
better diagnostics for large keys
|
2009-11-10 13:49:15 -05:00 |
|
Dwight
|
f152047f19
|
fix assert to use ours and thus make unit test pass
|
2009-10-15 16:47:35 -04:00 |
|
Dwight
|
16f8b77c5e
|
move the var 'database' inside Client object
|
2009-10-14 14:34:38 -04:00 |
|
Dwight
|
e216098c6c
|
Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
db/clientcursor.cpp
|
2009-10-09 12:10:28 -04:00 |
|
Eliot Horowitz
|
677fbad312
|
client cursor cleaning and fix masked error
|
2009-10-08 12:04:27 -04:00 |
|
Dwight
|
9589c84edf
|
killOp() wasn't working with validate
|
2009-10-07 11:51:13 -04:00 |
|
Dwight
|
2383059c03
|
fix slight memory wastage on bottom up index build
|
2009-09-29 15:48:58 -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 |
|
dwight
|
bce82d1919
|
fix bug in bottom up build index
|
2009-09-26 04:18:39 -04:00 |
|
Eliot Horowitz
|
586252cffb
|
cleaning up btree bulk insert to not use exceptions
|
2009-09-25 10:56:02 -04:00 |
|
Dwight
|
0c5d8a7b3f
|
build indexes bottom up
Merge branch 'master' of git@github.com:mongodb/mongo
Conflicts:
db/extsort.cpp
|
2009-09-24 17:47:13 -04:00 |
|
Dwight
|
29f0d36640
|
more buildindex
|
2009-09-24 17:10:45 -04:00 |
|
Dwight
|
0678cedd5b
|
intermediate buildindex commit
|
2009-09-24 14:21:40 -04:00 |
|
Dwight
|
6cf3d75d08
|
btreebuilder work / temp commit
|
2009-09-24 12:11:55 -04:00 |
|
Dwight
|
2706a28123
|
begin cmdline.h
|
2009-08-25 10:24:44 -04:00 |
|
Aaron Staple
|
5dcdc3a59c
|
fast collection renaming within a database
|
2009-07-29 15:53:14 -04:00 |
|
Eliot Horowitz
|
48a68868f2
|
better error message on dup key SERVER-81
added some const
|
2009-06-01 14:17:44 -04:00 |
|
Aaron
|
206a330b50
|
remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClient
|
2009-05-19 10:55:13 -04:00 |
|
Aaron
|
ca7227f3d5
|
add const
|
2009-04-21 15:10:13 -04:00 |
|
Dwight
|
c88389e558
|
checkpoint: beginnings of cleaning up the recstore interface
|
2009-03-20 15:39:22 -04:00 |
|