<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:03:46 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-3692] --notablescan doesn&apos;t prevent scans without a predicate</title>
                <link>https://jira.mongodb.org/browse/SERVER-3692</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I started up my mongod with the --notablescan option.  I had the twitter tweets collection from the training coarse loaded, but I&apos;m sure this will work with any collection.&lt;/p&gt;

&lt;p&gt;Table scans with predicates generate errors, but table scans without predicates do not:&lt;/p&gt;

&lt;p&gt;&amp;gt; db.tweets.find(&lt;/p&gt;
{&apos;user.followers_count&apos;:1000}
&lt;p&gt;);&lt;br/&gt;
error: &lt;/p&gt;
{ &quot;$err&quot; : &quot;table scans not allowed:twitter.tweets&quot;, &quot;code&quot; : 10111 }
&lt;p&gt;&amp;gt; db.tweets.find().skip(1000).limit(1);&lt;br/&gt;
{ &quot;_id&quot; : ObjectId(&quot;4e55766a89c942db6fdd8ddc&quot;), &quot;text&quot; : &quot;@LiLMAMAs0FLi yhu qoht&lt;br/&gt;
 ah aim ma?&quot;, &quot;in_reply_to_status_id&quot; : NumberLong(&quot;22815133901&quot;), &quot;retweet_coun&lt;br/&gt;
t&quot; : null, &quot;contributors&quot; : null, &quot;created_at&quot; : &quot;Thu Sep 02 18:13:21 +0000 2010&lt;br/&gt;
&quot;, &quot;geo&quot; : null, &quot;source&quot; : &quot;&amp;lt;a href=\&quot;http://www.sidekick.com\&quot; rel=\&quot;nofollow\&lt;br/&gt;
&quot;&amp;gt;T-Mobile Sidekick&amp;lt;/a&amp;gt;&quot;, &quot;coordinates&quot; : null, &quot;in_reply_to_screen_name&quot; : &quot;LiL&lt;br/&gt;
MAMAs0FLi&quot;, &quot;truncated&quot; : false, &quot;entities&quot; : { &quot;user_mentions&quot; : [     &lt;/p&gt;
{
&quot;indices&quot; : [   0,      13 ],   &quot;screen_name&quot; : &quot;LiLMAMAs0FLi&quot;,         &quot;name&quot; :
 &quot;KiMMiE BAByy&quot;,        &quot;id&quot; : 105635017 }
&lt;p&gt; ], &quot;urls&quot; : [ ], &quot;hashtags&quot; : [ ] },&lt;br/&gt;
&quot;retweeted&quot; : false, &quot;place&quot; : null, &quot;user&quot; : &lt;/p&gt;
{ &quot;friends_count&quot; : 46, &quot;profile_s
idebar_fill_color&quot; : &quot;C0DFEC&quot;, &quot;location&quot; : &quot;Brooklyn New York&quot;, &quot;verified&quot; : fa
lse, &quot;follow_request_sent&quot; : null, &quot;favourites_count&quot; : 0, &quot;profile_sidebar_bord
er_color&quot; : &quot;a8c7f7&quot;, &quot;profile_image_url&quot; : &quot;http://a0.twimg.com/profile_images/
896020476/Picture_038_normal.jpg&quot;, &quot;geo_enabled&quot; : false, &quot;created_at&quot; : &quot;Tue Ma
y 11 23:38:23 +0000 2010&quot;, &quot;description&quot; : &quot;&quot;, &quot;time_zone&quot; : &quot;Quito&quot;, &quot;url&quot; : nu
ll, &quot;screen_name&quot; : &quot;kool_aid_kid516&quot;, &quot;notifications&quot; : null, &quot;profile_backgrou
nd_color&quot; : &quot;022330&quot;, &quot;listed_count&quot; : 1, &quot;lang&quot; : &quot;en&quot;, &quot;profile_background_ima
ge_url&quot; : &quot;http://s.twimg.com/a/1283397887/images/themes/theme15/bg.png&quot;, &quot;statu
ses_count&quot; : 208, &quot;following&quot; : null, &quot;profile_text_color&quot; : &quot;333333&quot;, &quot;protecte
d&quot; : false, &quot;show_all_inline_media&quot; : false, &quot;profile_background_tile&quot; : false,
&quot;name&quot; : &quot;peter duchatellier&quot;, &quot;contributors_enabled&quot; : false, &quot;profile_link_col
or&quot; : &quot;0084B4&quot;, &quot;followers_count&quot; : 24, &quot;id&quot; : 142859223, &quot;profile_use_backgroun
d_image&quot; : true, &quot;utc_offset&quot; : -18000 }
&lt;p&gt;, &quot;favorited&quot; : false, &quot;in_reply_to_user&lt;br/&gt;
_id&quot; : 105635017, &quot;id&quot; : NumberLong(&quot;22819521200&quot;) }&lt;/p&gt;

&lt;p&gt;Plain db.tweets.find(); works also, but scrolls off the screen, so I couldn&apos;t cut-and-paste it as above.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="21535">SERVER-3692</key>
            <summary>--notablescan doesn&apos;t prevent scans without a predicate</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="cwestin">Chris Westin</reporter>
                        <labels>
                    </labels>
                <created>Thu, 25 Aug 2011 22:56:11 +0000</created>
                <updated>Wed, 29 Feb 2012 03:53:48 +0000</updated>
                            <resolved>Fri, 18 Nov 2011 23:00:53 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="13964">SERVER-2222</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 27 Aug 2011 00:54:21 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 25 weeks, 6 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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 25 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>cwestin</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrosm7:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23330</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|ht0d47:</customfieldvalue>

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