This is an old revision of the document!


Administration: Omnidex Basics

Environment Files

Overview | Nav2

  • Sample Environment File
  • Creating the Environment File
  • Connecting to an Environment File
  • Types of Environment Files
    • Grids
    • Multi-Database
    • External File Catalog
  • Changing an Environment File
  • Moving Environments

Overview

Omnidex Environments

An Omnidex Environment is a term that describes all the aspects an Omnidex database. This includes:

  • The Omnidex Environment File, an XML file containing the metadata about the database and the Omnidex indexes.
  • The database, consisting of a relational database, a series of raw datafiles, a series of delimited files, or all three.
  • The Omnidex indexes and support files for the database.

Typically, an Omnidex Environment is a directory with subdirectories that contain all of these elements. This is often the most convenient approach since whole directories are easy to move and back up. In many cases, however, the database and indexes are large enough that they must span multiple disk drives or even machines. In that case, the Omnidex Environment refers to the entire collection, even though it is disbursed.

Omnidex Environment Files

An Omnidex Environment File is an XML file that contains all of the metadata about the database and the Omnidex indexes. It is created interactively using the Omnidex Administrator, or using SQL statements such as CREATE ENVIRONMENT, CREATE DATABASE, CREATE TABLE and CREATE INDEX. The metadata contained in an Omnidex Environment File includes:

  • Connection information for one or more databases or data files.
  • Schema layouts for tables and columns within the databases.
  • Constraint definitions establishing parent-child relationships between tables.
  • Omnidex indexing for the tables and columns within the databases.
  • Configuration information about the entire environment.

Omnidex Environment Files also serve an important role in connections. An Omnidex Connection String points to an Omnidex Environment File. This means that the Omnidex Environment File is the starting point for nearly every Omnidex operation.

Additional Resources

See also:

 
Back to top
admin/basics/environments/home.1294894802.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)