<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mongo.git/src/mongo/db/index/duplicate_key_tracker.cpp, branch master</title>
<subtitle>github.com: mongodb/mongo.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/'/>
<entry>
<title>SERVER-73873 Remove opCtx captures from onCommit/onRollback handlers</title>
<updated>2023-02-22T20:50:53+00:00</updated>
<author>
<name>Louis Williams</name>
<email>louis.williams@mongodb.com</email>
</author>
<published>2023-02-10T14:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=dab496ed148b2b5895780e6fd4208bddae2424c5'/>
<id>dab496ed148b2b5895780e6fd4208bddae2424c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-69421 Fix ProgressMeter race conditions</title>
<updated>2022-12-01T14:54:18+00:00</updated>
<author>
<name>Alex Li</name>
<email>alex.li@mongodb.com</email>
</author>
<published>2022-12-01T14:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=e4a1e409c65b4cf9eec9d70c295ed753f3063d14'/>
<id>e4a1e409c65b4cf9eec9d70c295ed753f3063d14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes</title>
<updated>2022-05-06T00:08:12+00:00</updated>
<author>
<name>Billy Donahue</name>
<email>billy.donahue@mongodb.com</email>
</author>
<published>2022-05-05T21:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=330458e81f9baa3f936d639dc3edbe1a8c4c5a32'/>
<id>330458e81f9baa3f936d639dc3edbe1a8c4c5a32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexes</title>
<updated>2022-02-11T13:17:40+00:00</updated>
<author>
<name>Mathias Stearn</name>
<email>redbeard0531@gmail.com</email>
</author>
<published>2022-02-04T13:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=5717ae8710c8d91949e080ed98385d0ed990fded'/>
<id>5717ae8710c8d91949e080ed98385d0ed990fded</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-54360 Support secondary unique indexes on clustered collections</title>
<updated>2021-11-05T16:09:45+00:00</updated>
<author>
<name>Louis Williams</name>
<email>louis.williams@mongodb.com</email>
</author>
<published>2021-11-05T15:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=7bcb659c013aaf44e1edab7b8a102a738c0bfb8c'/>
<id>7bcb659c013aaf44e1edab7b8a102a738c0bfb8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-60639 Defer TemporaryRecordStore dropping to the storage engine</title>
<updated>2021-10-22T16:45:38+00:00</updated>
<author>
<name>Louis Williams</name>
<email>louis.williams@mongodb.com</email>
</author>
<published>2021-10-22T15:33:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=6d9fecf38c44b0739de5b34c9f82d6a4ed9f508b'/>
<id>6d9fecf38c44b0739de5b34c9f82d6a4ed9f508b</id>
<content type='text'>
Users of TemporaryRecordStore no longer have to "finalize" by explicitly dropping the temporary table. Instead, tables are queued in the storage engine to be periodically dropped. All storage engines have the ability to support deferring ident drops.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users of TemporaryRecordStore no longer have to "finalize" by explicitly dropping the temporary table. Instead, tables are queued in the storage engine to be periodically dropped. All storage engines have the ability to support deferring ident drops.
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-59075 Create temporary RecordStore in HashAgg stage</title>
<updated>2021-10-14T23:01:03+00:00</updated>
<author>
<name>Eric Cox</name>
<email>eric.cox@mongodb.com</email>
</author>
<published>2021-10-14T22:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=d8781cb284af784447af76e1a7bcebc4079cc4c9'/>
<id>d8781cb284af784447af76e1a7bcebc4079cc4c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-55664 EphemeralForTest supports clustered _id indexes</title>
<updated>2021-06-15T15:27:26+00:00</updated>
<author>
<name>Louis Williams</name>
<email>louis.williams@mongodb.com</email>
</author>
<published>2021-06-15T14:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=aeaf49f3560bc11475d2b57848e50961e6df5789'/>
<id>aeaf49f3560bc11475d2b57848e50961e6df5789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-48417 Reconstruct in-memory state when resuming index build</title>
<updated>2020-08-04T08:33:16+00:00</updated>
<author>
<name>Samy Lanka</name>
<email>samy.lanka@mongodb.com</email>
</author>
<published>2020-07-31T07:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=2fc36d0b12d1c44893a5f3c1fe0ac8fb0125a071'/>
<id>2fc36d0b12d1c44893a5f3c1fe0ac8fb0125a071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SERVER-48067 Reduce memory consumption for unique index builds with large numbers of non-unique keys</title>
<updated>2020-07-20T19:35:31+00:00</updated>
<author>
<name>Gregory Noma</name>
<email>gregory.noma@gmail.com</email>
</author>
<published>2020-07-20T19:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mongo.git/commit/?id=3c2951938d65667d675c48511d9d1046655809a5'/>
<id>3c2951938d65667d675c48511d9d1046655809a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
