<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:32:39 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-54095] Improve SBE perf for the bestbuy_query benchmark suite</title>
                <link>https://jira.mongodb.org/browse/SERVER-54095</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When SBE is enabled, the find() commands from the find_project-noAgg and find_project_limit_skip-noAgg benchmarks (from the&#160;bestbuy_query suite) are noticeably slower vs. the classic execution engine.&lt;/p&gt;

&lt;p&gt;Instructions on how to run the find() commands:&lt;/p&gt;

&lt;p&gt;1) Download the bestbuy dataset.&lt;/p&gt;

&lt;p&gt;2) Start mongod. If you want to enabled SBE, pass &apos;--setParameter &quot;featureFlagSBE=true&quot;&apos; on the command line.&lt;/p&gt;

&lt;p&gt;3) Load the bestbuy dataset using the following command:&#160;&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;mongorestore --gzip --archive=bestbuyproducts.bson.gz&#160;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;4) Launch the mongo shell and run the following commands to prepare your environment:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; function millis(command) { const t1 = new Date(); const result = command(); const t2 = new Date(); print(&quot;time: &quot; + (t2 - t1) + &quot;ms&quot;); return (t2-t1); }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; use bestbuy&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;5) Run the following commands multiple times to measure the performance of the find() commands:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;## find_project-noAgg:&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; millis(() =&amp;gt; db.products.find({&quot;type&quot;:&quot;Music&quot;}, {&quot;_id&quot;:1.0,&quot;sku&quot;:1.0,&quot;productId&quot;:1.0,&quot;name&quot;:1.0,&quot;source&quot;:1.0,&quot;type&quot;:1.0,&quot;startDate&quot;:1.0,&quot;new&quot;:1.0,&quot;active&quot;:1.0,&quot;lowPriceGuarantee&quot;:1.0,&quot;activeUpdateDate&quot;:1.0,&quot;regularPrice&quot;:1.0,&quot;salePrice&quot;:1.0,&quot;onSale&quot;:1.0,&quot;planPrice&quot;:1.0,&quot;priceWithPlan&quot;:1.0,&quot;advertisedPriceRestriction&quot;:1.0,&quot;minimumDisplayPrice&quot;:1.0,&quot;restrictedSalePrice&quot;:1.0,&quot;icrType&quot;:1.0,&quot;icrStartDate&quot;:1.0,&quot;icrEndDate&quot;:1.0,&quot;priceRestriction&quot;:1.0,&quot;priceUpdateDate&quot;:1.0,&quot;digital&quot;:1.0,&quot;preowned&quot;:1.0,&quot;carrierPlans&quot;:1.0,&quot;technologyCode&quot;:1.0,&quot;carrierModelNumber&quot;:1.0,&quot;earlyTerminationFees&quot;:1.0,&quot;outletCenter&quot;:1.0,&quot;secondaryMarket&quot;:1.0,&quot;frequentlyPurchasedWith&quot;:1.0,&quot;accessories&quot;:1.0,&quot;relatedProducts&quot;:1.0,&quot;techSupportPlans&quot;:1.0,&quot;crossSell&quot;:1.0,&quot;salesRankShortTerm&quot;:1.0,&quot;salesRankMediumTerm&quot;:1.0,&quot;salesRankLongTerm&quot;:1.0,&quot;bestSellingRank&quot;:1.0,&quot;url&quot;:1.0,&quot;spin360Url&quot;:1.0,&quot;mobileUrl&quot;:1.0,&quot;affiliateUrl&quot;:1.0,&quot;addToCartUrl&quot;:1.0,&quot;affiliateAddToCartUrl&quot;:1.0,&quot;linkShareAffiliateUrl&quot;:1.0,&quot;linkShareAffiliateAddToCartUrl&quot;:1.0,&quot;search&quot;:1.0,&quot;upc&quot;:1.0,&quot;productTemplate&quot;:1.0,&quot;categoryPath&quot;:1.0,&quot;lists&quot;:1.0,&quot;customerReviewCount&quot;:1.0,&quot;customerReviewAverage&quot;:1.0,&quot;customerTopRated&quot;:1.0,&quot;format&quot;:1.0,&quot;freeShipping&quot;:1.0,&quot;freeShippingEligible&quot;:1.0,&quot;hardGoodType&quot;:1.0,&quot;inStoreAvailability&quot;:1.0,&quot;inStoreAvailabilityText&quot;:1.0,&quot;inStoreAvailabilityTextHtml&quot;:1.0,&quot;inStoreAvailabilityUpdateDate&quot;:1.0,&quot;itemUpdateDate&quot;:1.0,&quot;onlineAvailability&quot;:1.0,&quot;onlineAvailabilityText&quot;:1.0,&quot;onlineAvailabilityTextHtml&quot;:1.0,&quot;onlineAvailabilityUpdateDate&quot;:1.0,&quot;releaseDate&quot;:1.0,&quot;shippingCost&quot;:1.0,&quot;shipping&quot;:1.0,&quot;shippingLevelsOfService&quot;:1.0,&quot;specialOrder&quot;:1.0,&quot;shortDescription&quot;:1.0,&quot;shortDescriptionHtml&quot;:1.0,&quot;class&quot;:1.0,&quot;classId&quot;:1.0,&quot;subclass&quot;:1.0,&quot;subclassId&quot;:1.0,&quot;department&quot;:1.0,&quot;departmentId&quot;:1.0,&quot;buybackPlans&quot;:1.0,&quot;protectionPlans&quot;:1.0,&quot;productFamilies&quot;:1.0,&quot;description&quot;:1.0,&quot;manufacturer&quot;:1.0,&quot;modelNumber&quot;:1.0,&quot;image&quot;:1.0,&quot;largeFrontImage&quot;:1.0,&quot;mediumImage&quot;:1.0,&quot;thumbnailImage&quot;:1.0,&quot;largeImage&quot;:1.0,&quot;alternateViewsImage&quot;:1.0,&quot;angleImage&quot;:1.0,&quot;backViewImage&quot;:1.0,&quot;energyGuideImage&quot;:1.0,&quot;leftViewImage&quot;:1.0,&quot;accessoriesImage&quot;:1.0,&quot;remoteControlImage&quot;:1.0,&quot;rightViewImage&quot;:1.0,&quot;topViewImage&quot;:1.0,&quot;condition&quot;:1.0,&quot;inStorePickup&quot;:1.0,&quot;friendsAndFamilyPickup&quot;:1.0,&quot;homeDelivery&quot;:1.0,&quot;quantityLimit&quot;:1.0,&quot;fulfilledBy&quot;:1.0,&quot;bundledIn&quot;:1.0,&quot;color&quot;:1.0,&quot;depth&quot;:1.0,&quot;dollarSavings&quot;:1.0,&quot;percentSavings&quot;:1.0,&quot;tradeInValue&quot;:1.0,&quot;height&quot;:1.0,&quot;orderable&quot;:1.0,&quot;weight&quot;:1.0,&quot;shippingWeight&quot;:1.0,&quot;width&quot;:1.0,&quot;warrantyLabor&quot;:1.0,&quot;warrantyParts&quot;:1.0,&quot;longDescription&quot;:1.0,&quot;longDescriptionHtml&quot;:1.0,&quot;details&quot;:1.0,&quot;includedItemList&quot;:1.0,&quot;features&quot;:1.0,&quot;offers&quot;:1.0,&quot;marketplace&quot;:1.0,&quot;listingId&quot;:1.0,&quot;sellerId&quot;:1.0,&quot;shippingRestrictions&quot;:1.0}).itcount())&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;## find_project_limit_skip-noAgg:&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; millis(() =&amp;gt; db.products.find({&quot;type&quot;:&quot;Music&quot;}, {&quot;_id&quot;:1.0,&quot;sku&quot;:1.0,&quot;productId&quot;:1.0,&quot;name&quot;:1.0,&quot;source&quot;:1.0,&quot;type&quot;:1.0,&quot;startDate&quot;:1.0,&quot;new&quot;:1.0,&quot;active&quot;:1.0,&quot;lowPriceGuarantee&quot;:1.0,&quot;activeUpdateDate&quot;:1.0,&quot;regularPrice&quot;:1.0,&quot;salePrice&quot;:1.0,&quot;onSale&quot;:1.0,&quot;planPrice&quot;:1.0,&quot;priceWithPlan&quot;:1.0,&quot;advertisedPriceRestriction&quot;:1.0,&quot;minimumDisplayPrice&quot;:1.0,&quot;restrictedSalePrice&quot;:1.0,&quot;icrType&quot;:1.0,&quot;icrStartDate&quot;:1.0,&quot;icrEndDate&quot;:1.0,&quot;priceRestriction&quot;:1.0,&quot;priceUpdateDate&quot;:1.0,&quot;digital&quot;:1.0,&quot;preowned&quot;:1.0,&quot;carrierPlans&quot;:1.0,&quot;technologyCode&quot;:1.0,&quot;carrierModelNumber&quot;:1.0,&quot;earlyTerminationFees&quot;:1.0,&quot;outletCenter&quot;:1.0,&quot;secondaryMarket&quot;:1.0,&quot;frequentlyPurchasedWith&quot;:1.0,&quot;accessories&quot;:1.0,&quot;relatedProducts&quot;:1.0,&quot;techSupportPlans&quot;:1.0,&quot;crossSell&quot;:1.0,&quot;salesRankShortTerm&quot;:1.0,&quot;salesRankMediumTerm&quot;:1.0,&quot;salesRankLongTerm&quot;:1.0,&quot;bestSellingRank&quot;:1.0,&quot;url&quot;:1.0,&quot;spin360Url&quot;:1.0,&quot;mobileUrl&quot;:1.0,&quot;affiliateUrl&quot;:1.0,&quot;addToCartUrl&quot;:1.0,&quot;affiliateAddToCartUrl&quot;:1.0,&quot;linkShareAffiliateUrl&quot;:1.0,&quot;linkShareAffiliateAddToCartUrl&quot;:1.0,&quot;search&quot;:1.0,&quot;upc&quot;:1.0,&quot;productTemplate&quot;:1.0,&quot;categoryPath&quot;:1.0,&quot;lists&quot;:1.0,&quot;customerReviewCount&quot;:1.0,&quot;customerReviewAverage&quot;:1.0,&quot;customerTopRated&quot;:1.0,&quot;format&quot;:1.0,&quot;freeShipping&quot;:1.0,&quot;freeShippingEligible&quot;:1.0,&quot;hardGoodType&quot;:1.0,&quot;inStoreAvailability&quot;:1.0,&quot;inStoreAvailabilityText&quot;:1.0,&quot;inStoreAvailabilityTextHtml&quot;:1.0,&quot;inStoreAvailabilityUpdateDate&quot;:1.0,&quot;itemUpdateDate&quot;:1.0,&quot;onlineAvailability&quot;:1.0,&quot;onlineAvailabilityText&quot;:1.0,&quot;onlineAvailabilityTextHtml&quot;:1.0,&quot;onlineAvailabilityUpdateDate&quot;:1.0,&quot;releaseDate&quot;:1.0,&quot;shippingCost&quot;:1.0,&quot;shipping&quot;:1.0,&quot;shippingLevelsOfService&quot;:1.0,&quot;specialOrder&quot;:1.0,&quot;shortDescription&quot;:1.0,&quot;shortDescriptionHtml&quot;:1.0,&quot;class&quot;:1.0,&quot;classId&quot;:1.0,&quot;subclass&quot;:1.0,&quot;subclassId&quot;:1.0,&quot;department&quot;:1.0,&quot;departmentId&quot;:1.0,&quot;buybackPlans&quot;:1.0,&quot;protectionPlans&quot;:1.0,&quot;productFamilies&quot;:1.0,&quot;description&quot;:1.0,&quot;manufacturer&quot;:1.0,&quot;modelNumber&quot;:1.0,&quot;image&quot;:1.0,&quot;largeFrontImage&quot;:1.0,&quot;mediumImage&quot;:1.0,&quot;thumbnailImage&quot;:1.0,&quot;largeImage&quot;:1.0,&quot;alternateViewsImage&quot;:1.0,&quot;angleImage&quot;:1.0,&quot;backViewImage&quot;:1.0,&quot;energyGuideImage&quot;:1.0,&quot;leftViewImage&quot;:1.0,&quot;accessoriesImage&quot;:1.0,&quot;remoteControlImage&quot;:1.0,&quot;rightViewImage&quot;:1.0,&quot;topViewImage&quot;:1.0,&quot;condition&quot;:1.0,&quot;inStorePickup&quot;:1.0,&quot;friendsAndFamilyPickup&quot;:1.0,&quot;homeDelivery&quot;:1.0,&quot;quantityLimit&quot;:1.0,&quot;fulfilledBy&quot;:1.0,&quot;bundledIn&quot;:1.0,&quot;color&quot;:1.0,&quot;depth&quot;:1.0,&quot;dollarSavings&quot;:1.0,&quot;percentSavings&quot;:1.0,&quot;tradeInValue&quot;:1.0,&quot;height&quot;:1.0,&quot;orderable&quot;:1.0,&quot;weight&quot;:1.0,&quot;shippingWeight&quot;:1.0,&quot;width&quot;:1.0,&quot;warrantyLabor&quot;:1.0,&quot;warrantyParts&quot;:1.0,&quot;longDescription&quot;:1.0,&quot;longDescriptionHtml&quot;:1.0,&quot;details&quot;:1.0,&quot;includedItemList&quot;:1.0,&quot;features&quot;:1.0,&quot;offers&quot;:1.0,&quot;marketplace&quot;:1.0,&quot;listingId&quot;:1.0,&quot;sellerId&quot;:1.0,&quot;shippingRestrictions&quot;:1.0}).skip(100000).limit(100000).itcount())&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;Here is how long each of the find() commands above took on my local machine when SBE was enabled vs. when SBE was disabled (as of 1/28/2021):&lt;br/&gt;
 &#160; 29753ms (SBE) vs.&#160;25391ms (classic) --&#160;find_project-noAgg&lt;br/&gt;
 &#160; 2429ms (SBE) vs. 2119ms (classic) &#8211; find_project_limit_skip-noAgg&lt;/p&gt;

&lt;p&gt;Note: The examples above will print out the total amount of time that each &quot;find(..).itcount()&quot; shell command takes from the client&apos;s perspective. If you are interested in how long each individual mongo command takes on the server, consider using the slow query timer.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1603078">SERVER-54095</key>
            <summary>Improve SBE perf for the bestbuy_query benchmark suite</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="andrew.paroski@mongodb.com">Drew Paroski</assignee>
                                    <reporter username="andrew.paroski@mongodb.com">Drew Paroski</reporter>
                        <labels>
                            <label>qexec-team</label>
                    </labels>
                <created>Thu, 28 Jan 2021 04:32:45 +0000</created>
                <updated>Sat, 24 Apr 2021 05:18:05 +0000</updated>
                            <resolved>Sat, 24 Apr 2021 02:58:36 +0000</resolved>
                                                                    <component>Querying</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1515528">SERVER-51655</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 2 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1829</customfieldvalue>
                        </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>andrew.paroski@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 2 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.paroski@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hyrqa7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr4huf:</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|hyrcjb:</customfieldvalue>

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