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:39] 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 ===== | ||
| - | ==== 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 ==== | ||
| - | ==== Nodes ==== | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | {{page>:bottom_add&nofooter&noeditbtn}} | ||