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

Environment_name

CENTURY_THRESHOLD

DATA_CACHE

METADATA_CACHE

MAX_THREADS

NODE

PARTITION and UNPARTITIONED

HOST

PORT

ENVIRONMENT

IN "filespec"

WITH options

Examples

Simple

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

Century Threshold

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

Nodes

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