<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:48:29 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>[SERVER-18697] Would like to convert a collection running WiredTiger back to MMAPV1</title>
                <link>https://jira.mongodb.org/browse/SERVER-18697</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I am trying to connect the software Tableau to mongodb using a third party ODBC driver from a company called Simba. However, it appears that wiredTiger is not supported. How can i convert a single collection within a database to a particular storage engine?&lt;/p&gt;</description>
                <environment></environment>
        <key id="206925">SERVER-18697</key>
            <summary>Would like to convert a collection running WiredTiger back to MMAPV1</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="dwayne@q1media.com">Dwayne Mcnab</reporter>
                        <labels>
                    </labels>
                <created>Wed, 27 May 2015 22:35:57 +0000</created>
                <updated>Tue, 4 Aug 2015 21:04:17 +0000</updated>
                            <resolved>Thu, 28 May 2015 01:24:58 +0000</resolved>
                                                                    <component>Storage</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="996550" author="asya" created="Tue, 4 Aug 2015 21:04:17 +0000"  >&lt;p&gt;Adding a note in case someone finds this ticket after the fact - the latest version of Simba ODBC driver now supports 3.0 with all storage engines.&lt;/p&gt;</comment>
                            <comment id="927293" author="dwayne@q1media.com" created="Fri, 29 May 2015 14:17:27 +0000"  >&lt;p&gt;Kaloian,&lt;/p&gt;

&lt;p&gt;That was very helpful thank you.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Dwayne Mcnab&lt;br/&gt;
Database Developer&lt;br/&gt;
Q1Media.com &amp;lt;&lt;a href=&quot;http://www.q1media.com/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.q1media.com/&lt;/a&gt;&amp;gt;&lt;br/&gt;
M: 305-772-6435&lt;br/&gt;
LinkedIn  &amp;lt;&lt;a href=&quot;http://www.linkedin.com/in/dwaynemcnab&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.linkedin.com/in/dwaynemcnab&lt;/a&gt;&amp;gt;&lt;/p&gt;








</comment>
                            <comment id="927200" author="kaloian.manassiev" created="Fri, 29 May 2015 13:07:52 +0000"  >&lt;p&gt;Hi Dwayne,&lt;/p&gt;

&lt;p&gt;The problem is not that the driver does not support SCRAM-SHA-1, but the lack of system.namespaces collection on WiredTiger (see &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14378&quot; title=&quot;Build replacements for system.indexes and system.namespaces&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14378&quot;&gt;&lt;del&gt;SERVER-14378&lt;/del&gt;&lt;/a&gt;). The Simba ODBC driver is compatible with 2.6 and most probably uses system.namespaces to retrieve the list of collections.&lt;/p&gt;

&lt;p&gt;I don&apos;t know how the ODBC driver works and I recommend you turn to Simba for support. However, you might want to see if you can use the collection directly if you know its name and if the driver allows the collection to be specified explicitly.&lt;/p&gt;

&lt;p&gt;Hope this helps.&lt;/p&gt;

&lt;p&gt;-Kal.&lt;/p&gt;</comment>
                            <comment id="925927" author="dwayne@q1media.com" created="Thu, 28 May 2015 14:50:44 +0000"  >&lt;p&gt;Hi Kaloian,&lt;/p&gt;

&lt;p&gt;I should clarify that. The ODBC driver doesn&apos;t support SCRAM-SHA-1. When I try to connect tableau to mongodb running 3.0 it allows be to connect but cant seems to find any of the collections. However, when running 2.6, I can connect to the database and see the collections just fine. &lt;/p&gt;</comment>
                            <comment id="925802" author="kaloian.manassiev" created="Thu, 28 May 2015 13:23:41 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dwayne%40q1media.com&quot; class=&quot;user-hover&quot; rel=&quot;dwayne@q1media.com&quot;&gt;dwayne@q1media.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Also you are mentioning that &quot;... it appears that wiredTiger is not supported by the ODBC driver&quot;. The type of the storage engine should be largely transparent to the ODBC driver - i.e. it shouldn&apos;t care what engine is in use by MongoDB.&lt;/p&gt;

&lt;p&gt;May I ask what is the error that you are getting from the ODBC driver? Feel free to attach the relevant logs to this ticket or just open a new discussion on the &lt;a href=&quot;http://groups.google.com/group/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-user group&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks in advance.&lt;/p&gt;

&lt;p&gt;-Kal.&lt;/p&gt;</comment>
                            <comment id="925440" author="ramon.fernandez" created="Thu, 28 May 2015 01:24:29 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dwayne%40q1media.com&quot; class=&quot;user-hover&quot; rel=&quot;dwayne@q1media.com&quot;&gt;dwayne@q1media.com&lt;/a&gt;, we&apos;ve moved this ticket to the SERVER project as it&apos;s really a question for the MongoDB server.&lt;/p&gt;

&lt;p&gt;The storage engine is a per-instance characteristic, so it&apos;s not possible to have different collections in the same database/instance using different storage engines. If all you need to do is read data from this collection a possible approach is to add a secondary node using the MMAPv1 storage engine and direct reads to this secondary node.&lt;/p&gt;

&lt;p&gt;Please note that the SERVER project is for reporting bugs or feature suggestions for the MongoDB server. For MongoDB-related support discussion please post on the &lt;a href=&quot;http://groups.google.com/group/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-user group&lt;/a&gt; or &lt;a href=&quot;http://stackoverflow.com/questions/tagged/mongodb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Stack Overflow with the &lt;tt&gt;mongodb&lt;/tt&gt; tag&lt;/a&gt;, where your question will reach a larger audience. A question like this involving more discussion would be best posted on the &lt;a href=&quot;http://groups.google.com/group/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-user group&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Ram&#243;n.&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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 28 May 2015 01:24:29 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 28 weeks, 1 day 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>asya.kamsky@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 28 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>asya.kamsky@mongodb.com</customfieldvalue>
            <customfieldvalue>dwayne@q1media.com</customfieldvalue>
            <customfieldvalue>kaloian.manassiev@mongodb.com</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrl4qv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs9r0n:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

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

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