<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>CUBRID Q&amp;A</title>
        <link>http://www.cubrid.org/?mid=questions</link>
        <description>CUBRID Q&amp;A</description>
        <language>en</language>
        <pubDate>Fri, 21 Oct 2011 02:37:10 -0800</pubDate>
        <lastBuildDate>Wed, 20 Mar 2013 22:07:09 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>How to speed up index scans?</title>
            <dc:creator>sqlcopter</dc:creator>
            <link>http://www.cubrid.org/questions/236479</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/236479</guid>
                                    <description><![CDATA[<p>How can I speed up my indexes? I see there is index covering which is supported <a href="/cubrid_covering_index" target="_self">http://www.cubrid.org/cubrid_covering_index</a>, are there any other index optimizations?</p>]]></description>
                        <pubDate>Tue, 08 Nov 2011 06:25:54 -0800</pubDate>
                        <category>indexing</category>
                        <category>optimization</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Does CUBRID use ISAM for indexing data?</title>
            <dc:creator>andreyij</dc:creator>
            <link>http://www.cubrid.org/questions/237177</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/237177</guid>
                                    <description><![CDATA[<p>MySQL has a storage engine that uses ISAM for storing indexes. Does CUBRID support this method? If not, how does CUBRID handle indexing?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 23:58:36 -0800</pubDate>
                        <category>indexing</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Does Cubrid keep all the pages of a (heavily used) index in memory?</title>
            <dc:creator>sqlcopter</dc:creator>
            <link>http://www.cubrid.org/questions/236940</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/236940</guid>
                                    <description><![CDATA[<p>Suppose I heavily use a certain index, and there is enough RAM available on my machine. When scanning for the first time each page is read into memory. After that, are they discarded, or kept? Is there a configuration parameter for this?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 00:17:48 -0800</pubDate>
                        <category>memory</category>
                        <category>index</category>
                        <category>indexing</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>What&apos;s the difference between &quot;USING INDEX&quot; and &quot;USING INDEX (+)&quot;?</title>
            <dc:creator>sqlcopter</dc:creator>
            <link>http://www.cubrid.org/questions/236676</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/236676</guid>
                                    <description><![CDATA[<p>In the documentation at <a href="/manual/840/en/USING%20INDEX%20Clause" target="_self">http://www.cubrid.org/manual/840/en/USING%20INDEX%20Clause</a> it says that the <span style="font-weight: bold;">(+) </span>actually forces the index to be used. What about when writing USING INDEX without the <span style="font-weight: bold;">(+)</span>? Is the index still 100% used?</p>]]></description>
                        <pubDate>Wed, 09 Nov 2011 01:28:25 -0800</pubDate>
                        <category>indexing</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>Does the hint &quot;USE_DESC_IDX&quot; applies to multiple indexes at the same time?</title>
            <dc:creator>sqlcopter</dc:creator>
            <link>http://www.cubrid.org/questions/236708</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/236708</guid>
                                    <description><![CDATA[<p>The page in manual <a href="/manual/840/en/Index%20Scan%20in%20Descending%20Order" target="_self">http://www.cubrid.org/manual/840/en/Index%20Scan%20in%20Descending%20Order</a> doesn't mention anything about multiple indexes. Suppose I join two tables, and I have an index on a column from each of the tables. Then is this hint applied to both index scans? Or can it be applied only on one of the scans, and not on the other?</p><p>select /*+ USE_DESC_IDX */ ... from t1,t2 where ... using index index1(+), index2(+)</p><p>In this query, do both index scans are descending? Can I make one descending and one normal?<br /></p>]]></description>
                        <pubDate>Wed, 09 Nov 2011 04:33:34 -0800</pubDate>
                        <category>index</category>
                        <category>indexing</category>
                                    <slash:comments>1</slash:comments>
                    </item>
            </channel>
</rss>
