<!-- 
RSS generated by JIRA (8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a) at Sat Feb 10 07:17:21 CET 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>Jira</title>
    <link>https://jira.astppbilling.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.13.3</version>
        <build-number>813003</build-number>
        <build-date>14-01-2021</build-date>
    </build-info>


<item>
            <title>[ASTPPCOM-462] Discuss: Change CHAR to VARCHAR in routes &amp; outbound_routes tables</title>
                <link>https://jira.astppbilling.org/browse/ASTPPCOM-462</link>
                <project id="10608" key="ASTPPCOM">ASTPP Community</project>
                    <description>&lt;p&gt;These tables get big quickly (71K rows per rate card for me), and account for 92% of my DB even after several months of live calls. In my testing, changing the CHAR columns to VARCHAR saves 41% of the space of both tables, that&apos;s currently 36% of my DB space saved. This seems inefficient, particularly if RAM is allocated to storing all those empty chars.&lt;/p&gt;

&lt;p&gt;Are there any advantages to using CHAR that aren&apos;t outweighed by the saving in DB size, and thus RAM demand?  &lt;/p&gt;

&lt;p&gt;Also routes.pattern has length 40, which is twice the length of longest number expected, and seems excessive when compared to outbound_routes.pattern which has length 15?  If we switch to VARCHAR, we could probably ignore this though as the extra data won&apos;t get stored.&lt;/p&gt;</description>
                <environment></environment>
        <key id="12282">ASTPPCOM-462</key>
            <summary>Discuss: Change CHAR to VARCHAR in routes &amp; outbound_routes tables</summary>
                <type id="10201" iconUrl="https://jira.astppbilling.org/secure/viewavatar?size=xsmall&amp;avatarId=10700&amp;avatarType=issuetype">New Feature</type>
                                                <status id="10001" iconUrl="https://jira.astppbilling.org/images/icons/status_generic.gif" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="samir.doshi">Samir Doshi</assignee>
                                    <reporter username="alexheylin">alexheylin</reporter>
                        <labels>
                    </labels>
                <created>Mon, 20 Aug 2018 15:05:18 +0530</created>
                <updated>Thu, 1 Apr 2021 18:58:35 +0530</updated>
                            <resolved>Thu, 1 Apr 2021 18:58:35 +0530</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                <comments>
                            <comment id="13444" author="alexheylin" created="Mon, 20 Aug 2018 15:14:06 +0530"  >&lt;p&gt;While less of a problem for me, there is the potential for similar improvement in the accounts table.&lt;/p&gt;</comment>
                            <comment id="13445" author="smrdoshi" created="Sun, 26 Aug 2018 16:15:26 +0530"  >&lt;p&gt;That&apos;s true. We should change CHAR datatype to VARCHAR to save space and&lt;br/&gt;
improvements.&lt;br/&gt;
We noted that we will do require changes in table structure.&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;BestRegards&quot;&gt;&lt;/a&gt;Best Regards&lt;/h2&gt;
&lt;p&gt;Samir Doshi&lt;br/&gt;
&lt;em&gt;iNextrix Technologie&lt;/em&gt;&lt;em&gt;s Pvt. Ltd&lt;/em&gt;.&lt;br/&gt;
&lt;a href=&quot;http://www.inextrix.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.inextrix.com&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;em&gt;Disclaimer:&lt;/em&gt;&lt;br/&gt;
The information contained in this communication is confidential and may be&lt;br/&gt;
legally privileged. It is intended solely for the use of the individual or&lt;br/&gt;
entity to whom it is addressed and others authorized to receive it. If you&lt;br/&gt;
are not the intended recipient you are hereby notified that any disclosure,&lt;br/&gt;
copying, distribution or taking action in reliance on the contents of this&lt;br/&gt;
information is strictly prohibited and may be unlawful. Please notify the&lt;br/&gt;
sender immediately and destroy all copies of this message and any&lt;br/&gt;
attachments contained in it.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;image: Mailtrack&amp;#93;&lt;/span&gt;&lt;br/&gt;
&amp;lt;&lt;a href=&quot;https://mailtrack.io?utm_source=gmail&amp;amp;utm_medium=signature&amp;amp;utm_campaign=signaturevirality5&amp;amp;&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mailtrack.io?utm_source=gmail&amp;amp;utm_medium=signature&amp;amp;utm_campaign=signaturevirality5&amp;amp;&lt;/a&gt;&amp;gt;&lt;br/&gt;
Sender&lt;br/&gt;
notified by&lt;br/&gt;
Mailtrack&lt;br/&gt;
&amp;lt;&lt;a href=&quot;https://mailtrack.io?utm_source=gmail&amp;amp;utm_medium=signature&amp;amp;utm_campaign=signaturevirality5&amp;amp;&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mailtrack.io?utm_source=gmail&amp;amp;utm_medium=signature&amp;amp;utm_campaign=signaturevirality5&amp;amp;&lt;/a&gt;&amp;gt;&lt;br/&gt;
08/26/18,&lt;br/&gt;
4:13:26 PM&lt;/p&gt;

&lt;p&gt;On Mon, Aug 20, 2018 at 3:14 PM AlexHeylin &amp;lt;notifications@github.com&amp;gt; wrote:&lt;/p&gt;

&lt;p&gt;&amp;gt; While less of a problem for me, there is the potential for similar&lt;br/&gt;
&amp;gt; improvement in the accounts table.&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; &#8212;&lt;br/&gt;
&amp;gt; You are receiving this because you are subscribed to this thread.&lt;br/&gt;
&amp;gt; Reply to this email directly, view it on GitHub&lt;br/&gt;
&amp;gt; &amp;lt;&lt;a href=&quot;https://github.com/iNextrix/ASTPP/issues/462#issuecomment-414259204&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/iNextrix/ASTPP/issues/462#issuecomment-414259204&lt;/a&gt;&amp;gt;, or mute&lt;br/&gt;
&amp;gt; the thread&lt;br/&gt;
&amp;gt; &amp;lt;&lt;a href=&quot;https://github.com/notifications/unsubscribe-auth/AA6gcSlqn7V2m7VQ7ltDs7JGrbyB9gY3ks5uSoTmgaJpZM4WDp6b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/notifications/unsubscribe-auth/AA6gcSlqn7V2m7VQ7ltDs7JGrbyB9gY3ks5uSoTmgaJpZM4WDp6b&lt;/a&gt;&amp;gt;&lt;br/&gt;
&amp;gt; .&lt;br/&gt;
&amp;gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10703" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>462</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10006" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i00bhj:</customfieldvalue>

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