<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.omnidex.com/docs/v54/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.omnidex.com/docs/v54/feed.php">
        <title>Documentation admin:indexing:creation</title>
        <description></description>
        <link>https://www.omnidex.com/docs/v54/</link>
        <image rdf:resource="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico" />
       <dc:date>2026-08-03T16:52:17+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:declaring&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:files&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:home&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:performance&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:updating&amp;rev=1467153531&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico">
        <title>Documentation</title>
        <link>https://www.omnidex.com/docs/v54/</link>
        <url>https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:declaring&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:creation:declaring</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:declaring&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

Index Creation

Overview |
Declaring Indexes | 
Updating Indexes |
Index Files |
Performance

----------

Declaring Indexes

The easiest way to add Omnidex indexes to a table is to append indexing information at the end of each column in the CREATE TABLE statement.  This will suffice for most basic installations of Omnidex.  The example below shows adding indexes to a table.  Some columns have</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:files&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:creation:files</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:files&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

Index Creation

Overview |
Declaring Indexes | 
Updating Indexes |
Index Files |
Performance

----------

Index Files

Omnidex stores its indexes in files that are located in the Index Directory, which is specified in the CREATE DATABASE statement.  The index files will all begin with the name of the database as declared in the CREATE DATABASE statement and will be followed by various names or numbers.  Small databases will have only a handful of index files, wh…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:home&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:creation:home</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:home&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

Index Creation

Overview |
Declaring Indexes | 
Updating Indexes |
Index Files |
Performance

----------

Overview

Most relational databases, such as Oracle, SQL Server and MySQL, encourage administrators to create a few carefully-chosen indexes on a table.  These indexes are created using the CREATE INDEX statement, which sequentially scans the table and populates the index.  A table with three or four indexes will require three or four CREATE INDEX statements…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:performance&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:creation:performance</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:performance&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

Index Creation

Overview |
Declaring Indexes | 
Updating Indexes |
Index Files |
Performance

----------

Performance

Omnidex puts on premium on performance.  Applications often use hundreds of Omnidex indexes, so it is important that all of these indexes can be built quickly.  Omnidex also puts a premium on index size.  Omnidex uses compression algorithms to make the indexes as small as possible while still allowing fast access.  This allows the index to be qu…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:updating&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:indexing:creation:updating</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:indexing:creation:updating&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Indexing

Index Creation

Overview |
Declaring Indexes | 
Updating Indexes |
Index Files |
Performance

----------

Updating Indexes

When Omnidex indexing is added to an Omnidex Environment, only the metadata about each index  is added to the environment.  The indexes themselves are not populated until an UPDATE INDEXES statement is issued.  This is of great benefit since it allows multiple indexes to be built with one scan of the table.  Omnidex applications frequently …</description>
    </item>
</rdf:RDF>
