-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-4559: adds new glossary terms for 2.8 #2093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<storage-wiredtiger>` to use zlib as its compression library. See: | ||
http://www.zlib.net and the `WiredTiger compression documentation | ||
<http://source.wiredtiger.com/2.4.1/compression.html>`_ for more | ||
information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should mention that zlib provides an implementation of the DEFLATE/INFLATE compression algorithm. also mention that it's the same as gzip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
lgtm, pending content review from other reviewers |
46b9552
to
d8898d3
Compare
@tychoish LGTM'd by Milkie. |
--- | ||
program: mongod | ||
name: wiredTigerCollectionBlockCompressor | ||
name: wiredTigerIndexBlockCompressor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we whitelist prefix compression for indexes and block compression for collections. this change seems odd.
Merged. |
* DOCSP-15109 Updates _id token * DOCSP-15109 Updates token sources * DOCSP-15109 Updates token sources * DOCSP-15109 Refactors resume token text * DOCSP-15109 Refactors resume token text * DOCSP-15109 Fixes code block * DOCSP-15109 Fixes code block * DOCSP-15109 Fixes per Dave * DOCSP-15109 Fixes per Dave * DOCSP-15109 Fixes per Dave * DOCSP-15109 Fixes per Dave * DOCSP-15109 Fixes build error * DOCSP-15109 Fixes build error * DOCSP-15109 Fixes build error * DOCSP-15109 Fixes per Valentin
No description provided.