<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:57:11 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-1493] --smallfiles file size allocation ballons</title>
                <link>https://jira.mongodb.org/browse/SERVER-1493</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Running a server with smallfiles turned on will cause mongod to create a large amount of additional files. &lt;/p&gt;

&lt;p&gt;Example: a dataset with 18GB of files will have 47GB of files when --smallfiles is turned on.&lt;/p&gt;


&lt;p&gt;steps to reproduce: &lt;br/&gt;
  1) start server with --smallfiles &lt;br/&gt;
  2) insert 3GB of data&lt;br/&gt;
  3) db.stats()&lt;/p&gt;</description>
                <environment>Linux, XFS</environment>
        <key id="12566">SERVER-1493</key>
            <summary>--smallfiles file size allocation ballons</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="9">Done</resolution>
                                        <assignee username="aaron">Aaron Staple</assignee>
                                    <reporter username="jstad">Justin Smestad</reporter>
                        <labels>
                    </labels>
                <created>Mon, 26 Jul 2010 23:22:34 +0000</created>
                <updated>Tue, 12 Jul 2016 00:20:07 +0000</updated>
                            <resolved>Mon, 9 Aug 2010 20:33:25 +0000</resolved>
                                    <version>1.4.4</version>
                                    <fixVersion>1.7.0</fixVersion>
                                                        <votes>1</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="18235" author="auto" created="Wed, 15 Sep 2010 16:13:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;astaple&apos;, &apos;name&apos;: &apos;Aaron&apos;, &apos;email&apos;: &apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1493&quot; title=&quot;--smallfiles file size allocation ballons&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1493&quot;&gt;&lt;del&gt;SERVER-1493&lt;/del&gt;&lt;/a&gt; extents shouldn&apos;t be bigger than files when smallfiles&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/52081d1b814d948d43e42b56d3bfa14df0014db3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/52081d1b814d948d43e42b56d3bfa14df0014db3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="16637" author="auto" created="Mon, 9 Aug 2010 19:17:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;astaple&apos;, &apos;name&apos;: &apos;Aaron&apos;, &apos;email&apos;: &apos;aaron@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1493&quot; title=&quot;--smallfiles file size allocation ballons&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1493&quot;&gt;&lt;del&gt;SERVER-1493&lt;/del&gt;&lt;/a&gt; extents shouldn&apos;t be bigger than files when smallfiles&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/a1f8c3698397b9fa395578e901250eea7b312060&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/a1f8c3698397b9fa395578e901250eea7b312060&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="16182" author="redbeard0531" created="Mon, 26 Jul 2010 23:39:45 +0000"  >&lt;p&gt;I have verified that this occurs but I don&apos;t see the cause of the issue. Some numbers:&lt;/p&gt;


&lt;p&gt;&amp;gt; db.foo.stats()&lt;br/&gt;
{&lt;br/&gt;
	&quot;ns&quot; : &quot;test.foo&quot;,&lt;br/&gt;
	&quot;count&quot; : 3000,&lt;br/&gt;
	&quot;size&quot; : 3145929664,&lt;br/&gt;
	&quot;avgObjSize&quot; : 1048643.2213333333,&lt;br/&gt;
	&quot;storageSize&quot; : 3668664816,&lt;br/&gt;
	&quot;numExtents&quot; : 21,&lt;br/&gt;
	&quot;nindexes&quot; : 1,&lt;br/&gt;
	&quot;lastExtentSize&quot; : 536600560,&lt;br/&gt;
	&quot;paddingFactor&quot; : 1,&lt;br/&gt;
	&quot;flags&quot; : 1,&lt;br/&gt;
	&quot;totalIndexSize&quot; : 131072,&lt;br/&gt;
	&quot;indexSizes&quot; : &lt;/p&gt;
{
		&quot;_id_&quot; : 131072
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;&amp;gt; db.stats()&lt;br/&gt;
{&lt;br/&gt;
	&quot;collections&quot; : 3,&lt;br/&gt;
	&quot;objects&quot; : 3004,&lt;br/&gt;
	&quot;avgObjSize&quot; : 1047246.9414114514,&lt;br/&gt;
	&quot;dataSize&quot; : 3145929812,&lt;br/&gt;
	&quot;storageSize&quot; : 3668669936,&lt;br/&gt;
	&quot;numExtents&quot; : 23,&lt;br/&gt;
	&quot;indexes&quot; : 1,&lt;br/&gt;
	&quot;indexSize&quot; : 131072,&lt;br/&gt;
	&quot;fileSize&quot; : 9105833984,&lt;br/&gt;
	&quot;ok&quot; : 1&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;$ ls -l /mnt/external/data/test.10&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 mstearn mstearn 536608768 Jul 26 19:17 /mnt/external/data/test.10&lt;/p&gt;

&lt;p&gt;Note the filesize of 9G with a storageSize of 3.6G.&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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 26 Jul 2010 23:39:45 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 23 weeks 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>aaron</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>jstad</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpiu7:</customfieldvalue>

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

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

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