<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.omnidex.com/docs/v50/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/v50/feed.php">
        <title>Documentation admin:applications</title>
        <description></description>
        <link>https://www.omnidex.com/docs/v50/</link>
        <image rdf:resource="https://www.omnidex.com/docs/v50/lib/tpl/simple/images/favicon.ico" />
       <dc:date>2026-09-24T16:10:31+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:design&amp;rev=1351261603&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:development&amp;rev=1351261603&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:home&amp;rev=1351261603&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:optimization&amp;rev=1351261604&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:production&amp;rev=1351261604&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:prototype&amp;rev=1351261604&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:staging&amp;rev=1351261604&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:testing&amp;rev=1351261604&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.omnidex.com/docs/v50/lib/tpl/simple/images/favicon.ico">
        <title>Documentation</title>
        <link>https://www.omnidex.com/docs/v50/</link>
        <url>https://www.omnidex.com/docs/v50/lib/tpl/simple/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:design&amp;rev=1351261603&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:26:43+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:applications:design</title>
        <link>https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:design&amp;rev=1351261603&amp;do=diff</link>
        <description>Building Omnidex Applications

Design -&gt; Prototype -&gt; Development -&gt; Testing -&gt; Staging -&gt; Production -&gt; Optimization

----------

Design

As with most applications, this is the most important step of the entire application applications.  During the design step, key decisions are made about how to approach Omnidex queries and updates in the application.  These decisions can lead to high-performing applications, and they can also lead to poor performance.  It is worth spending the needed time on …</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:development&amp;rev=1351261603&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:26:43+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:applications:development</title>
        <link>https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:development&amp;rev=1351261603&amp;do=diff</link>
        <description>Building Omnidex Applications

Design -&gt; Prototype -&gt; Development -&gt; Testing -&gt; Staging -&gt; Production -&gt; Optimization

----------

Development

Development of Omnidex applications is remarkable straightforward.  Most business access Omnidex databases using a standard ODBC or JDBC interface, and integration of Omnidex can be as simple as changing the connection string to point to Omnidex.  Omnidex uses ANSI SQL as its base language, but also has a number of extensions to support features like fuz…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:home&amp;rev=1351261603&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:26:43+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:applications:home</title>
        <link>https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:home&amp;rev=1351261603&amp;do=diff</link>
        <description>Building Omnidex Applications

Omnidex applications tend to have a lifecycle.  While they share some similarities with normal applications, they also have some unique steps that focus on the Omnidex indexes.  The typical Omnidex application has seven stages in its lifecycle:</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:optimization&amp;rev=1351261604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:26:44+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:applications:optimization</title>
        <link>https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:optimization&amp;rev=1351261604&amp;do=diff</link>
        <description>Building Omnidex Applications

Design -&gt; Prototype -&gt; Development -&gt; Testing -&gt; Staging -&gt; Production -&gt; Optimization

----------

Optimization

Omnidex applications are constantly evolving and the queries that are submitted to an application can change over time.  The Omnidex indexing strategy must evolve with the application to insure that performance is maintained.  This requires reviewing new queries and monitoring slow queries.  It is also important to monitor index usage statistics to elim…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:production&amp;rev=1351261604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:26:44+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:applications:production</title>
        <link>https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:production&amp;rev=1351261604&amp;do=diff</link>
        <description>Building Omnidex Applications

Design -&gt; Prototype -&gt; Development -&gt; Testing -&gt; Staging -&gt; Production -&gt; Optimization

----------

Production

Like any production application, Omnidex applications should be monitored to insure the best performance and flexibility.  Monitoring an Omnidex application is very similar to monitoring any production application.  Overall performance is monitored by checking on the available system resources for the servers.  Load balancing and connection pools are comm…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:prototype&amp;rev=1351261604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:26:44+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:applications:prototype</title>
        <link>https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:prototype&amp;rev=1351261604&amp;do=diff</link>
        <description>Building Omnidex Applications

Design -&gt; Prototype -&gt; Development -&gt; Testing -&gt; Staging -&gt; Production -&gt; Optimization

----------

Prototype

Administrators often create a prototype before starting development.  Usually, administrators create a smaller test database, and then create Omnidex indexes and run sample queries.  Omnidex indexes can also be created on the production database if this is preferable.  Prototypes enable businesses to gauge the performance they will see and insure that they…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:staging&amp;rev=1351261604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:26:44+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:applications:staging</title>
        <link>https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:staging&amp;rev=1351261604&amp;do=diff</link>
        <description>Building Omnidex Applications

Design -&gt; Prototype -&gt; Development -&gt; Testing -&gt; Staging -&gt; Production -&gt; Optimization

----------

Staging

Most Omnidex applications involve building indexes on large databases.  Some of these applications also involve regular updates or replacements of the data.  This data may consist of transaction logs that are produced internally, aggregated monthly or quarterly sales data, or raw data files from list providers or credit agencies.  In all of these scenarios, …</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:testing&amp;rev=1351261604&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:26:44+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin:applications:testing</title>
        <link>https://www.omnidex.com/docs/v50/doku.php?id=admin:applications:testing&amp;rev=1351261604&amp;do=diff</link>
        <description>Building Omnidex Applications

Design -&gt; Prototype -&gt; Development -&gt; Testing -&gt; Staging -&gt; Production -&gt; Optimization

----------

Testing

It is important to test Omnidex application, just as it is important to test any application.  Testing will help validate the indexing strategy and insure performance.  Testing will also insure that there are no mistakes with either the application or SQL language interfaces.</description>
    </item>
</rdf:RDF>
