<?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>Thu, 23 May 2013 18:14:26 -0800</lastBuildDate>
        <generator>XpressEngine 1.4.4.1</generator>
                        										        <item>
            <title>How do I drop a UNIQUE index ?</title>
            <dc:creator>ovidiuv</dc:creator>
            <link>http://www.cubrid.org/questions/435654</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/435654</guid>
                                    <description><![CDATA[<div>I ran the following commands:</div><div><br /></div><div>CREATE TABLE "ITEMS" ("N" integer, "A" integer);</div><div>CREATE UNIQUE INDEX "test_index" ON "ITEMS" ("N");</div><div>ALTER TABLE "ITEMS" DROP INDEX "
test_index";</div><div><br /></div><div>and I got the error:</div><div><div>Error description:</div><div>Index "test_index" does not exist.</div></div><div><br /></div><div>How can I remove this unique index ?</div>]]></description>
                        <pubDate>Tue, 25 Sep 2012 01:45:01 -0800</pubDate>
                        <category>index</category>
                        <category>drop unique index</category>
                        <category>ALTER TABLE</category>
                                    <slash:comments>1</slash:comments>
                    </item>
        										        <item>
            <title>How to navigate foreign key relationships using the dictionary views?</title>
            <dc:creator>lukaseder</dc:creator>
            <link>http://www.cubrid.org/questions/317560</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/317560</guid>
                                    <description><![CDATA[<p>I am implementing a CUBRID integration for <a target="_self" href="http://www.jooq.org">jOOQ</a>, and I wonder how I can discover foreign key relationships using the dictionary views. Using the following query, I can discover foreign key columns:</p><p></p><div editor_component="code_highlighter" code_type="Sql" file_path="" description="" first_line="1" collapse="false" nogutter="false" nocontrols="false" style="border: #666666 1px dotted; border-left: #22aaee 5px solid; padding: 5px; background: #FAFAFA url('./modules/editor/components/code_highlighter/code.png') no-repeat top right;"><p>select k.class_name, k.index_name, k.key_attr_name<br />from db_index&nbsp; i<br />join db_index_key k<br />on i.index_name = k.index_name<br />and i.class_name = k.class_name<br />where is_foreign_key = 'YES'<br />order by k.class_name, k.index_name, k.key_order</p></div><p>Now, how can I discover which columns (or which primary key) is referenced? </p>]]></description>
                        <pubDate>Thu, 29 Mar 2012 08:54:05 -0800</pubDate>
                        <category>SQL</category>
                        <category>index</category>
                        <category>foreign key</category>
                                    <slash:comments>2</slash:comments>
                    </item>
        										        <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>How do I list the indexes from a table?</title>
            <dc:creator>pevensie</dc:creator>
            <link>http://www.cubrid.org/questions/237055</link>
            <guid isPermaLink="true">http://www.cubrid.org/questions/237055</guid>
                                    <description><![CDATA[<p>How do I list the indexes from a table using a SQL Query?</p>]]></description>
                        <pubDate>Thu, 10 Nov 2011 11:29:37 -0800</pubDate>
                        <category>schema</category>
                        <category>index</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>
