<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:14:44 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-16165] [Server] add more details for per collection creation options (such as compression type)</title>
                <link>https://jira.mongodb.org/browse/DOCS-16165</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h3&gt;&lt;a name=&quot;ProblemStatement%2FRationale&quot;&gt;&lt;/a&gt;&lt;b&gt;Problem Statement/Rationale&lt;/b&gt;&lt;/h3&gt;

&lt;p&gt;&lt;b&gt;&lt;font color=&quot;#505f79&quot;&gt;looking here &lt;a href=&quot;https://www.mongodb.com/docs/manual/reference/method/db.createCollection/#specify-storage-engine-options&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mongodb.com/docs/manual/reference/method/db.createCollection/#specify-storage-engine-options&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;font color=&quot;#505f79&quot;&gt;This operation creates a new collection named&#160;&lt;tt&gt;users&lt;/tt&gt;&#160;with a specific configuration string that MongoDB will pass to the&#160;&lt;tt&gt;wiredTiger&lt;/tt&gt;&#160;storage engine. See the&#160;&lt;a href=&quot;http://source.wiredtiger.com/mongodb-5.0/struct_w_t___s_e_s_s_i_o_n.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;WiredTiger documentation of collection level options&lt;/a&gt;&#160;for specific&#160;&lt;tt&gt;wiredTiger&lt;/tt&gt; options.&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;this link goes to a page for Session options and it is not obvious where to find the collection options.&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;also the options used here^ are not formatted/named the same as say for the mongod.conf or daemon starup . clicking the link to the wiredtiger docs was not clear.&#160;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;for example.. i would have thought blockCompressor to be then name but its&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;&#8216;block_compressor=zstd&#8217;&#160;&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;db.createCollection( &#8220;zstd&#8221;, { storageEngine: 
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { wiredTiger}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt; } )&lt;/p&gt;&lt;/li&gt;
	&lt;li&gt;db.createCollection( &#8220;zlib&#8221;, { storageEngine: 
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { wiredTiger}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt; } )&lt;/p&gt;&lt;/li&gt;
	&lt;li&gt;db.createCollection( &#8220;snappy&#8221;, { storageEngine: 
&lt;div class=&quot;error&quot;&gt;&lt;span class=&quot;error&quot;&gt;Unknown macro: { wiredTiger}&lt;/span&gt; &lt;/div&gt;
&lt;p&gt; } )&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;font color=&quot;#505f79&quot;&gt;add more info to the docs to provide an example...&lt;/font&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2351770">DOCS-16165</key>
            <summary>[Server] add more details for per collection creation options (such as compression type)</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</priority>
                        <status id="11050" iconUrl="https://jira.mongodb.org/images/icons/statuses/generic.png" description="">External Review</status>
                    <statusCategory id="4" key="indeterminate" colorName="inprogress"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="sarah.simpers@mongodb.com">Sarah Simpers</assignee>
                                    <reporter username="thomas.luckenbach@mongodb.com">Thomas Luckenbach</reporter>
                        <labels>
                            <label>backlog</label>
                            <label>request</label>
                            <label>storage-engines</label>
                            <label>top250</label>
                    </labels>
                <created>Fri, 26 May 2023 16:28:30 +0000</created>
                <updated>Tue, 6 Feb 2024 15:41:57 +0000</updated>
                                                                            <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="6068500" author="keith.smith" created="Mon, 5 Feb 2024 19:51:24 +0000"  >&lt;p&gt;The draft (and previous versions of documentation for &lt;tt&gt;db.createCollection()&lt;/tt&gt; point users directly at the WiredTiger documentation for a list of the supported configuration options. Many of these options are not supported we MongoDB, and other options could easily have negative effects on performance (or even stability).&lt;/p&gt;

&lt;p&gt;I think it would be better to just list the options that we think it is reasonable for a user to update without specific guidance from the support organization.&lt;/p&gt;

&lt;p&gt;I&apos;ll see if I can round up a list of suggestions from the WiredTiger team.&lt;/p&gt;</comment>
                            <comment id="6063535" author="JIRAUSER1259284" created="Fri, 2 Feb 2024 19:15:11 +0000"  >&lt;p&gt;Scoping notes: update the link to point here to be clearer where the options are documented: &lt;a href=&quot;https://source.wiredtiger.com/mongodb-5.0/struct_w_t___s_e_s_s_i_o_n.html#:~:text=Data%20Sources.-,config,-configuration%20string%2C%20see&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://source.wiredtiger.com/mongodb-5.0/struct_w_t___s_e_s_s_i_o_n.html#:~:text=Data%20Sources.-,config,-configuration%20string%2C%20see&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Also, give examples of most frequently-used options as shown here: &lt;a href=&quot;https://www.oreilly.com/library/view/mastering-mongodb-3x/9781783982608/d63dec39-4731-42ff-9b49-7ead230793fb.xhtml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.oreilly.com/library/view/mastering-mongodb-3x/9781783982608/d63dec39-4731-42ff-9b49-7ead230793fb.xhtml&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_14258" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Baseline start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 2 Feb 2024 00:00:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 2 Feb 2024 19:15:11 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>keith.smith@mongodb.com</customfieldvalue>
            <customfieldvalue>sarah.simpers@mongodb.com</customfieldvalue>
            <customfieldvalue>thomas.luckenbach@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2b2en:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i1tb9s:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7661">CET: York Choc 30 Jan-5 Feb 24</customfieldvalue>
    <customfieldvalue id="7662">CET: Ziti (6 - 12 Feb 24)</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12054" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>URL(s)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;a href=&quot;https://www.mongodb.com/docs/manual/reference/method/db.createCollection/&quot;&gt;https://www.mongodb.com/docs/manual/reference/method/db.createCollection/&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2aojz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_23672" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>siteRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>98</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>