This is an old revision of the document!


DRAFT

Omnidex SQL: CREATE ENVIRONMENT

Description

Syntax

CREATE ENVIRONMENT environment_name
  [ CENTURY_THRESHOLD year ]
  [ DATA_CACHE int ]
  [ METADATA_CACHE int ]
  [ MAX_THREADS int ]
  [ NODE node 
    [ <PARTITIONED | UNPARTITIONED> ]
    [ HOST <LOCALHOST | host_name | host_ip_address>  
      [ PORT port_number ] ]
    [ ENVIRONMENT “filespec” ] ]
   IN “filespec”
   [ WITH options ] 

Discussion

Examples

Simple

CREATE ENVIRONMENT daily_transactions IN "C:\data\daily_trans.xml"

Century Threshold

Using Nodes

 
Back to top
dev/sql/create_environment.1259119702.txt.gz · Last modified: 2012/10/26 14:25 (external edit)