<?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:features:segments</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-03T06:19:52+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:attaching&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:creating&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:data&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:dropping&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:home&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:index&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:querying&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:features:segments:attaching&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:features:segments:attaching</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:attaching&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Features

Omnidex Segments

Overview |
Creating Segments |
Querying Segments |
Attaching Segments |
Dropping Segments |
Archiving Segments

----------

Attaching Segments

Omnidex Segments can be attached so that they are given a local object name.  An object name is not required since the SEGMENT function can reference a filename directly; however, it can be helpful for applications that generate the SELECT statement in one module and prepare the data for the SELECT stat…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:creating&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:features:segments:creating</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:creating&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Features

Omnidex Segments

Overview |
Creating Segments |
Querying Segments |
Dropping Segments

----------

Creating Segments

Segments are easily creating using the CREATE SEGMENT statement.  The following example shows a series of segments being created in a multi-step query.


&gt; ; Create a segment for Individuals in Denver, CO
&gt; create segment PART_1
&gt;&gt;  as (select        INDIVIDUALS.$UNIQUEKEY
&gt;&gt;        from        INDIVIDUALS
&gt;&gt;        join        HOUSEHOLDS on IND…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:data&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:features:segments:data</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:data&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Features

Omnidex Segments

Overview |
Index Segments |
Data Segments

----------

Data Segments

Overview

Applications often need to pass blocks of data between queries, and even between connections.  For example, many applications maintain a permanent record of the results of a query, such as recording all of the customer numbers associated a mailing. In this example, the customer numbers may be reused at a later date to fulfill a similar order, or may be used as crite…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:dropping&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:features:segments:dropping</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:dropping&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Features

Omnidex Segments

Overview |
Creating Segments |
Querying Segments |
Dropping Segments

----------

Dropping Segments

Omnidex Segments can be dropped, resulting in the removal of the object from the connection, and also the removal of the underlying data.  It is not required to drop segments, as they will be automatically dropped when the connection ends.  Dropping segments is required when reusing the same connection name within the same connection.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments: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:features:segments:home</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:home&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Features

Omnidex Segments

Overview |
Index Segments |
Creating Segments |
Querying Segments |
Dropping Segments

----------

Overview

Some applications process their queries in multiple steps.  The first step isolates some rows based on a first group of criteria.  The second step either refines those rows, or isolates a new set of rows based on a second group of criteria.  At the end of the query, all of the steps are combined to produce a final result set.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:index&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:features:segments:index</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:index&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Features

Omnidex Segments

Overview |
Index Segments |
Data Segments |
Creating Segments |
Querying Segments |
Dropping Segments

----------

Index Segments

Overview

Some applications process their queries in multiple steps.  The first step isolates some rows based on a first group of criteria.  The second step either refines those rows, or isolates a new set of rows based on a second group of criteria.  At the end of the query, all of the steps are combined to produce…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:querying&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:features:segments:querying</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=admin:features:segments:querying&amp;rev=1467153531&amp;do=diff</link>
        <description>Administration: Omnidex Features

Omnidex Segments

Overview |
Creating Segments |
Querying Segments |
Dropping Segments

----------

Querying Segments

Omnidex Segments can be referenced as criteria in a future query  using the $SEGMENT function.  The $SEGMENT function references the object name for any segment previously created in the same connection.  Since Omnidex Segments already contain index pointers, they are incorporated into a search with very high performance.</description>
    </item>
</rdf:RDF>
