This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dev:sql:create_environment [2009/11/25 03:31] tdo |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{page>:top_add&nofooter&noeditbtn}} | ||
- | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
- | ====== 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 ==== | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | {{page>:bottom_add&nofooter&noeditbtn}} |